• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Crash TFS 1.2

klenio0

New Member
Joined
May 10, 2010
Messages
85
Reaction score
1
Hello friends, my server get crash all day and i need to fix it :(
TFS 1.2


GDB GIVE ME THIS ERROR:



#0 0x000000000060220a in Creature::getDirection() const ()
No symbol table info available.
#1 0x00000000007f41fa in ProtocolGameBase::sendCancelWalk() ()
No symbol table info available.
#2 0x00000000007ff456 in void std::_Mem_fn<void (ProtocolGameBase::*)()>::_M_call<std::shared_ptr<ProtocolSpectator>&>(std::shared_ptr<ProtocolSpectator>&, void const volatile*) const ()
No symbol table info available.
#3 0x00000000007ff1d2 in void std::_Mem_fn<void (ProtocolGameBase::*)()>:Operator()<std::shared_ptr<ProtocolSpectator>&, , void>(std::shared_ptr<ProtocolSpectator>&) const ()
No symbol table info available.
#4 0x00000000007fee6e in void std::_Bind<std::_Mem_fn<void (ProtocolGameBase::*)()> (std::shared_ptr<ProtocolSpectator>)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) ()
No symbol table info available.
#5 0x00000000007fe69c in void std::_Bind<std::_Mem_fn<void (ProtocolGameBase::*)()> (std::shared_ptr<ProtocolSpectator>)>:Operator()<, void>() ()
No symbol table info available.
#6 0x00000000007fd8f3 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (ProtocolGameBase::*)()> (std::shared_ptr<ProtocolSpectator>)> >::_M_invoke(std::_Any_data const&) ()
No symbol table info available.
#7 0x000000000082c542 in std::function<void ()>:Operator()() const ()
No symbol table info available.
#8 0x000000000082c42c in Task:Operator()() ()
No symbol table info available.
#9 0x000000000082bc38 in Dispatcher::threadMain() ()
No symbol table info available.
#10 0x0000000000786485 in void std::_Mem_fn<void (Dispatcher::*)()>:Operator()<, void>(Dispatcher*) const ()
No symbol table info available.
#11 0x0000000000785ded in void std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)>::_M_invoke<0ul>(std::_Index_tuple<0ul>) ()
No symbol table info available.
#12 0x0000000000785663 in std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)>:Operator()() ()
No symbol table info available.
#13 0x0000000000784f88 in std::thread::_Impl<std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)> >::_M_run() ()
No symbol table info available.
#14 0x00007541d4ff0970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
No symbol table info available.
#15 0x00007541d524d064 in start_thread (arg=0x7541d37d5700)
at pthread_create.c:309
__res = <optimized out>
pd = 0x7541d37d5700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {128925581530880,
-2372486667731597100, 1, 128925631021152, 130241873899920,
128925581530880, 3859757540661397716, 3859745116085815508},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0},
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
pagesize_m1 = <optimized out>
sp = <optimized out>
freesize = <optimized out>
__PRETTY_FUNCTION__ = "start_thread"
#16 0x00007541d476062d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
 
Last edited:
Your code contains edits, you need to open an issue in github in the repo you got your code from. Nobody here will be able to assist you, so don't waste your time.
 
Back
Top