I keep getting crashes on my server.
This may be due to your sendproxy extension as seen from the function names in Stack Trace.
https://crash.limetech.org/uvq2gez2e5uk
Code:
Stack Trace
Function
0 linux-gate.so!__kernel_vsyscall + 0x10
1 libc-2.17.so!__GI_raise + 0x47
2 libc-2.17.so!__GI_abort + 0x143
3 accelerator.ext.so!terminateHandler() + 0x54
4 libstdc++.so.6.0.19!std::rethrow_exception(std::__exception_ptr::exception_ptr) + 0x93
5 libstdc++.so.6.0.19!std::terminate() + 0x1f
6 libstdc++.so.6.0.19!__cxa_pure_virtual + 0x32
7 sdktools.ext.2.tf2.so!GetGameRulesProxyEnt [gamerulesnatives.cpp:56 + 0x6]
8 sdktools.ext.2.tf2.so!GameRules_SetProp [gamerulesnatives.cpp:237 + 0x5]
9 0xcc8929ce
10 0xd37bfe5b
11 0xcc8925ff
12 0xe499806f
13 sourcepawn.jit.x86.so!sp::Environment::Invoke [environment.cpp:296 + 0xe]
14 sourcepawn.jit.x86.so!sp::PluginContext::Invoke [plugin-context.cpp:454 + 0x1a]
15 sourcepawn.jit.x86.so!sp::ScriptedInvoker::Invoke [scripted-invoker.cpp:301 + 0x21]
16 sourcemod.logic.so!FakeNativeRouter [smn_fakenatives.cpp:90 + 0x12]
17 0xe49ad2e3
18 0xcff68832
19 0xcff686ba
20 0xe499806f
21 sourcepawn.jit.x86.so!sp::Environment::Invoke [environment.cpp:296 + 0xe]
22 sourcepawn.jit.x86.so!sp::PluginContext::Invoke [plugin-context.cpp:454 + 0x1a]
23 sourcepawn.jit.x86.so!sp::ScriptedInvoker::Invoke [scripted-invoker.cpp:301 + 0x21]
24 sourcepawn.jit.x86.so!sp::ScriptedInvoker::Execute [scripted-invoker.cpp:190 + 0xc]
25 sourcemod.logic.so!<name omitted> [smn_timers.cpp:144 + 0xf]
26 sourcemod.2.tf2.so!TimerSystem::RunFrame [TimerSys.cpp:257 + 0xf]
27 sourcemod.2.tf2.so!TimerSystem::GameFrame [TimerSys.cpp:232 + 0x8]
28 sourcemod.2.tf2.so!__SourceHook_FHCls_IServerGameDLLGameFramefalse::CMyDelegateImpl::Call [FastDelegate.h:994 + 0xc]
29 sourcemod.2.tf2.so!__SourceHook_FHCls_IServerGameDLLGameFramefalse::Func [sourcemod.cpp:54 + 0x20]
30 engine_srv.so!SV_Think(bool) + 0x1df
31 engine_srv.so!SV_Frame(bool) + 0x1c8
32 engine_srv.so!_Host_RunFrame_Server(bool) + 0x158
33 engine_srv.so!_Host_RunFrame(float) + 0x4c7
34 engine_srv.so!CHostState::State_Run(float) + 0xc7
35 engine_srv.so!CHostState::FrameUpdate(float) + 0x166
36 engine_srv.so!HostState_Frame(float) + 0x1d
37 engine_srv.so!CEngine::Frame() + 0x773
38 engine_srv.so!CDedicatedServerAPI::RunFrame() + 0x26
39 dedicated_srv.so!RunServer() + 0x3a
40 engine_srv.so!CModAppSystemGroup::Main() + 0x9d
41 engine_srv.so!CAppSystemGroup::Run() + 0x38
42 engine_srv.so!CDedicatedServerAPI::ModInit(ModInfo_t&) + 0x1dd
43 dedicated_srv.so!CDedicatedAppSystemGroup::Main() + 0x93
44 dedicated_srv.so!CAppSystemGroup::Run() + 0x38
45 dedicated_srv.so!CAppSystemGroup::Run() + 0x38
46 dedicated_srv.so!main + 0x1c8
47 srcds_linux!main + 0x27b
48 libc-2.17.so!__libc_start_main + 0xf3
49 srcds_linux + 0xb85
50 srcds_linux + 0x750
51 srcds_linux + 0xc50
52 srcds_linux + 0xcc0
53 ld-2.17.so + 0x10020
__________________