Hi,

I'm trying to catch an error caused by a SM plugin (gungame) when a 
player wins, making the server to crash, so I tried using gdb this way
(in the server directory) .

export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"
gdb srcds_i686
run -console -game cstrike blahblahblah

Then GDB outputs this:
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb)
(gdb) bt
#0  0xf7f8bb21 in _dl_debug_state () from /lib/ld-linux.so.2
#1  0xf7f8f21c in ?? () from /lib/ld-linux.so.2
#2  0x00000000 in ?? ()

I can run srcds_i686 with the same parameters well without srcds_run and 
the export command
Kernel: 2.6.26-2-amd64 (stock)
/lib/libc-2.10.2.so
Any ideas on this?

thanks

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to