05-22-2006, 03:00 PM
Good evening fellas. I just got around to setting up my CS:S server last night but I'm having a bit of a problem it seems. I can start the server just fine if I specify all the options on the command line i.e srcds_run +maxpleys 16 +map de_dust etc. but as soon as I put anything in my server.cfg or autoexec.cfg file and I mean ANYTHING I get a crash related to glibc.
debug.log shows
not very helpful
gcc version - gcc (GCC) 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9)
glibc version - Latest version installed: 2.3.6-r3
kernel version - 2.6.14-gentoo-r2
have tried several different versions of gcc and glibc with no success and reinstalled steam and CS:S 3 times now. system is running gentoo. Thank you for any help you can provide.
Code:
server cs # ./srcds_run -game cstrike -debug +maxplayers 20 +map de_dust
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
Console initialized.
Attempted to create unknown entity type event_queue_saveload_proxy!
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 20
/etc/host.conf: line 24: bad command `mdns off'
RCON Server bind failed (Cannot assign requested address)
Network: IP 70.58.167.254, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
*** glibc detected *** free(): invalid pointer: 0xb7dd73e0 ***
./srcds_run: line 344: 31102 Aborted (core dumped) $HL_CMD
cat: hlds.31084.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Sun May 21 14:55:11 MDT 2006: Server restart in 10 seconds
Sun May 21 14:55:22 MDT 2006: Server Quit
debug.log shows
Code:
----------------------------------------------
CRASH: Sun May 21 14:55:11 MDT 2006
Start Line: ./srcds_amd -game cstrike -debug +maxplayers 20 +map de_dust
End of Source crash report
----------------------------------------------
gcc version - gcc (GCC) 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9)
glibc version - Latest version installed: 2.3.6-r3
kernel version - 2.6.14-gentoo-r2
have tried several different versions of gcc and glibc with no success and reinstalled steam and CS:S 3 times now. system is running gentoo. Thank you for any help you can provide.