• 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++ gdb log from crash

creativess

New Member
Joined
Jan 30, 2009
Messages
24
Reaction score
1
Hello,

Have anyone of you have same issue as me?

here's log from GDB

Code:
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./otserv'.
Program terminated with signal 11, Segmentation fault.
#0  0x55d0d558 in __dynamic_cast () from /usr/lib/i386-linux-gnu/libstdc++.so.6
(gdb) where
#0  0x55d0d558 in __dynamic_cast () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#1  0x080a5cf1 in Game::autoCloseTrade (this=0x81ef5e0, item=0xa233860,
    itemMoved=false) at game.cpp:6258
#2  0x080a318e in Game::playerUseItemEx (this=0x81ef5e0, player=0xa046ea0,
    posFrom=..., stack_from=12 '\f', posTo=..., stack_to=2 '\002', itemid=2273)
    at game.cpp:5798
#3  0x08142830 in Protocol76::parseUseItemEx (this=0xa060cb8, msg=...)
    at protocol76.cpp:1206
#4  0x0813fd38 in Protocol76::parsePacket (this=0xa060cb8, msg=...)
    at protocol76.cpp:242
#5  0x0813f81b in Protocol76::ReceiveLoop (this=0xa060cb8) at protocol76.cpp:97
#6  0x08126a16 in ConnectionHandler (dat=0xffe19fac) at otserv.cpp:633
#7  0x55792c39 in start_thread ()
   from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#8  0x55c318be in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
(gdb)
 
Back
Top