Raised This Month: $32 Target: $400
 8% 

./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Include1
Member
Join Date: Feb 2016
Old 10-20-2018 , 04:45   ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #1

The server falls at different times, steadily 2 times a day, I can not understand why

Start Line: ./srcds_linux -game csgo -ip ip +port 27015 +map jb_summer_jail_v2 -maxplayers_override 64 -tickrate 64 -console -condebug -norestart -usercon -secure +sv_kick_players_with_cooldown 1 -nobots +sv_pure 0 +tv_port 27020 -net_port_try 1 +game_type 0 +game_mode 0 +mapgroup mg_bomb -threads 2 +sv_max_allowed_net_graph 3 +sv_voicecodec vaudio_celt +sv_force_transmit_players 0 +tv_advertise_watchable 1 +sv_debug_ugc_downloads 1 +sv_broadcast_ugc_downloads 1 +mp_do_warmup_period 1 -stringtable -debug -pidfile ../game.pid

./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD

Code:
[New LWP 19451]
[New LWP 19452]
[New LWP 19463]
[New LWP 19454]
[New LWP 19469]
[New LWP 19457]
[New LWP 19470]
[New LWP 19462]
[New LWP 19465]
[New LWP 20418]
[New LWP 19471]
[New LWP 19479]
[New LWP 19472]
[New LWP 19476]
[New LWP 19473]
[New LWP 19474]
[New LWP 19455]
[New LWP 19494]
[New LWP 19461]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `./srcds_linux -game csgo -ip ip +port 27015 +map jb_summer_jail_v2 -'.
Program terminated with signal 11, Segmentation fault.
#0  0xb094dcf2 in ?? () from /home/server4808/game/csgo/bin/server.so
#0  0xb094dcf2 in ?? () from /home/server4808/game/csgo/bin/server.so
#1  0xb039914f in ?? () from /home/server4808/game/csgo/bin/server.so
#2  0xb04f0186 in ?? () from /home/server4808/game/csgo/bin/server.so
#3  0xb08b34d7 in ?? () from /home/server4808/game/csgo/bin/server.so
#4  0xb04f9166 in ?? () from /home/server4808/game/csgo/bin/server.so
#5  0xb04f9745 in ?? () from /home/server4808/game/csgo/bin/server.so
#6  0xb04dc89c in ?? () from /home/server4808/game/csgo/bin/server.so
#7  0xb0895daf in ?? () from /home/server4808/game/csgo/bin/server.so
#8  0xa486ee16 in __SourceHook_MFHCls_PlayerRunCmdHook::Func(CUserCmd*, IMoveHelper*) () from /home/server4808/game/csgo/addons/sourcemod/extensions/sdktools.ext.2.csgo.so
#9  0xbfac1c28 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
eax            0x0	0
ecx            0xb1228ca0	-1323135840
edx            0xcaa0130	212468016
ebx            0x14869a68	344365672
esp            0xbfac1830	0xbfac1830
ebp            0xbfac1858	0xbfac1858
esi            0x128dacb8	311274680
edi            0x128db86c	311277676
eip            0xb094dcf2	0xb094dcf2
eflags         0x210246	[ PF ZF IF RF ID ]
cs             0x23	35
ss             0x2b	43
ds             0x2b	43
es             0x2b	43
fs             0x0	0
gs             0x63	99
From        To          Syms Read   Shared Object Library

Last edited by Include1; 10-20-2018 at 04:45.
Include1 is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 10-22-2018 , 13:34   Re: ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #2

https://en.wikipedia.org/wiki/Segmentation_fault

do you have any plugins installed? if you do try removing plugins one by one to disabled folder to find culprit, it might be also extension like PTaH or smth like that
__________________

Last edited by iGANGNAM; 10-22-2018 at 13:35.
iGANGNAM is offline
Include1
Member
Join Date: Feb 2016
Old 10-26-2018 , 08:44   Re: ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #3

Quote:
Originally Posted by iGANGNAM View Post
https://en.wikipedia.org/wiki/Segmentation_fault

do you have any plugins installed? if you do try removing plugins one by one to disabled folder to find culprit, it might be also extension like PTaH or smth like that
"crash_reason": "SIGSEGV",
Include1 is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 10-26-2018 , 12:08   Re: ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #4

Quote:
Originally Posted by Include1 View Post
"crash_reason": "SIGSEGV",
Quote:
#8 0xa486ee16 in __SourceHook_MFHCls_PlayerRunCmdHook::Func(CU serCmd*, IMoveHelper*) () from /home/server4808/game/csgo/addons/sourcemod/extensions/sdktools.ext.2.csgo.so
look to your plugins who use SdkTools or maybe your gamedata out of date?
__________________

Last edited by iGANGNAM; 10-26-2018 at 12:09.
iGANGNAM is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 10-26-2018 , 14:47   Re: ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #5

Quote:
Originally Posted by iGANGNAM View Post
look to your plugins who use SdkTools or maybe your gamedata out of date?
That is far too far away from the top of the stack to have any meaning, don't waste your time on it.

This is a game crash.
__________________
asherkin is offline
RedAlerT
Junior Member
Join Date: May 2010
Old 10-28-2018 , 03:51   Re: ./srcds_run: line 344: 19451 Segmentation fault (core dumped) $HL_CMD
Reply With Quote #6

Had the same issue after server update.

Updated Metamod:Source and Sourcemod and the issue resolved.
RedAlerT is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode