AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CSDM (https://forums.alliedmods.net/forumdisplay.php?f=87)
-   -   CSDM 2.1.3d KWo beta (https://forums.alliedmods.net/showthread.php?t=47306)

octora 09-27-2013 07:45

Re: CSDM 2.1.3c KWo beta
 
Quote:

Originally Posted by KWo (Post 2035525)
Can You also write in the console such commands:
version
meta list
and show us the output here, so we can compare if You guys have the same hlds and AMXX/csdm versions? What is Your OS?

No no, not me, i dont have a problem. Your plugin is the best work for me.

KWo 09-27-2013 13:44

Re: CSDM 2.1.3c KWo beta
 
I know, but I wanted You wrote what is Your OS and CS version, when it is working for You.

oldtype 10-01-2013 09:56

Re: CSDM 2.1.3c KWo beta
 
@KWo can you tell me how if possible, to set the Itemmode settings, so that the plugin will place only Health and Armor on the map ?

2called-chaos 11-08-2013 03:45

Re: CSDM 2.1.3c KWo beta
 
Quote:

Originally Posted by oldtype (Post 2043670)
@KWo can you tell me how if possible, to set the Itemmode settings, so that the plugin will place only Health and Armor on the map ?

I needed the same and accomplished it by commenting out some stuff. Open csdm_itemmode.sma and go to line 1058. It should say //deathpack. If not search this.

Then a few lines later you should see an emit_sound call, then some comments and a todo or something and then comes the first line you want to remove or comment out.

Start line
Code:

// if(!g_iCfgWeaponStayTime)
// {  // give weapons, ammo & grenades

End line
Code:


// if(g_PackContents[packid][SLOT_LONGJUMP] == ITEM_LONGJUMP && !HasLongJump[ptd])
// {
//  csdm_give_item(ptd, "item_longjump")
//  HasLongJump[ptd] = true
//  printLongJumpHelp(ptd)
// }

So in my case I commented line 1081-1132




I also wanted to remove all dropped weapons but not the C4 so I added this to csdm_main.sma at line 305:

Code:

302: if (((equali(model,"models/w_usp.mdl")) || (equali(model,"models/w_glock18.mdl")))
303: && (g_StripWeapons))
304:  csdm_remove_weaponbox(id, ent, 0, 0, 0)
305: else if ((equali(model,"models/w_backpack.mdl")) && (!g_RemoveBomb))
306:  return 0 // don't remove bomb
307: else if ((equali(model,"models/w_backpack.mdl")) && (g_RemoveBomb))
308:  csdm_remove_weaponbox(id, ent, 0, 0, 0)
309: else if (shield)
310:  csdm_remove_weaponbox(id, ent, g_StayTime, 1, 1)
311: else
312:  csdm_remove_weaponbox(id, ent, g_StayTime, 1, 0)

Hope it helps :)

2called-chaos 11-09-2013 10:19

Re: CSDM 2.1.3c KWo beta
 
I had some random crashes when I've setup and tested the server alone with bots. When I was satisfied I invited a friend and from that point on we couldn't finish one GG round without the server crashes and restarts. It's always Segmentation fault and sometimes additional memory access messages.

I tried everything out and as I removed CSDM it worked perfectly for min. 6 hours continues playing with 4 players.

I really would like to use CSDM but I only can try to fix basic things in the SMA parts. Is there a repository for CSDM with the current version so that I can try to figure out some of the changes?

And if anybody have understandable information of howto debug this shit, please tell me. I don't have a clue about gdb :( Some crashlogs (some of them have actual traces in them)

Highlight:
Code:

----------------------------------------------
CRASH: Fri Nov  8 08:15:42 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 32367]
[New LWP 32382]
[New LWP 32375]
[New LWP 32373]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0xf3587348 in CBasePlayer::UpdateClientData (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:8254
#0  0xf3587348 in CBasePlayer::UpdateClientData (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:8254
#1  0xf358a896 in PreThink (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:4802
#2  CBasePlayer::PreThink (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:4717
#3  0xf2561d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
weapon_id = 1818325615
i = 3


Comeplete
Code:

----------------------------------------------
CRASH: Thu Nov  7 23:04:16 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:05:45 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:11:59 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23597]
[New LWP 23600]
[New LWP 23611]
[New LWP 23598]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:17:52 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23677]
[New LWP 23680]
[New LWP 23678]
[New LWP 23681]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:19:36 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23691]
[New LWP 23692]
[New LWP 23694]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:22:32 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23713]
[New LWP 23716]
[New LWP 23717]
[New LWP 23714]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:25:51 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23724]
[New LWP 23895]
[New LWP 23727]
[New LWP 23725]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:28:00 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23935]
[New LWP 23938]
[New LWP 23936]
#0  0xf24682d8 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:44:20 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 23985]
[New LWP 23986]
[New LWP 23988]
#0  0xf764a6f0 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Thu Nov  7 23:57:04 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24019]
[New LWP 24047]
[New LWP 24022]
[New LWP 24020]
#0  0x00000019 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:02:38 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24081]
[New LWP 24084]
[New LWP 24088]
[New LWP 24082]
[New LWP 24089]
[New LWP 24090]
#0  0xf35c35f4 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:09:04 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24113]
[New LWP 24116]
[New LWP 24114]
#0  0x40ae9800 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:11:03 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24150]
[New LWP 24151]
[New LWP 24153]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:12:59 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24170]
[New LWP 24173]
[New LWP 24171]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:20:02 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24186]
[New LWP 24189]
[New LWP 24212]
[New LWP 24187]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:23:23 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24244]
[New LWP 24247]
[New LWP 24245]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:25:47 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24277]
[New LWP 24280]
[New LWP 24278]
#0  0x0abd9bb8 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:30:12 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24300]
[New LWP 24310]
[New LWP 24301]
[New LWP 24303]
#0  0x00000031 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:32:18 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24323]
[New LWP 24326]
[New LWP 24324]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:42:10 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24339]
[New LWP 24342]
[New LWP 24379]
[New LWP 24340]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 00:43:51 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24428]
[New LWP 24431]
[New LWP 24429]
#0  0x099c7848 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 01:27:53 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 24753]
[New LWP 24756]
[New LWP 24754]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 06:17:44 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 31183]
[New LWP 31190]
[New LWP 31184]
[New LWP 31186]
#0  0x00000000 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 06:53:56 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 31886]
[New LWP 31903]
[New LWP 31889]
[New LWP 31887]
#0  0xf35be4aa in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 07:17:20 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.23493.pid
[New LWP 32252]
[New LWP 32253]
[New LWP 32255]
#0  0xf76256f0 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 08:15:42 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 32367]
[New LWP 32382]
[New LWP 32375]
[New LWP 32373]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0xf3587348 in CBasePlayer::UpdateClientData (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:8254
#0  0xf3587348 in CBasePlayer::UpdateClientData (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:8254
#1  0xf358a896 in PreThink (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:4802
#2  CBasePlayer::PreThink (this=0xa87f4d8) at ../cstrike/dlls/player.cpp:4717
#3  0xf2561d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
weapon_id = 1818325615
i = 3
From        To          Syms Read  Shared Object Library
0xf7723914  0xf7769c78  Yes        ./libstdc++.so.6
0xf76c9a60  0xf76caa08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf76b1650  0xf76bda78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7519f10  0xf764f44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74db430  0xf74f5af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77b3820  0xf77cbbaf  Yes (*)    /lib/ld-linux.so.2
0xf74c3e04  0xf74d3490  Yes        ./libgcc_s.so.1
0xf6fa7480  0xf702b11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f4d5c0  0xf6f57d74  Yes (*)    ./libsteam_api.so
0xf6f348d0  0xf6f38618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f1ba00  0xf6f281b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6076280  0xf6aeaf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3761b70  0xf3777984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3524350  0xf3648340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33e5a00  0xf3445768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33c5c10  0xf33c8c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33b40d0  0xf33bf478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf337bc50  0xf33a84a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf3338920  0xf3349b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76d7d90  0xf76d8d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf260b350  0xf2613fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25fe490  0xf2605d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25f1220  0xf25f79d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf257cd50  0xf2583658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2548870  0xf25740b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf252e130  0xf2539204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2458620  0xf24d0bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21316e0  0xf2199954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf210f500  0xf211ad98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f31900  0xf198c82c  Yes (*)    ./steamclient.so
0xf0b60670  0xf0bd6020  Yes (*)    ./crashhandler.so
0xf0812470  0xf0a97e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffcbf60c:
 eip = 0xf3587348 in CBasePlayer::UpdateClientData (../cstrike/dlls/player.cpp:8254); saved eip 0xf358a896
 called by frame at 0xffcbf6ac
 source language c++.
 Arglist at 0xffcbf5a8, args: this=0xa87f4d8
 Locals at 0xffcbf5a8, Previous frame's sp is 0xffcbf60c
 Saved registers:
  ebx at 0xffcbf5f8, ebp at 0xffcbf604, esi at 0xffcbf5fc, edi at 0xffcbf600, eip at 0xffcbf608
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 08:19:57 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 32588]
[New LWP 32591]
[New LWP 32601]
[New LWP 32589]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf351134e in CBasePlayer::UpdateClientData (this=0x98fc1a0) at ../cstrike/dlls/player.cpp:8254
#2  0xf3514896 in PreThink (this=0x98fc1a0) at ../cstrike/dlls/player.cpp:4802
#3  CBasePlayer::PreThink (this=0x98fc1a0) at ../cstrike/dlls/player.cpp:4717
#4  0xf24ebd9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf76ad914  0xf76f3c78  Yes        ./libstdc++.so.6
0xf7653a60  0xf7654a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf763b650  0xf7647a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74a3f10  0xf75d944c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7465430  0xf747faf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf773d820  0xf7755baf  Yes (*)    /lib/ld-linux.so.2
0xf744de04  0xf745d490  Yes        ./libgcc_s.so.1
0xf6f31480  0xf6fb511c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6ed75c0  0xf6ee1d74  Yes (*)    ./libsteam_api.so
0xf6ebe8d0  0xf6ec2618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6ea5a00  0xf6eb21b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6000280  0xf6a74f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36ebb70  0xf3701984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34ae350  0xf35d2340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf336fa00  0xf33cf768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf334fc10  0xf3352c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf333e0d0  0xf3349478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3305c50  0xf33324a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32c2920  0xf32d3b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf7661d90  0xf7662d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2595350  0xf259dfc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2588490  0xf258fd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf257b220  0xf25819d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2506d50  0xf250d658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24d2870  0xf24fe0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24b8130  0xf24c3204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23e2620  0xf245abd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20bb6e0  0xf2123954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2099500  0xf20a4d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ebb900  0xf191682c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffe07dac:
 eip = 0x0; saved eip 0xf351134e
 called by frame at 0xffe07e1c
 Arglist at 0xffe07da4, args:
 Locals at 0xffe07da4, Previous frame's sp is 0xffe07dac
 Saved registers:
  eip at 0xffe07da8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 08:21:25 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 32638]
[New LWP 32639]
[New LWP 32641]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0xf20d52d8 in BotExecuteTask(bot_t*) () from /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
#0  0xf20d52d8 in BotExecuteTask(bot_t*) () from /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
#1  0xf742c2a0 in sv_areanodes () from /home/hlds/cstrike_gungame_27015/engine_i486.so
#2  0xfffe594c in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf76b1914  0xf76f7c78  Yes        ./libstdc++.so.6
0xf7657a60  0xf7658a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf763f650  0xf764ba78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74a7f10  0xf75dd44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7469430  0xf7483af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7741820  0xf7759baf  Yes (*)    /lib/ld-linux.so.2
0xf7451e04  0xf7461490  Yes        ./libgcc_s.so.1
0xf6f35480  0xf6fb911c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6edb5c0  0xf6ee5d74  Yes (*)    ./libsteam_api.so
0xf6ec28d0  0xf6ec6618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6ea9a00  0xf6eb61b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6004280  0xf6a78f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36efb70  0xf3705984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34b2350  0xf35d6340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf3373a00  0xf33d3768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf3353c10  0xf3356c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33420d0  0xf334d478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3309c50  0xf33364a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32c6920  0xf32d7b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf7665d90  0xf7666d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2599350  0xf25a1fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf258c490  0xf2593d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf257f220  0xf25859d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf250ad50  0xf2511658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24d6870  0xf25020b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24bc130  0xf24c7204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23e6620  0xf245ebd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20bf6e0  0xf2127954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf209d500  0xf20a8d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ebf900  0xf191a82c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xfffe5854:
 eip = 0xf20d52d8 in BotExecuteTask(bot_t*); saved eip 0xf742c2a0
 called by frame at 0xfffe5858
 Arglist at 0xfffe584c, args:
 Locals at 0xfffe584c, Previous frame's sp is 0xfffe5854
 Saved registers:
  ebx at 0xfffe5840, ebp at 0xfffe584c, esi at 0xfffe5844, edi at 0xfffe5848, eip at 0xfffe5850
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 09:09:29 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 425]
[New LWP 428]
[New LWP 426]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x01d0a200 in ?? ()
#0  0x01d0a200 in ?? ()
#1  0xf355234e in CBasePlayer::UpdateClientData (this=0x9d914d0) at ../cstrike/dlls/player.cpp:8254
#2  0xf3555896 in PreThink (this=0x9d914d0) at ../cstrike/dlls/player.cpp:4802
#3  CBasePlayer::PreThink (this=0x9d914d0) at ../cstrike/dlls/player.cpp:4717
#4  0xf252cd9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf76ee914  0xf7734c78  Yes        ./libstdc++.so.6
0xf7694a60  0xf7695a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf767c650  0xf7688a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74e4f10  0xf761a44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74a6430  0xf74c0af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf777e820  0xf7796baf  Yes (*)    /lib/ld-linux.so.2
0xf748ee04  0xf749e490  Yes        ./libgcc_s.so.1
0xf6f72480  0xf6ff611c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f185c0  0xf6f22d74  Yes (*)    ./libsteam_api.so
0xf6eff8d0  0xf6f03618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6ee6a00  0xf6ef31b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6041280  0xf6ab5f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf372cb70  0xf3742984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34ef350  0xf3613340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33b0a00  0xf3410768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf3390c10  0xf3393c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf337f0d0  0xf338a478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3346c50  0xf33734a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf3303920  0xf3314b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76a2d90  0xf76a3d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25d6350  0xf25defc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25c9490  0xf25d0d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25bc220  0xf25c29d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2547d50  0xf254e658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2513870  0xf253f0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24f9130  0xf2504204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2423620  0xf249bbd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20fc6e0  0xf2164954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20da500  0xf20e5d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0efc900  0xf195782c  Yes (*)    ./steamclient.so
0xf0c35670  0xf0cab020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffbded8c:
 eip = 0x1d0a200; saved eip 0xf355234e
 called by frame at 0xffbdedfc
 Arglist at 0xffbded84, args:
 Locals at 0xffbded84, Previous frame's sp is 0xffbded8c
 Saved registers:
  eip at 0xffbded88
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 09:22:13 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 575]
[New LWP 578]
[New LWP 576]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x407a1000 in ?? ()
#0  0x407a1000 in ?? ()
#1  0xf34aa3c6 in CHalfLifeMultiplay::PlayerThink (this=0x9d86af8, pPlayer=0xa291b18) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf34d0742 in CBasePlayer::PreThink (this=0xa291b18) at ../cstrike/dlls/player.cpp:4734
#3  0xf24a7d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7669914  0xf76afc78  Yes        ./libstdc++.so.6
0xf760fa60  0xf7610a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf75f7650  0xf7603a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf745ff10  0xf759544c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7421430  0xf743baf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf76f9820  0xf7711baf  Yes (*)    /lib/ld-linux.so.2
0xf7409e04  0xf7419490  Yes        ./libgcc_s.so.1
0xf6eed480  0xf6f7111c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6e935c0  0xf6e9dd74  Yes (*)    ./libsteam_api.so
0xf6e7a8d0  0xf6e7e618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6e61a00  0xf6e6e1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf5fbc280  0xf6a30f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36a7b70  0xf36bd984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf346a350  0xf358e340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf332ba00  0xf338b768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf330bc10  0xf330ec98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf32fa0d0  0xf3305478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf32c1c50  0xf32ee4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf327e920  0xf328fb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf761dd90  0xf761ed08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2551350  0xf2559fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2544490  0xf254bd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2537220  0xf253d9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf24c2d50  0xf24c9658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf248e870  0xf24ba0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2474130  0xf247f204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf239e620  0xf2416bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20776e0  0xf20df954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2055500  0xf2060d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0e77900  0xf18d282c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffb28e7c:
 eip = 0x407a1000; saved eip 0xf34aa3c6
 called by frame at 0xffb28e9c
 Arglist at 0xffb28e74, args:
 Locals at 0xffb28e74, Previous frame's sp is 0xffb28e7c
 Saved registers:
  eip at 0xffb28e78
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 09:24:41 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 600]
[New LWP 603]
[New LWP 601]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0xf35373c0 in CHalfLifeMultiplay::PlayerThink (this=0xa060af8, pPlayer=0xa5a10f8) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#0  0xf35373c0 in CHalfLifeMultiplay::PlayerThink (this=0xa060af8, pPlayer=0xa5a10f8) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#1  0xf355d742 in CBasePlayer::PreThink (this=0xa5a10f8) at ../cstrike/dlls/player.cpp:4734
#2  0xf2534d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No locals.
From        To          Syms Read  Shared Object Library
0xf76f6914  0xf773cc78  Yes        ./libstdc++.so.6
0xf769ca60  0xf769da08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7684650  0xf7690a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74ecf10  0xf762244c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74ae430  0xf74c8af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7786820  0xf779ebaf  Yes (*)    /lib/ld-linux.so.2
0xf7496e04  0xf74a6490  Yes        ./libgcc_s.so.1
0xf6f7a480  0xf6ffe11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f205c0  0xf6f2ad74  Yes (*)    ./libsteam_api.so
0xf6f078d0  0xf6f0b618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6eeea00  0xf6efb1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6049280  0xf6abdf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3734b70  0xf374a984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34f7350  0xf361b340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33b8a00  0xf3418768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf3398c10  0xf339bc98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33870d0  0xf3392478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf334ec50  0xf337b4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf330b920  0xf331cb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76aad90  0xf76abd08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25de350  0xf25e6fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25d1490  0xf25d8d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25c4220  0xf25ca9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf254fd50  0xf2556658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf251b870  0xf25470b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2501130  0xf250c204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf242b620  0xf24a3bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21046e0  0xf216c954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20e2500  0xf20edd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f04900  0xf195f82c  Yes (*)    ./steamclient.so
0xf0c3d670  0xf0cb3020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffafdb6c:
 eip = 0xf35373c0 in CHalfLifeMultiplay::PlayerThink (../cstrike/dlls/multiplay_gamerules.cpp:3474); saved eip 0xf355d742
 called by frame at 0xffafdc0c
 source language c++.
 Arglist at 0xffafdb48, args: this=0xa060af8, pPlayer=0xa5a10f8
 Locals at 0xffafdb48, Previous frame's sp is 0xffafdb6c
 Saved registers:
  ebx at 0xffafdb5c, esi at 0xffafdb60, edi at 0xffafdb64, eip at 0xffafdb68
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 09:49:35 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 719]
[New LWP 722]
[New LWP 720]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x000172f7 in ?? ()
#0  0x000172f7 in ?? ()
#1  0xf356c34e in CBasePlayer::UpdateClientData (this=0xa57ccb8) at ../cstrike/dlls/player.cpp:8254
#2  0xf356f896 in PreThink (this=0xa57ccb8) at ../cstrike/dlls/player.cpp:4802
#3  CBasePlayer::PreThink (this=0xa57ccb8) at ../cstrike/dlls/player.cpp:4717
#4  0xf2546d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7708914  0xf774ec78  Yes        ./libstdc++.so.6
0xf76aea60  0xf76afa08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7696650  0xf76a2a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74fef10  0xf763444c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74c0430  0xf74daaf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7798820  0xf77b0baf  Yes (*)    /lib/ld-linux.so.2
0xf74a8e04  0xf74b8490  Yes        ./libgcc_s.so.1
0xf6f8c480  0xf701011c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f325c0  0xf6f3cd74  Yes (*)    ./libsteam_api.so
0xf6f198d0  0xf6f1d618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f00a00  0xf6f0d1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf605b280  0xf6acff00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3746b70  0xf375c984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3509350  0xf362d340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33caa00  0xf342a768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33aac10  0xf33adc98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33990d0  0xf33a4478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3360c50  0xf338d4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf331d920  0xf332eb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76bcd90  0xf76bdd08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25f0350  0xf25f8fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25e3490  0xf25ead78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25d6220  0xf25dc9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2561d50  0xf2568658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf252d870  0xf25590b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2513130  0xf251e204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf243d620  0xf24b5bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21166e0  0xf217e954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20f4500  0xf20ffd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f16900  0xf197182c  Yes (*)    ./steamclient.so
0xf0c4f670  0xf0cc5020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xff9d61fc:
 eip = 0x172f7; saved eip 0xf356c34e
 called by frame at 0xff9d626c
 Arglist at 0xff9d61f4, args:
 Locals at 0xff9d61f4, Previous frame's sp is 0xff9d61fc
 Saved registers:
  eip at 0xff9d61f8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 11:41:50 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 1182]
[New LWP 1185]
[New LWP 1201]
[New LWP 1183]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000011 in ?? ()
#0  0x00000011 in ?? ()
#1  0xf34d23c6 in CHalfLifeMultiplay::PlayerThink (this=0xad71620, pPlayer=0xaf5e060) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf34f8742 in CBasePlayer::PreThink (this=0xaf5e060) at ../cstrike/dlls/player.cpp:4734
#3  0xf24cfd9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7691914  0xf76d7c78  Yes        ./libstdc++.so.6
0xf7637a60  0xf7638a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf761f650  0xf762ba78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7487f10  0xf75bd44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7449430  0xf7463af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7721820  0xf7739baf  Yes (*)    /lib/ld-linux.so.2
0xf7431e04  0xf7441490  Yes        ./libgcc_s.so.1
0xf6f15480  0xf6f9911c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6ebb5c0  0xf6ec5d74  Yes (*)    ./libsteam_api.so
0xf6ea28d0  0xf6ea6618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6e89a00  0xf6e961b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf5fe4280  0xf6a58f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36cfb70  0xf36e5984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3492350  0xf35b6340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf3353a00  0xf33b3768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf3333c10  0xf3336c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33220d0  0xf332d478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf32e9c50  0xf33164a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32a6920  0xf32b7b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf7645d90  0xf7646d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2579350  0xf2581fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf256c490  0xf2573d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf255f220  0xf25659d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf24ead50  0xf24f1658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24b6870  0xf24e20b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf249c130  0xf24a7204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23c6620  0xf243ebd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf209f6e0  0xf2107954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf207d500  0xf2088d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0e9f900  0xf18fa82c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xff83d8ac:
 eip = 0x11; saved eip 0xf34d23c6
 called by frame at 0xff83d8cc
 Arglist at 0xff83d8a4, args:
 Locals at 0xff83d8a4, Previous frame's sp is 0xff83d8ac
 Saved registers:
  eip at 0xff83d8a8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 11:43:29 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 1223]
[New LWP 1233]
[New LWP 1226]
[New LWP 1224]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x40a29000 in ?? ()
#0  0x40a29000 in ?? ()
#1  0xf35523c6 in CHalfLifeMultiplay::PlayerThink (this=0x99d3af8, pPlayer=0x9f141c0) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf3578742 in CBasePlayer::PreThink (this=0x9f141c0) at ../cstrike/dlls/player.cpp:4734
#3  0xf254fd9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7711914  0xf7757c78  Yes        ./libstdc++.so.6
0xf76b7a60  0xf76b8a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf769f650  0xf76aba78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7507f10  0xf763d44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74c9430  0xf74e3af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77a1820  0xf77b9baf  Yes (*)    /lib/ld-linux.so.2
0xf74b1e04  0xf74c1490  Yes        ./libgcc_s.so.1
0xf6f95480  0xf701911c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f3b5c0  0xf6f45d74  Yes (*)    ./libsteam_api.so
0xf6f228d0  0xf6f26618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f09a00  0xf6f161b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6064280  0xf6ad8f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf374fb70  0xf3765984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3512350  0xf3636340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33d3a00  0xf3433768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33b3c10  0xf33b6c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33a20d0  0xf33ad478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3369c50  0xf33964a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf3326920  0xf3337b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76c5d90  0xf76c6d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25f9350  0xf2601fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25ec490  0xf25f3d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25df220  0xf25e59d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf256ad50  0xf2571658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2536870  0xf25620b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf251c130  0xf2527204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2446620  0xf24bebd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf211f6e0  0xf2187954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20fd500  0xf2108d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f1f900  0xf197a82c  Yes (*)    ./steamclient.so
0xf0c58670  0xf0cce020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffa5344c:
 eip = 0x40a29000; saved eip 0xf35523c6
 called by frame at 0xffa5346c
 Arglist at 0xffa53444, args:
 Locals at 0xffa53444, Previous frame's sp is 0xffa5344c
 Saved registers:
  eip at 0xffa53448
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 11:45:14 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 1255]
[New LWP 1258]
[New LWP 1256]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf358c3c6 in CHalfLifeMultiplay::PlayerThink (this=0xaa42af8, pPlayer=0xaf84a78) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf35b2742 in CBasePlayer::PreThink (this=0xaf84a78) at ../cstrike/dlls/player.cpp:4734
#3  0xf2589d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf774b914  0xf7791c78  Yes        ./libstdc++.so.6
0xf76f1a60  0xf76f2a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf76d9650  0xf76e5a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7541f10  0xf767744c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7503430  0xf751daf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77db820  0xf77f3baf  Yes (*)    /lib/ld-linux.so.2
0xf74ebe04  0xf74fb490  Yes        ./libgcc_s.so.1
0xf6fcf480  0xf705311c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f755c0  0xf6f7fd74  Yes (*)    ./libsteam_api.so
0xf6f5c8d0  0xf6f60618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f43a00  0xf6f501b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf609e280  0xf6b12f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3789b70  0xf379f984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf354c350  0xf3670340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf340da00  0xf346d768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33edc10  0xf33f0c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33dc0d0  0xf33e7478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf33a3c50  0xf33d04a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf3360920  0xf3371b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76ffd90  0xf7700d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2633350  0xf263bfc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2626490  0xf262dd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2619220  0xf261f9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf25a4d50  0xf25ab658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2570870  0xf259c0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2556130  0xf2561204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2480620  0xf24f8bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21596e0  0xf21c1954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2137500  0xf2142d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f59900  0xf19b482c  Yes (*)    ./steamclient.so
0xf0b60670  0xf0bd6020  Yes (*)    ./crashhandler.so
0xf0812470  0xf0a97e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffaea04c:
 eip = 0x0; saved eip 0xf358c3c6
 called by frame at 0xffaea06c
 Arglist at 0xffaea044, args:
 Locals at 0xffaea044, Previous frame's sp is 0xffaea04c
 Saved registers:
  eip at 0xffaea048
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 15:22:00 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 1283]
[New LWP 1286]
[New LWP 1287]
[New LWP 1284]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 4, Illegal instruction.
#0  0x0a58210d in ?? ()
#0  0x0a58210d in ?? ()
#1  0x00000000 in ?? ()
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7735914  0xf777bc78  Yes        ./libstdc++.so.6
0xf76dba60  0xf76dca08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf76c3650  0xf76cfa78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf752bf10  0xf766144c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74ed430  0xf7507af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77c5820  0xf77ddbaf  Yes (*)    /lib/ld-linux.so.2
0xf74d5e04  0xf74e5490  Yes        ./libgcc_s.so.1
0xf6fb9480  0xf703d11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f5f5c0  0xf6f69d74  Yes (*)    ./libsteam_api.so
0xf6f468d0  0xf6f4a618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f2da00  0xf6f3a1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6088280  0xf6afcf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3773b70  0xf3789984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3536350  0xf365a340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33f7a00  0xf3457768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33d7c10  0xf33dac98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33c60d0  0xf33d1478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf338dc50  0xf33ba4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf334a920  0xf335bb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76e9d90  0xf76ead08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf261d350  0xf2625fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2610490  0xf2617d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2603220  0xf26099d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf258ed50  0xf2595658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf255a870  0xf25860b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2540130  0xf254b204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf246a620  0xf24e2bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21436e0  0xf21ab954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2121500  0xf212cd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f43900  0xf199e82c  Yes (*)    ./steamclient.so
0xf0b60670  0xf0bd6020  Yes (*)    ./crashhandler.so
0xf0812470  0xf0a97e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xa168718:
 eip = 0xa58210d; saved eip 0x0
 called by frame at 0xa16871c
 Arglist at 0xa168710, args:
 Locals at 0xa168710, Previous frame's sp is 0xa168718
 Saved registers:
  ebp at 0xa168710, eip at 0xa168714
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 15:33:43 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 4318]
[New LWP 4353]
[New LWP 4351]
[New LWP 4319]
[New LWP 4321]
[New LWP 4352]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf34913c6 in CHalfLifeMultiplay::PlayerThink (this=0x8f74af8, pPlayer=0x90f9020) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf34b7742 in CBasePlayer::PreThink (this=0x90f9020) at ../cstrike/dlls/player.cpp:4734
#3  0xf248ed9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7650914  0xf7696c78  Yes        ./libstdc++.so.6
0xf75f6a60  0xf75f7a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf75de650  0xf75eaa78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7446f10  0xf757c44c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7408430  0xf7422af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf76e0820  0xf76f8baf  Yes (*)    /lib/ld-linux.so.2
0xf73f0e04  0xf7400490  Yes        ./libgcc_s.so.1
0xf6ed4480  0xf6f5811c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6e7a5c0  0xf6e84d74  Yes (*)    ./libsteam_api.so
0xf6e618d0  0xf6e65618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6e48a00  0xf6e551b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf5fa3280  0xf6a17f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf368eb70  0xf36a4984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3451350  0xf3575340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf3312a00  0xf3372768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf32f2c10  0xf32f5c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf32e10d0  0xf32ec478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf32a8c50  0xf32d54a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf3265920  0xf3276b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf7604d90  0xf7605d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2538350  0xf2540fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf252b490  0xf2532d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf251e220  0xf25249d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf24a9d50  0xf24b0658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2475870  0xf24a10b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf245b130  0xf2466204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2385620  0xf23fdbd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf205e6e0  0xf20c6954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf203c500  0xf2047d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0e5e900  0xf18b982c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xff89968c:
 eip = 0x0; saved eip 0xf34913c6
 called by frame at 0xff8996ac
 Arglist at 0xff899684, args:
 Locals at 0xff899684, Previous frame's sp is 0xff89968c
 Saved registers:
  eip at 0xff899688
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 17:38:58 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 4386]
[New LWP 4399]
[New LWP 4415]
[New LWP 4389]
[New LWP 4387]
[New LWP 4416]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf351c3c6 in CHalfLifeMultiplay::PlayerThink (this=0x85750e0, pPlayer=0x99f1438) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf3542742 in CBasePlayer::PreThink (this=0x99f1438) at ../cstrike/dlls/player.cpp:4734
#3  0xf2519d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf76db914  0xf7721c78  Yes        ./libstdc++.so.6
0xf7681a60  0xf7682a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7669650  0xf7675a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74d1f10  0xf760744c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7493430  0xf74adaf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf776b820  0xf7783baf  Yes (*)    /lib/ld-linux.so.2
0xf747be04  0xf748b490  Yes        ./libgcc_s.so.1
0xf6f5f480  0xf6fe311c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f055c0  0xf6f0fd74  Yes (*)    ./libsteam_api.so
0xf6eec8d0  0xf6ef0618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6ed3a00  0xf6ee01b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf602e280  0xf6aa2f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3719b70  0xf372f984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34dc350  0xf3600340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf339da00  0xf33fd768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf337dc10  0xf3380c98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf336c0d0  0xf3377478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3333c50  0xf33604a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32f0920  0xf3301b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf768fd90  0xf7690d08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25c3350  0xf25cbfc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25b6490  0xf25bdd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25a9220  0xf25af9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2534d50  0xf253b658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf2500870  0xf252c0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24e6130  0xf24f1204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf2410620  0xf2488bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20e96e0  0xf2151954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20c7500  0xf20d2d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ee9900  0xf194482c  Yes (*)    ./steamclient.so
0xf0c22670  0xf0c98020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffb7f4cc:
 eip = 0x0; saved eip 0xf351c3c6
 called by frame at 0xffb7f4ec
 Arglist at 0xffb7f4c4, args:
 Locals at 0xffb7f4c4, Previous frame's sp is 0xffb7f4cc
 Saved registers:
  eip at 0xffb7f4c8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 17:43:12 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 6247]
[New LWP 6255]
[New LWP 6251]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf350b3c6 in CHalfLifeMultiplay::PlayerThink (this=0x97d8620, pPlayer=0x9898480) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf3531742 in CBasePlayer::PreThink (this=0x9898480) at ../cstrike/dlls/player.cpp:4734
#3  0xf2508d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf76ca914  0xf7710c78  Yes        ./libstdc++.so.6
0xf7670a60  0xf7671a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7658650  0xf7664a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf74c0f10  0xf75f644c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7482430  0xf749caf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf775a820  0xf7772baf  Yes (*)    /lib/ld-linux.so.2
0xf746ae04  0xf747a490  Yes        ./libgcc_s.so.1
0xf6f4e480  0xf6fd211c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6ef45c0  0xf6efed74  Yes (*)    ./libsteam_api.so
0xf6edb8d0  0xf6edf618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6ec2a00  0xf6ecf1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf601d280  0xf6a91f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3708b70  0xf371e984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf34cb350  0xf35ef340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf338ca00  0xf33ec768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf336cc10  0xf336fc98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf335b0d0  0xf3366478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3322c50  0xf334f4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32df920  0xf32f0b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf767ed90  0xf767fd08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25b2350  0xf25bafc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25a5490  0xf25acd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2598220  0xf259e9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2523d50  0xf252a658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24ef870  0xf251b0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24d5130  0xf24e0204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23ff620  0xf2477bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20d86e0  0xf2140954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20b6500  0xf20c1d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ed8900  0xf193382c  Yes (*)    ./steamclient.so
0xf0c11670  0xf0c87020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffe229cc:
 eip = 0x0; saved eip 0xf350b3c6
 called by frame at 0xffe229ec
 Arglist at 0xffe229c4, args:
 Locals at 0xffe229c4, Previous frame's sp is 0xffe229cc
 Saved registers:
  eip at 0xffe229c8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 17:45:00 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 6918]
[New LWP 6922]
[New LWP 6920]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf358934e in CBasePlayer::UpdateClientData (this=0xa686c48) at ../cstrike/dlls/player.cpp:8254
#2  0xf358c896 in PreThink (this=0xa686c48) at ../cstrike/dlls/player.cpp:4802
#3  CBasePlayer::PreThink (this=0xa686c48) at ../cstrike/dlls/player.cpp:4717
#4  0xf2563d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7725914  0xf776bc78  Yes        ./libstdc++.so.6
0xf76cba60  0xf76cca08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf76b3650  0xf76bfa78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf751bf10  0xf765144c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74dd430  0xf74f7af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77b5820  0xf77cdbaf  Yes (*)    /lib/ld-linux.so.2
0xf74c5e04  0xf74d5490  Yes        ./libgcc_s.so.1
0xf6fa9480  0xf702d11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f4f5c0  0xf6f59d74  Yes (*)    ./libsteam_api.so
0xf6f368d0  0xf6f3a618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f1da00  0xf6f2a1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6078280  0xf6aecf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3763b70  0xf3779984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3526350  0xf364a340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33e7a00  0xf3447768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33c7c10  0xf33cac98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33b60d0  0xf33c1478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf337dc50  0xf33aa4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf333a920  0xf334bb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76d9d90  0xf76dad08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf260d350  0xf2615fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2600490  0xf2607d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25f3220  0xf25f99d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf257ed50  0xf2585658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf254a870  0xf25760b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2530130  0xf253b204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf245a620  0xf24d2bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21336e0  0xf219b954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2111500  0xf211cd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f33900  0xf198e82c  Yes (*)    ./steamclient.so
0xf0b60670  0xf0bd6020  Yes (*)    ./crashhandler.so
0xf0812470  0xf0a97e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffb77a2c:
 eip = 0x0; saved eip 0xf358934e
 called by frame at 0xffb77a9c
 Arglist at 0xffb77a24, args:
 Locals at 0xffb77a24, Previous frame's sp is 0xffb77a2c
 Saved registers:
  eip at 0xffb77a28
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 18:52:37 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 7217]
[New LWP 7718]
[New LWP 7218]
[New LWP 7223]
[New LWP 7615]
[New LWP 7719]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf35573c6 in CHalfLifeMultiplay::PlayerThink (this=0xb24bcc8, pPlayer=0xab8fc08) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf357d742 in CBasePlayer::PreThink (this=0xab8fc08) at ../cstrike/dlls/player.cpp:4734
#3  0xf2554d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7716914  0xf775cc78  Yes        ./libstdc++.so.6
0xf76bca60  0xf76bda08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf76a4650  0xf76b0a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf750cf10  0xf764244c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74ce430  0xf74e8af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf77a6820  0xf77bebaf  Yes (*)    /lib/ld-linux.so.2
0xf74b6e04  0xf74c6490  Yes        ./libgcc_s.so.1
0xf6f9a480  0xf701e11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f405c0  0xf6f4ad74  Yes (*)    ./libsteam_api.so
0xf6f278d0  0xf6f2b618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f0ea00  0xf6f1b1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf6069280  0xf6addf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3754b70  0xf376a984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3517350  0xf363b340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33d8a00  0xf3438768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33b8c10  0xf33bbc98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33a70d0  0xf33b2478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf336ec50  0xf339b4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf332b920  0xf333cb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76cad90  0xf76cbd08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25fe350  0xf2606fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25f1490  0xf25f8d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25e4220  0xf25ea9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf256fd50  0xf2576658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf253b870  0xf25670b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2521130  0xf252c204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf244b620  0xf24c3bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21246e0  0xf218c954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2102500  0xf210dd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f24900  0xf197f82c  Yes (*)    ./steamclient.so
0xf0c5d670  0xf0cd3020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffe4c3ec:
 eip = 0x0; saved eip 0xf35573c6
 called by frame at 0xffe4c40c
 Arglist at 0xffe4c3e4, args:
 Locals at 0xffe4c3e4, Previous frame's sp is 0xffe4c3ec
 Saved registers:
  eip at 0xffe4c3e8
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 18:55:30 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 9679]
[New LWP 9682]
[New LWP 9680]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf354b3c6 in CHalfLifeMultiplay::PlayerThink (this=0x9d11af8, pPlayer=0x8fa2060) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf3571742 in CBasePlayer::PreThink (this=0x8fa2060) at ../cstrike/dlls/player.cpp:4734
#3  0xf2548d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf770a914  0xf7750c78  Yes        ./libstdc++.so.6
0xf76b0a60  0xf76b1a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7698650  0xf76a4a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf7500f10  0xf763644c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf74c2430  0xf74dcaf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf779a820  0xf77b2baf  Yes (*)    /lib/ld-linux.so.2
0xf74aae04  0xf74ba490  Yes        ./libgcc_s.so.1
0xf6f8e480  0xf701211c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6f345c0  0xf6f3ed74  Yes (*)    ./libsteam_api.so
0xf6f1b8d0  0xf6f1f618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6f02a00  0xf6f0f1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf605d280  0xf6ad1f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf3748b70  0xf375e984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf350b350  0xf362f340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf33cca00  0xf342c768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf33acc10  0xf33afc98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf339b0d0  0xf33a6478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf3362c50  0xf338f4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf331f920  0xf3330b28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf76bed90  0xf76bfd08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf25f2350  0xf25fafc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf25e5490  0xf25ecd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf25d8220  0xf25de9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf2563d50  0xf256a658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf252f870  0xf255b0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf2515130  0xf2520204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf243f620  0xf24b7bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf21186e0  0xf2180954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf20f6500  0xf2101d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0f18900  0xf197382c  Yes (*)    ./steamclient.so
0xf0c51670  0xf0cc7020  Yes (*)    ./crashhandler.so
0xf07b9470  0xf0a3ee08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xff841f7c:
 eip = 0x0; saved eip 0xf354b3c6
 called by frame at 0xff841f9c
 Arglist at 0xff841f74, args:
 Locals at 0xff841f74, Previous frame's sp is 0xff841f7c
 Saved registers:
  eip at 0xff841f78
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 19:00:19 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 9711]
[New LWP 9772]
[New LWP 9712]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf34fd34e in CBasePlayer::UpdateClientData (this=0xa0092f0) at ../cstrike/dlls/player.cpp:8254
#2  0xf3500896 in PreThink (this=0xa0092f0) at ../cstrike/dlls/player.cpp:4802
#3  CBasePlayer::PreThink (this=0xa0092f0) at ../cstrike/dlls/player.cpp:4717
#4  0xf24d7d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7699914  0xf76dfc78  Yes        ./libstdc++.so.6
0xf763fa60  0xf7640a08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7627650  0xf7633a78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf748ff10  0xf75c544c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf7451430  0xf746baf8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7729820  0xf7741baf  Yes (*)    /lib/ld-linux.so.2
0xf7439e04  0xf7449490  Yes        ./libgcc_s.so.1
0xf6f1d480  0xf6fa111c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6ec35c0  0xf6ecdd74  Yes (*)    ./libsteam_api.so
0xf6eaa8d0  0xf6eae618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6e91a00  0xf6e9e1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf5fec280  0xf6a60f00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36d7b70  0xf36ed984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf349a350  0xf35be340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf335ba00  0xf33bb768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf333bc10  0xf333ec98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf332a0d0  0xf3335478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf32f1c50  0xf331e4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32ae920  0xf32bfb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf764dd90  0xf764ed08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf2581350  0xf2589fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2574490  0xf257bd78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2567220  0xf256d9d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf24f2d50  0xf24f9658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24be870  0xf24ea0b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24a4130  0xf24af204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23ce620  0xf2446bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20a76e0  0xf210f954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2085500  0xf2090d98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ea7900  0xf190282c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xffff303c:
 eip = 0x0; saved eip 0xf34fd34e
 called by frame at 0xffff30ac
 Arglist at 0xffff3034, args:
 Locals at 0xffff3034, Previous frame's sp is 0xffff303c
 Saved registers:
  eip at 0xffff3038
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 19:04:57 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 10175]
[New LWP 10178]
[New LWP 10176]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x08d96950 in ?? ()
#0  0x08d96950 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 19:08:59 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 10209]
[New LWP 10210]
[New LWP 10212]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
#0  0x00000000 in ?? ()
#1  0xf34d63c6 in CHalfLifeMultiplay::PlayerThink (this=0xad0aaf8, pPlayer=0xb22c768) at ../cstrike/dlls/multiplay_gamerules.cpp:3474
#2  0xf34fc742 in CBasePlayer::PreThink (this=0xb22c768) at ../cstrike/dlls/player.cpp:4734
#3  0xf24d3d9e in ?? () from cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
No symbol table info available.
From        To          Syms Read  Shared Object Library
0xf7695914  0xf76dbc78  Yes        ./libstdc++.so.6
0xf763ba60  0xf763ca08  Yes (*)    /lib/i386-linux-gnu/libdl.so.2
0xf7623650  0xf762fa78  Yes (*)    /lib/i386-linux-gnu/libpthread.so.0
0xf748bf10  0xf75c144c  Yes (*)    /lib/i386-linux-gnu/libc.so.6
0xf744d430  0xf7467af8  Yes (*)    /lib/i386-linux-gnu/libm.so.6
0xf7725820  0xf773dbaf  Yes (*)    /lib/ld-linux.so.2
0xf7435e04  0xf7445490  Yes        ./libgcc_s.so.1
0xf6f19480  0xf6f9d11c  Yes        /home/hlds/cstrike_gungame_27015/engine_i486.so
0xf6ebf5c0  0xf6ec9d74  Yes (*)    ./libsteam_api.so
0xf6ea68d0  0xf6eaa618  Yes (*)    /lib/i386-linux-gnu/librt.so.1
0xf6e8da00  0xf6e9a1b8  Yes        /home/hlds/cstrike_gungame_27015/filesystem_stdio.so
0xf5fe8280  0xf6a5cf00  Yes (*)    /home/hlds/.steam/sdk32/steamclient.so
0xf36d3b70  0xf36e9984  Yes        /home/hlds/cstrike_gungame_27015/./cstrike/addons/metamod/dlls/metamod.so
0xf3496350  0xf35ba340  Yes        /home/hlds/cstrike_gungame_27015/cstrike/dlls/cs.so
0xf3357a00  0xf33b7768  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf3337c10  0xf333ac98  Yes (*)    cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf33260d0  0xf3331478  Yes (*)    cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf32edc50  0xf331a4a8  Yes (*)    cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf32aa920  0xf32bbb28  Yes (*)    cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf7649d90  0xf764ad08  Yes (*)    cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0xf257d350  0xf2585fc8  Yes (*)    cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0xf2570490  0xf2577d78  Yes (*)    cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0xf2563220  0xf25699d8  Yes (*)    cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf24eed50  0xf24f5658  Yes (*)    cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0xf24ba870  0xf24e60b8  Yes (*)    cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf24a0130  0xf24ab204  Yes (*)    cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0xf23ca620  0xf2442bd8  Yes (*)    cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf20a36e0  0xf210b954  Yes (*)    /home/hlds/cstrike_gungame_27015/cstrike/addons/podbot/podbot_mm_i386.so
0xf2081500  0xf208cd98  Yes (*)    cstrike/addons/amxmodx/modules/cvar_util_amxx_i386.so
0xf0ea3900  0xf18fe82c  Yes (*)    ./steamclient.so
0xf0a60670  0xf0ad6020  Yes (*)    ./crashhandler.so
0xf0712470  0xf0997e08  Yes (*)    /home/hlds/cstrike_gungame_27015/libsteam.so
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xff86384c:
 eip = 0x0; saved eip 0xf34d63c6
 called by frame at 0xff86386c
 Arglist at 0xff863844, args:
 Locals at 0xff863844, Previous frame's sp is 0xff86384c
 Saved registers:
  eip at 0xff863848
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Nov  8 19:13:55 CET 2013
Start Line: ./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.123 +port 27015 +maxplayers 20 +map de_dust2 -pidfile hlds.32345.pid
[New LWP 10261]
[New LWP 10264]
[New LWP 10290]
[New LWP 10289]
[New LWP 10288]
[New LWP 10262]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./hlds_linux -game cstrike -debug -gdb /usr/bin/gdb -autoupdate +ip 88.198.63.1'.
Program terminated with signal 11, Segmentation fault.
#0  0x0a7cfbc4 in ?? ()
#0  0x0a7cfbc4 in ?? ()
End of crash report
----------------------------------------------


KWo 11-12-2013 12:44

Re: CSDM 2.1.3c KWo beta
 
Try if it also crashes with my original version, without Your changes.

2called-chaos 11-12-2013 16:17

Re: CSDM 2.1.3c KWo beta
 
Yes it does. I had the crashes since I've setup the server but couldn't pinpoint it. I made my changes at the very end of my setup process (aka finetuning).
I forgot to provide more version info as I mixed it up a bit :) I posted them here already.

I have do admit that I didn't test it without bots. From the errors (sometimes podbot and more often clientthink is in the trace) I guess that it might be that constelation? If I get some more players I test it without bots :)

waza123a 11-24-2013 09:58

Re: CSDM 2.1.3c KWo beta
 
once a day on map change, server gets freeze, 99% cpu usage, no crash.

Anuben 12-18-2013 21:07

Re: CSDM 2.1.3c KWo beta
 
Hi.

I recently upgraded my server..
Is there a way to remove this two lines from connect:

[CSDM] This server is running CSDM 2.1.3c-KWo
[CSDM] Visit http://www.bailopan.net/

It appears each time a new map starts.

Thank you.

ANTICHRISTUS 12-19-2013 09:50

Re: CSDM 2.1.3c KWo beta
 
those two lines are from the csdm module (.dll or .so), not from the .amxx plugins. so to edit/remove them, you may need its source code imo.


All times are GMT -4. The time now is 19:56.

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