PDA

View Full Version : 1.06 server segfaults on Ubuntu 10.10 64bits



Seta00
03-10-2011, 11:53 AM
Fresh install following the exact steps from the wiki, server segfaults on start:


srcds@seta00:~/servers/csp/orangebox$ ./srcds_run -game cspromod -port 27016 -debug
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.

Console initialized.
Game.dll loaded for "CSPromod BETA 1.05"
Segmentation fault (core dumped)
BFD: Warning: /home/srcds/servers/csp/orangebox/core is truncated: expected core file size >= 92172288, found: 52649984.
Cannot access memory at address 0xf770e908
Cannot access memory at address 0xf770e908
Cannot access memory at address 0xf770e908

warning: the debug information found in "/lib/ld-2.12.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch).

Failed to read a valid object file image from memory.
Cannot access memory at address 0xffdde920
debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xffdde920
email debug.log to linux@valvesoftware.com
Thu Mar 10 10:28:48 CST 2011: Server restart in 10 seconds
Thu Mar 10 10:28:51 CST 2011: Server Quit


:(

hmm, the upload manager thing wont let me upload the debug.log file, so here it goes:


----------------------------------------------
CRASH: Thu Mar 10 06:13:35 CST 2011
Start Line: ./srcds_i486 -game cspromod +map csp_dust2 -debug
[New Thread 6988]
[New Thread 6989]
Core was generated by `./srcds_i486 -game cspromod +map csp_dust2 -debug'.
Program terminated with signal 11, Segmentation fault.
#0 0x01ef56a8 in ?? ()
#0 0x01ef56a8 in ?? ()
No symbol table info available.
From To Syms Read Shared Object Library
0xf7728830 0xf773fa4f Yes (*) /lib/ld-linux.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xfff40274:
eip = 0x1ef56a8; saved eip End of Source crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Mar 10 10:20:47 CST 2011
Start Line: ./srcds_i486 -game cspromod -port 27016 -debug
[New Thread 7373]
[New Thread 7374]
Core was generated by `./srcds_i486 -game cspromod -port 27016 -debug'.
Program terminated with signal 11, Segmentation fault.
#0 0x01f436a8 in ?? ()
#0 0x01f436a8 in ?? ()
No symbol table info available.
From To Syms Read Shared Object Library
0xf7776830 0xf778da4f Yes (*) /lib/ld-linux.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffec0654:
eip = 0x1f436a8; saved eip End of Source crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Mar 10 10:28:48 CST 2011
Start Line: ./srcds_i486 -game cspromod -port 27016 -debug
[New Thread 7527]
[New Thread 7528]
Core was generated by `./srcds_i486 -game cspromod -port 27016 -debug'.
Program terminated with signal 11, Segmentation fault.
#0 0x01ebe6a8 in ?? ()
#0 0x01ebe6a8 in ?? ()
No symbol table info available.
From To Syms Read Shared Object Library
0xf76f1830 0xf7708a4f Yes (*) /lib/ld-linux.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffdde924:
eip = 0x1ebe6a8; saved eip End of Source crash report
----------------------------------------------

drazz
05-15-2011, 12:19 PM
Same for me.

Did you solve it ?