Advertisement
Guest User

Untitled

a guest
Dec 30th, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.33 KB | None | 0 0
  1. #0  0x00007f26f7609ed5 in raise () from /lib/libc.so.6
  2. No symbol table info available.
  3. #1  0x00007f26f760b3f3 in abort () from /lib/libc.so.6
  4. No symbol table info available.
  5. #2  0x00007f26f7602dc9 in __assert_fail () from /lib/libc.so.6
  6. No symbol table info available.
  7. #3  0x0000000000f4aaa1 in GridObject<Creature>::RemoveFromGrid (
  8.     this=0x7f26d4c10c78)
  9.     at /server/core/mscore/src/server/game/Entities/Object/Object.h:532
  10.         st = {static SYMBUFSIZ = 4096,
  11.   buf_ = "/server/relams/testcore/bin/worldserver(_ZN3Map26MoveAllCreaturesInMoveListEv+0xcb) [0xf41017]\n/server/relams/testcore/bin/worldserver(_ZN3Map6UpdateEj+0x3cc
  12. ) [0xf419e0]\n/server/relams/testcore/bin/wo"..., buflen_ = 678,
  13.   static UNSUPPORTED = 0x7f26f9283a80 "<stack traces unsupported platform>",
  14.   static UNABLE_TO_GET_TRACE = 0x7f26f9283ab0 "<unable to get trace>"}
  15.         __PRETTY_FUNCTION__ = "void GridObject<T>::RemoveFromGrid() [with T = Creature]"
  16.         __FUNCTION__ = "RemoveFromGrid"
  17. #4  0x0000000000f40892 in Map::CreatureCellRelocation (this=0x7f26dc2f6000,
  18.     c=0x7f26d4c0f000, new_cell=
  19.         {data = {Part = {grid_x = 32, grid_y = 60, cell_x = 29, cell_y = 43, nocreate = 0, reserved = 33}, All = 1118691104}})
  20.     at /server/core/mscore/src/server/game/Maps/Map.cpp:830
  21.         old_cell = (const Cell &) @0x7f26d4c10ca0: {data = {Part = {
  22.       grid_x = 33, grid_y = 29, cell_x = 0, cell_y = 7, nocreate = 0,
  23.       reserved = 0}, All = 1836897}}
  24. #5  0x0000000000f41017 in Map::MoveAllCreaturesInMoveList (this=0x7f26dc2f6000)
  25.     at /server/core/mscore/src/server/game/Maps/Map.cpp:784
  26.         c = (class Creature *) 0x7f26d4c0f000
  27.         itr = {_M_current = 0x7f26d440c040}
  28. #6  0x0000000000f419e0 in Map::Update (this=0x7f26dc2f6000, t_diff=100)
  29.  
  30.     at /server/core/mscore/src/server/game/Maps/Map.cpp:557
  31.         updater = {i_timeDiff = 100}
  32.         grid_object_update = {i_visitor = @0x42addfa0}
  33.         world_object_update = {i_visitor = @0x42addfa0}
  34. #7  0x0000000001151164 in MapInstanced::Update (this=0x7f26dc2f6000, t=100)
  35.     at /server/core/mscore/src/server/game/Maps/MapInstanced.cpp:50
  36.         i = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x7f26cf195c90,
  37.     _M_cur_bucket = 0x7f26f920e7cf}, <No data fields>}
  38. #8  0x0000000001152119 in MapUpdateRequest::call (this=0x7f26cf179460)
  39.     at /server/core/mscore/src/server/game/Maps/MapUpdater.cpp:54
  40. No locals.
  41. #9  0x00000000012023d6 in DelayExecutor::svc (this=0x7f26f1046740)
  42.     at /server/core/mscore/src/server/shared/Threading/DelayExecutor.cpp:52
  43.         rq = (class ACE_Method_Request *) 0x7f26cf179460
  44. #10 0x00007f26f926c6f7 in ACE_Task_Base::svc_run (args=<value optimized out>)
  45.     at ../../ace/Task.cpp:275
  46.         t = (ACE_Task_Base *) 0x7f26f1046740
  47.         svc_status = <value optimized out>
  48. #11 0x00007f26f926dda5 in ACE_Thread_Adapter::invoke (this=0x7f26dee2bca0)
  49.     at ../../ace/Thread_Adapter.cpp:98
  50.         exit_hook_instance = <value optimized out>
  51.         exit_hook_maybe = {instance_ = 0x0}
  52.         exit_hook_ptr = <value optimized out>
  53. #12 0x00007f26f7931fc7 in start_thread () from /lib/libpthread.so.0
  54. No symbol table info available.
  55. #13 0x00007f26f76a764d in clone () from /lib/libc.so.6
  56. No symbol table info available.
  57. #14 0x0000000000000000 in ?? ()
  58. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement