Guide: Steam Bus Error (Exit 135) - BTRFS Filesystem Corruption #2838
Vonzedlitz
started this conversation in
Manual
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Symptoms:
Root Cause:
BTRFS filesystem corruption affecting a critical 32-bit system library (/usr/lib32/libnss_mymachines.so.2). When Steam or ldconfig tried to read this corrupted library, it caused a bus error crash.
Diagnosis Steps:
If this returns 135 or crashes, ldconfig itself is failing.
Look for BTRFS checksum errors like:
BTRFS warning (device dm-0): csum failed root 308 ino 825611
BTRFS error (device dm-0): bdev /dev/mapper/root errs: ... corrupt 525 ...
Replace <INODE_NUMBER> with the inode from dmesg (e.g., 825611).
Fix:
Find which package owns the corrupted file
Reinstall it (usually lib32-systemd)
(Should return 0)
Beta Was this translation helpful? Give feedback.
All reactions