• 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!

Solved Server Crash Bt Log tfs 1.2

_M4G0_

Well-Known Member
Joined
Feb 6, 2016
Messages
504
Solutions
16
Reaction score
98
BT Log.
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x69ea0a830700 (LWP 28309)]
0x00000000005bc0ae in Item::getItemCount() const ()
(gdb) bt full
#0  0x00000000005bc0ae in Item::getItemCount() const ()
No symbol table info available.
#1  0x00000000005eaf81 in Game::internalMoveItem(Cylinder*, Cylinder*, int, Item*, unsigned int, Item**, unsigned int, Creature*, Item*) ()
No symbol table info available.
#2  0x00000000005eabae in Game::playerMoveItem(Player*, Position const&, unsigned short, unsigned char, Position const&, unsigned char, Item*, Cylinder*) ()
No symbol table info available.
#3  0x00000000005e8e58 in Game::playerMoveThing(unsigned int, Position const&, unsigned short, unsigned char, Position const&, unsigned char) ()
No symbol table info available.
#4  0x00000000006267a8 in void std::_Mem_fn<void (Game::*)(unsigned int, Position const&, unsigned short, unsigned char, Position const&, unsigned char)>::operator()<unsigned int&, Position&, unsigned short&, unsigned char&, Position&, unsigned char&, void>(Game*, unsigned int&, Position&, unsigned short&, unsigned char&, Position&, unsigned char&) const ()
No symbol table info available.
#5  0x0000000000620b19 in void std::_Bind<std::_Mem_fn<void (Game::*)(unsigned int, Position const&, unsigned short, unsigned char, Position const&, unsigned char)> (Game*, unsigned int, Position, unsigned short, unsigned char, Position, unsigned char)>::__call<void, , 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>(std::tuple<>&&, std::_Index_tuple<0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>) ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#6  0x00000000006186b4 in void std::_Bind<std::_Mem_fn<void (Game::*)(unsigned int, Position const&, unsigned short, unsigned char, Position const&, unsigned char)> (Game*, unsigned int, Position, unsigned short, unsigned char, Position, unsigned char)>::operator()<, void>() ()
No symbol table info available.
#7  0x000000000060f40a in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (Game::*)(unsigned int, Position const&, unsigned short, unsigned char, Position const&, unsigned char)> (Game*, unsigned int, Position, unsigned short, unsigned char, Position, unsigned char)> >::_M_invoke(std::_Any_data const&) ()
No symbol table info available.
#8  0x000000000082c542 in std::function<void ()>::operator()() const ()
No symbol table info available.
#9  0x000000000082c42c in Task::operator()() ()
No symbol table info available.
#10 0x000000000082bc38 in Dispatcher::threadMain() ()
No symbol table info available.
#11 0x0000000000786485 in void std::_Mem_fn<void (Dispatcher::*)()>::operator()<, void>(Dispatcher*) const ()
No symbol table info available.
#12 0x0000000000785ded in void std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)>::_M_invoke<0ul>(std::_Index_tuple<0ul>) ()
No symbol table info available.
#13 0x0000000000785663 in std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()>---Type <return> to continue, or q <return> to quit---
(Dispatcher*)>::operator()() ()
No symbol table info available.
#14 0x0000000000784f88 in std::thread::_Impl<std::_Bind_simple<std::_Mem_fn<void (Dispatcher::*)()> (Dispatcher*)> >::_M_run() ()
No symbol table info available.
#15 0x000069ea0c0f5970 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
No symbol table info available.
#16 0x000069ea0c352064 in start_thread (arg=0x69ea0a830700)
    at pthread_create.c:309
        __res = <optimized out>
        pd = 0x69ea0a830700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {116453919622912,
                8086392436096110047, 1, 116453969809504, 127765991578608,
                116453919622912, -6634727944240886305, -6634722018435527201},
              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"
#17 0x000069ea0b86562d in clone ()
---Type <return> to continue, or q <return> to quit---
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
(gdb)
 
Last edited:
Back
Top