SRCDS Steam group


CS:Source + FreeBSD 4.10-RELEASE-p5
#1
Hi i am running a 24 player cs:source server on FreeBSD 4.10-RELEASE-p5 and it often crashes randomly.. here are all the specs and the debug.log..

specs:
Pentium IV 2.0GHZ
1024MB DDR RAM
linux_base-8-8.0_4
libc-2.3.2
using -heapsize 96000

debug.log..
Program terminated with signal 11, Segmentation fault.
#0 0x284caa69 in ?? ()
#0 0x284caa69 in ?? ()
#1 0x000012d8 in ?? ()
#2 0x284ca5f2 in ?? ()
#3 0x28747280 in ?? ()
#4 0xffff00ff in ?? ()
#5 0xbfbfd1c8 in ?? ()
#6 0x28228813 in ?? ()
goes up to to 346..
#329 0x281cd900 in ?? ()
#330 0x00000001 in ?? ()
#331 0x00000001 in ?? ()
#332 0x00000001 in ?? ()
#333 0x00000001 in ?? ()
#334 0x00000001 in ?? ()
#335 0x08052e68 in _IO_stdin_used ()
#336 0xbfbff7a8 in ?? ()
#337 0xbfbfd708 in ?? ()
#338 0x28089fa3 in ?? ()
#339 0x0805a028 in ?? ()
#340 0x282536a0 in ?? ()
#341 0x00000000 in ?? ()
#342 0xbfbfe740 in ?? ()
#343 0x08052e68 in _IO_stdin_used ()
#344 0xbfbff7a8 in ?? ()
#345 0xbfbff748 in ?? ()
#346 0x0804903d in main ()
No symbol table info available.
No shared libraries loaded at this time.
Stack level 0, frame at 0xbfbfd1ac:
eip = 0x284caa69; saved eip 0x12d8
called by frame at 0xbfbfd1b0
Arglist at 0xbfbfd1a4, args:
Locals at 0xbfbfd1a4, Previous frame's sp is 0xbfbfd1ac
Saved registers:
eip at 0xbfbfd1a8
End of Source crash report
----------------------------------------------

anyone have any ideas how to fix this?
any help would be appreciated thx..
Reply
#2
not sure how this helps,
are you using kernel 2.6?
did you optimized ur distribution with Pentium4 options? try pentium3 options instead. pentium4 could be experimental
Reply
#3
Firstly, *BSD doesn't use the same kernel as linux, its totally different.

as for the main problem, whats your glib version? have you tried running glibc? (theres a freeBSD port for glibc somewhere)
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#4
Actually, he could just do this:

# cd /usr/ports/emulators/linux_base-8
# make install clean

This will install glibc 2.3. This may error out though if you already linux_base installed. If this is the case then you will need to do the following:

# cd /usr/ports/emulators/linux_base
# make deinstall
# cd ../linux_base-8
# make install clean

Then you should have glibc 2.3 installed. Try that out.
Reply
#5
JamesB Wrote:# cd /usr/ports/emulators/linux_base
# make deinstall
# cd ../linux_base-8
# make install clean

Found this thread by searching for freebsd and glib... Thanks a ton JamesB, this worked Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)