Server Crash Error

New Member
✔️ HL Verified
Joined
Jul 8, 2006
Messages
22
Best answers
0
Hey, I run a dedicated ESF server on Linux. My server keeps crashing a lot at random times. Here is the error log:

Code:
CRASH: Tue Sep 21 12:52:10 EDT 2010
Start Line: ./hlds_i686 -binary ./hlds_i686 -game esf -autoupdate +ip 174.142.18.82 +port 27015 +maxplayers 12 +tickrate 100 +pingboost 2 -secure -master -debug +map esf_cell_games +servercfgfile server.cfg -pidfile hlds.24870.pid
Core was generated by `./hlds_i686 -binary ./hlds_i686 -game esf -autoupdate +ip 174.142.18.82 +port 2'.
Program terminated with signal 11, Segmentation fault.
[New process 16095]
[New process 16097]
[New process 16096]
#0  0x0084f708 in CPlayerMelee::GetEnemyPrepunch () from /home/srv8600/esf/dlls/hl_i386.so
#0  0x0084f708 in CPlayerMelee::GetEnemyPrepunch () from /home/srv8600/esf/dlls/hl_i386.so
#1  0x0083e4e9 in CBasePlayer::Swoop () from /home/srv8600/esf/dlls/hl_i386.so
#2  0x0084142d in CBasePlayer::PostThink () from /home/srv8600/esf/dlls/hl_i386.so
#3  0x007e8065 in PlayerPostThink () from /home/srv8600/esf/dlls/hl_i386.so
#4  0x00c4123a in api_caller_void_args_p () from ./esf/addons/metamod/dlls/metamod_i386.so
#5  0x0120e964 in ?? ()
#6  0x0064f180 in sv_areanodes () from /home/srv8600/engine_i686.so
#7  0x0120e964 in ?? ()
#8  0x00c40347 in main_hook_function_void () from ./esf/addons/metamod/dlls/metamod_i386.so
#9  0x0120e964 in ?? ()
#10 0x00c5c2a0 in dllapi_info () from ./esf/addons/metamod/dlls/metamod_i386.so
#11 0x0000000e in ?? ()
#12 0x007e8030 in ?? () from /home/srv8600/esf/dlls/hl_i386.so
#13 0x00000000 in ?? ()
No symbol table info available.
From        To          Syms Read   Shared Object Library
0x00bafa50  0x00bb0a84  Yes         /lib/libdl.so.2
0x00115210  0x00120894  Yes         /lib/libpthread.so.0
0x00723410  0x0073e594  Yes         /lib/libm.so.6
0x00a7cc80  0x00b77b30  Yes         /lib/libc.so.6
0x00a497f0  0x00a5eebf  Yes         /lib/ld-linux.so.2
0x0016d680  0x001e32d4  Yes         /home/srv8600/engine_i686.so
0x00ec95f0  0x00ed7ec4  Yes         ./libsteam_api_c.so
0x00f24d80  0x00f31998  Yes         /home/srv8600/filesystem_stdio_i386.so
0x00c40184  0x00c536e0  Yes         ./esf/addons/metamod/dlls/metamod_i386.so
0x007d5160  0x008df910  Yes         /home/srv8600/esf/dlls/hl_i386.so
0x00c7f5e0  0x00cd9854  Yes         /home/srv8600/esf/addons/amxmodx/dlls/amxmodx_mm_i386.so
0x006ddbe0  0x006e06e4  Yes         esf/addons/amxmodx/modules/fun_amxx_i386.so
0x006e90e0  0x006f30b4  Yes         esf/addons/amxmodx/modules/engine_amxx_i386.so
0x009dfac0  0x00a0ab74  Yes         esf/addons/amxmodx/modules/fakemeta_amxx_i386.so
0x03810e80  0x03825448  Yes         /home/srv8600/esf/addons/dproto/dproto_i386.so
0x05d0fc50  0x05d8b0d4  Yes         /usr/lib/libstdc++.so.6
0x006f9660  0x00700e94  Yes         /lib/libgcc_s.so.1
0x00718f30  0x0071c1f4  Yes         esf/addons/amxmodx/modules/geoip_amxx_i386.so
0x047ec5f0  0x04d805a4  Yes         ./steamclient.so
0x009883c0  0x009a6a68  Yes         ./libtier0_s.so
0x00bc5050  0x00bfcfe0  Yes         ./libvstdlib_s.so
0x078374b0  0x07918a04  Yes         ./libsteamvalidateuseridtickets.so
Stack level 0, frame at 0xbfac4090:
 eip = 0x84f708 in CPlayerMelee::GetEnemyPrepunch(CBasePlayer *); saved eip 0x83e4e9
 called by frame at 0xbfac4120
 Arglist at 0xbfac4088, args: 
 Locals at 0xbfac4088, Previous frame's sp is 0xbfac4090
 Saved registers:
  ebx at 0xbfac4000, ebp at 0xbfac4088, esi at 0xbfac4004, edi at 0xbfac4008, eip at 0xbfac408c
End of crash report

Does anyone know what this is and how to fix it?
 
NOT IN THE MANGA™
★ Black Lounger ★
✔️ HL Verified
🚂 Steam Linked
💻 Oldtimer
Joined
Jan 5, 2008
Messages
3,276
Best answers
0
Location
Lithuania
Are you using Metamod or Metamod-P? This shouldn't be happening if you used my Linux server tutorial.

Also this start line should be fine:
Code:
./hlds_run -binary ./hlds_i686 -game esf -port 27015 +maxplayers 12 -tickrate 100 -pingboost 2 -secure -master +map esf_cell_games
(notice where I use "-" and "+").
 
Last edited:
New Member
✔️ HL Verified
Joined
Jul 8, 2006
Messages
22
Best answers
0
I'm using Metamod-P. I also have dproto installed. It mainly crashes when the server has a lot of people in it.
 

Users who are viewing this thread

Top Bottom