I've been running a TF2 server for a very long time without any problems. Recently immediately when the server starts it segfaults, and auto-restarts after 10 seconds; then segfaults again, repeatedly. We're running Ubuntu Feisty 7.04.
here is a snippet from the debug.log in the orangebox directory:
-game tf -console -debug +maxplayers 32 +map ctf_2fort
-port 27015
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
#0 0x00000000 in ?? ()
No symbol table info available.
End of Source crash report
----------------------------------------------
[/code]
note that if I start the server without the +map parameter it runs fine, but then when I try to make it load a map, instant segfault.
Code:
Enabling debug mode
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 32
maxplayers set to 32
Unknown command "startupmenu"
Network: IP 134.173.56.230, mode MP, dedicated Yes, ports 27015 SV / 27007 CL
L 08/02/2008 - 17:57:57: -------- Mapchange to ctf_2fort --------
ConVarRef room_type doesn't point to an existing ConVar
exec: couldn't exec skill1.cfg
Executing dedicated server config file
Segmentation fault (core dumped)
Cannot access memory at address 0xb7fdd6d0
Cannot access memory at address 0xbfd5d94c
/media/paul/steam/srcds/orangebox/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xb7fdd6d0
email debug.log to linux@valvesoftware.com
Sat Aug 2 17:57:58 PDT 2008: Server restart in 10 seconds
here is a snippet from the debug.log in the orangebox directory:
Code:
----------------------------------------------
CRASH: Sat Aug 2 17:57:58 PDT 2008
Start Line: ./srcds_i486
-port 27015
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
#0 0x00000000 in ?? ()
No symbol table info available.
End of Source crash report
----------------------------------------------
[/code]
note that if I start the server without the +map parameter it runs fine, but then when I try to make it load a map, instant segfault.