Recompiling glibc didn't work, this is what i'm getting with "gdb -ex r -ex back -ex q"
Note:"mv /lib/libnss_files.so.2 some_place_else" allows the game to start(of course it also breaks my system...)
[Thread debugging using libthread_db enabled]
[New Thread 0xb75feb70 (LWP 27058)]
[New Thread 0xb6dfdb70 (LWP 27059)]
Program received signal SIGSEGV, Segmentation fault.
0xb77363f7 in internal_getent () from /lib/libnss_files.so.2
#0 0xb77363f7 in internal_getent () from /lib/libnss_files.so.2
#1 0xb77362fe in internal_setent () from /lib/libnss_files.so.2
#2 0xbfffe548 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
A debugging session is active.
[New Thread 0xb75feb70 (LWP 27058)]
[New Thread 0xb6dfdb70 (LWP 27059)]
Program received signal SIGSEGV, Segmentation fault.
0xb77363f7 in internal_getent () from /lib/libnss_files.so.2
#0 0xb77363f7 in internal_getent () from /lib/libnss_files.so.2
#1 0xb77362fe in internal_setent () from /lib/libnss_files.so.2
#2 0xbfffe548 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
A debugging session is active.
Comment