Advertisement
Guest User

Untitled

a guest
Apr 12th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. #0 0x28dec1df in thr_kill () from /usr/lib32/libc.so.7
  2. [Current thread is 1 (LWP 100665)]
  3. (gdb) bt full
  4. #0 0x28dec1df in thr_kill () from /usr/lib32/libc.so.7
  5. No symbol table info available.
  6. #1 0x28dec1bb in raise () from /usr/lib32/libc.so.7
  7. No symbol table info available.
  8. #2 0x28dec11f in abort () from /usr/lib32/libc.so.7
  9. No symbol table info available.
  10. #3 0x28bca4ef in __gnu_cxx::__verbose_terminate_handler () at /wrkdirs/usr/ports/lang/gcc6/work/gcc-6.3.0/libstdc++-v3/libsupc++/vterminate.cc:95
  11. terminating = true
  12. t = <optimized out>
  13. #4 0x28bc6e96 in __cxxabiv1::__terminate (handler=0x28bca380 <__gnu_cxx::__verbose_terminate_handler()>) at /wrkdirs/usr/ports/lang/gcc6/work/gcc-6.3.0/libstdc++-v3/libsupc++/eh_terminate.cc:47
  14. No locals.
  15. #5 0x28bc6f3d in std::terminate () at /wrkdirs/usr/ports/lang/gcc6/work/gcc-6.3.0/libstdc++-v3/libsupc++/eh_terminate.cc:57
  16. No locals.
  17. #6 0x28bc71f1 in __cxxabiv1::__cxa_throw (obj=0x29328fd0, tinfo=0x89232d0 <typeinfo for std::bad_alloc@@GLIBCXX_3.4>, dest=0x804f2f0 <std::bad_alloc::~bad_alloc()@plt>)
  18. at /wrkdirs/usr/ports/lang/gcc6/work/gcc-6.3.0/libstdc++-v3/libsupc++/eh_throw.cc:87
  19. globals = <optimized out>
  20. header = <optimized out>
  21. #7 0x28bc89df in operator new (sz=15296) at /wrkdirs/usr/ports/lang/gcc6/work/gcc-6.3.0/libstdc++-v3/libsupc++/new_op.cc:54
  22. handler = <optimized out>
  23. p = <optimized out>
  24. #8 0x080c7d8f in CHARACTER_MANAGER::CreateCharacter (this=0xffffb230, name=0x29b5c11d "Infanterist Salbatic", dwPID=0) at char_manager.cpp:86
  25. dwVID = 148706
  26. ch = <optimized out>
  27. #9 0x080c8631 in CHARACTER_MANAGER::SpawnMob (this=<optimized out>, dwVnum=<optimized out>, lMapIndex=<optimized out>, x=<optimized out>, y=<optimized out>, z=<optimized out>, bSpawnMotion=<optimized out>, iRot=<optimized out>,
  28. bShow=<optimized out>) at char_manager.cpp:425
  29. pkMob = 0x29b5c100
  30. __FUNCTION__ = "SpawnMob"
  31. sectree = <optimized out>
  32. ch = <optimized out>
  33. #10 0x080c8adf in CHARACTER_MANAGER::SpawnMobRange (this=0xffffb230, dwVnum=501, lMapIndex=3, sx=367391, sy=827518, ex=368277, ey=828281, bIsException=true, bSpawnMotion=<optimized out>, bAggressive=false) at char_manager.cpp:476
  34. x = 367882
  35. y = <optimized out>
  36. ch = <optimized out>
  37. pkMob = <optimized out>
  38. i = 15
  39. #11 0x080c8fc6 in CHARACTER_MANAGER::SpawnGroup (this=0xffffb230, dwVnum=503, lMapIndex=3, sx=367391, sy=827518, ex=368277, ey=828281, pkRegen=0x30935e00, bAggressive_=false, pDungeon=0x0) at char_manager.cpp:616
  40. tch = <optimized out>
  41. i = 3
  42. pkGroup = 0x2ae27b90
  43. __FUNCTION__ = "SpawnGroup"
  44. pkChrMaster = 0x30c6d080
  45. pkParty = 0x42498440
  46. c_rdwMembers = <optimized out>
  47. bSpawnedByStone = false
  48. bAggressive = false
  49. chLeader = 0x30c6d080
  50. #12 0x080c9246 in CHARACTER_MANAGER::SpawnGroupGroup (this=0xffffb230, dwVnum=204, lMapIndex=3, sx=366900, sy=827400, ex=368900, ey=829400, pkRegen=0x30935e00, bAggressive_=false, pDungeon=0x0) at char_manager.cpp:572
  51. dwGroupID = <optimized out>
  52. __FUNCTION__ = "SpawnGroupGroup"
  53. #13 0x081f2c37 in regen_spawn (regen=regen@entry=0x30935e00, bOnce=bOnce@entry=false) at regen.cpp:411
  54. ch = 0x0
  55. num = 1
  56. i = 0
  57. #14 0x081f2cc8 in regen_event (event=..., processing_time=1000) at regen.cpp:639
  58. info = <optimized out>
  59. regen = 0x30935e00
  60. #15 0x08128c8c in event_process (pulse=<optimized out>) at event.cpp:140
  61. pElem = <optimized out>
  62. the_event = {px = 0x2b4d6c40}
  63. processing_time = <optimized out>
  64. new_time = <optimized out>
  65. num_events = 557
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement