Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fffd13ff710 (LWP 11416)]
  3. 0x0000000000cd2533 in PetAI::HandleReturnMovement() ()
  4. (gdb) bt
  5. #0 0x0000000000cd2533 in PetAI::HandleReturnMovement() ()
  6. #1 0x0000000000cd3b15 in PetAI::UpdateAI(unsigned int) ()
  7. #2 0x0000000000a01a1d in Creature::Update(unsigned int) ()
  8. #3 0x0000000000a0cee8 in TempSummon::Update(unsigned int) ()
  9. #4 0x0000000000b992cb in Map::VisitNearbyCellsOf(WorldObject*, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&, TypeContainerVisitor<Trinity::ObjectUpdater, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeList<DynamicObject, TypeNull> > > > > >&) ()
  10. #5 0x0000000000b9a50e in Map::Update(unsigned int) ()
  11. #6 0x0000000000db0661 in MapUpdateRequest::call() ()
  12. #7 0x0000000000e29ea1 in DelayExecutor::svc() ()
  13. #8 0x00007ffff76f2627 in ACE_Task_Base::svc_run (args=<value optimized out>)
  14. at ../../ace/Task.cpp:275
  15. #9 0x00007ffff76f39b1 in ACE_Thread_Adapter::invoke (this=0x7fffd9990fa0)
  16. at ../../ace/Thread_Adapter.cpp:98
  17. #10 0x00007ffff5fc4971 in start_thread () from /lib/libpthread.so.0
  18. #11 0x00007ffff5d2092d in clone () from /lib/libc.so.6
  19. #12 0x0000000000000000 in ?? ()
  20. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement