Quote:
Originally Posted by splatt
I don't know is this a podbot bug or csdm, but a lots of ppl has it.
|
You mean a lot of people are experiencing the same crash with podbot mm + CSDM? Please direct them to me here. I need somebody who can give me debug info from gdb.
http://www.mediafire.com/download.php?mljmjmdnm4z
This is the debugged version of podbot mm.
If You have installed gdb on Your linux PC, go to the console.
Go to the HLDS folder by cd folder_name commands.
Use this command then:
LD_LIBRARY_PATH=. gdb hlds_i686
If You are in the right folder and gdb is correctly installed You should see the answer from the console like:
GNU gdb (...).
Copyright (...)
Then - You should see You are in gdb shell:
(gdb)
If so - then write those 2 lines:
(gdb) set args -game cstrike +maxplayers 32 +map de_dust
(gdb) run
The game should start. Just after it will crashe, use this command in gdb shell:
(gdb) bt
That should point the exact code line from the code where it is really crashing. To be honnest - I'm using CSDM 2.1.2 with podbot mm on my test linux Mandriva 2009.1 and the only problem I can see it sometimes crashes at the game start (before podbot mm is even loaded). But when everything finally is loaded (after second or third try), the server is working without crashing anymore).
If You cannot do it Your-self on Your server, please find somebody who can use or install gdb on his server and he can give me the full info about the crash.