Advertisement
Guest User

Untitled

a guest
Jul 11th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 4.25 KB | None | 0 0
  1. Core was generated by `./gameserver_current'.
  2. Program terminated with signal SIGSEGV, Segmentation fault.
  3. #0  0x000000000050caf7 in ScriptEnviroment::getThingByUID (this=<optimized out>, uid=uid@entry=18307) at /home/otPiece-Data/src/luascript.cpp:268
  4. 268             if(tmp && !tmp->isRemoved())
  5. (gdb) bt full
  6. #0  0x000000000050caf7 in ScriptEnviroment::getThingByUID (this=<optimized out>, uid=uid@entry=18307) at /home/otPiece-Data/src/luascript.cpp:268
  7.         tmp = 0x11dda5280
  8. #1  0x0000000000518002 in LuaScriptInterface::luaGetThing (L=0x190b8280) at /home/otPiece-Data/src/luascript.cpp:6904
  9.         thing = <optimized out>
  10.         displayError = false
  11.         uid = 18307
  12.         __FUNCTION__ = "luaGetThing"
  13.         __FUNCTION__ = "luaGetThing"
  14. #2  0x0000000000659958 in luaD_precall ()
  15. No symbol table info available.
  16. #3  0x0000000000662837 in luaV_execute ()
  17. No symbol table info available.
  18. #4  0x0000000000659dad in luaD_call ()
  19. No symbol table info available.
  20. #5  0x00000000006590c8 in luaD_rawrunprotected ()
  21. No symbol table info available.
  22. #6  0x0000000000659f1a in luaD_pcall ()
  23. No symbol table info available.
  24. #7  0x000000000065776b in lua_pcall ()
  25. No symbol table info available.
  26. #8  0x00000000005144a6 in LuaScriptInterface::callFunction (this=0x1964b200, params=params@entry=3) at /home/otPiece-Data/src/luascript.cpp:1089
  27.         start = 1562817617489
  28.         size = 3761
  29.         handler = 3758
  30.         result = false
  31. #9  0x00000000005185c6 in NpcScript::onCreatureSay (this=0x29576d40, creature=0x297dc000, type=SPEAK_PRIVATE_PN, text=..., pos=<optimized out>) at /home/otPiece-Data/src/npc.cpp:3035
  32.         env = 0x9581a0 <LuaScriptInterface::m_scriptEnv>
  33. #10 0x0000000000502e26 in Npc::onCreatureSay (this=0x29729200, creature=0x297dc000, type=SPEAK_PRIVATE_PN, text=..., pos=0x0) at /home/otPiece-Data/src/npc.cpp:1133
  34.         player = 0x297dc000
  35.         type = SPEAK_PRIVATE_PN
  36.         this = 0x29729200
  37.         pos = 0x0
  38.         text = @0x114e44f30: <incomplete type>
  39.         creature = 0x297dc000
  40. #11 0x00000000004ed8da in Game::playerSpeakToNpc (this=this@entry=0x958ae0 <g_game>, player=player@entry=0x297dc000, text=...) at /home/otPiece-Data/src/game.cpp:4280
  41.         list = {<std::_List_base> = {_M_impl = {<std::allocator> = {<__gnu_cxx::new_allocator> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x155327280, _M_prev = 0x146d123e0}}}, <No data fields>}
  42.         it = {_M_node = 0x1007fb000}
  43.         tmpNpc = <optimized out>
  44. #12 0x00000000005983b7 in Game::playerSay (this=0x958ae0 <g_game>, playerId=268858680, channelId=<optimized out>, type=SPEAK_PRIVATE_PN, receiver=..., text=...) at /home/otPiece-Data/src/game.cpp:4089
  45.         player = 0x297dc000
  46.         muteTime = <optimized out>
  47.         ignoreDefault = <optimized out>
  48. #13 0x00000000005d5ea0 in operator() (this=0x14743a170) at /usr/include/boost/function/function_template.hpp:767
  49. No locals.
  50. #14 operator() (this=0x14743a160) at /home/otPiece-Data/src/tasks.h:34
  51.         this = 0x14743a160
  52. #15 Dispatcher::dispatcherThread (p=0x9540e0 <Dispatcher::getInstance()::dispatcher>) at /home/otPiece-Data/src/tasks.cpp:72
  53.         task = 0x14743a160
  54.         dispatcher = 0x9540e0 <Dispatcher::getInstance()::dispatcher>
  55.         outputPool = 0x9474a0 <OutputMessagePool::getInstance()::instance>
  56.         taskLockUnique = {m = 0x9540e8 <Dispatcher::getInstance()::dispatcher+8>, is_locked = false}
  57. #16 0x00007f2db744ea4a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0
  58. No symbol table info available.
  59. #17 0x00007f2db7f34184 in start_thread (arg=0x7f2db3b3b700) at pthread_create.c:312
  60.         __res = <optimized out>
  61.         pd = 0x7f2db3b3b700
  62.         now = <optimized out>
  63.         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139834265155328, 444540599100056358, 0, 0, 139834265156032, 139834265155328, -544878146024299738, -544868796842433754}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {
  64.               prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  65.         not_first_call = <optimized out>
  66.         pagesize_m1 = <optimized out>
  67.         sp = <optimized out>
  68.         freesize = <optimized out>
  69.         __PRETTY_FUNCTION__ = "start_thread"
  70. #18 0x00007f2db795b03d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  71. No locals.
  72. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement