Hi,
It seems I've managed to bork my server with the latest updates to TF2.. and I have no idea how to trace this one down.
debug.log doesn't contain anything interesting at all. There is a core dump but it's not like I understand it. This server was working just fine until yesterday when I ran the updater. Did it like this:
After that, it downloaded it and all... did its thing. "HLDS installation up to date" ... and now this segmentation fault.
Any ideas? I know there's tons of reasons for segfaults, so... but is anyone else having problems with the latest updates?
Server data:
gcc --version
gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)
ldd --version
ldd (GNU libc) 2.5
uname -a
Linux localhost.localdomain 2.6.18-92.1.22.el5.centos.plus #1 SMP Wed Dec 17 10:49:19 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Thanks for any advice. I have no idea what I'm doing wrong, this was working just fine for the past month and I've not really made any changes to my server itself...
It seems I've managed to bork my server with the latest updates to TF2.. and I have no idea how to trace this one down.
Code:
[jcink@localhost orangebox]# ./srcds_run -console -game tf +ip 192.168.0.197 -port 27075 -debug +map pl_goldrush +maxplayers 32
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.
Console initialized.
./srcds_run: line 352: 21308 Segmentation fault (core dumped) $HL_CMD
cat: hlds.21294.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Thu Jan 29 20:41:38 EST 2009: Server restart in 10 seconds
Thu Jan 29 20:41:39 EST 2009: Server Quit
debug.log doesn't contain anything interesting at all. There is a core dump but it's not like I understand it. This server was working just fine until yesterday when I ran the updater. Did it like this:
Code:
./steam -command update -game "tf" -dir .
After that, it downloaded it and all... did its thing. "HLDS installation up to date" ... and now this segmentation fault.
Any ideas? I know there's tons of reasons for segfaults, so... but is anyone else having problems with the latest updates?
Server data:
gcc --version
gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)
ldd --version
ldd (GNU libc) 2.5
uname -a
Linux localhost.localdomain 2.6.18-92.1.22.el5.centos.plus #1 SMP Wed Dec 17 10:49:19 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Thanks for any advice. I have no idea what I'm doing wrong, this was working just fine for the past month and I've not really made any changes to my server itself...