Skip to content

Instantly share code, notes, and snippets.

@PSZ
Created November 12, 2010 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PSZ/674254 to your computer and use it in GitHub Desktop.
Save PSZ/674254 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x0000000802280a9c in thr_kill () from /lib/libc.so.7
#1 0x000000080230ff8b in abort () from /lib/libc.so.7
#2 0x00000008022f7f55 in __assert () from /lib/libc.so.7
#3 0x000000000063e58c in Group::_homebindIfInstance (this=Variable "this" is not available.
) at Object.h:485
#4 0x0000000000647463 in Group::RemoveMember (this=0x8141dd520, guid=Variable "guid" is not available.
)
at ../../../src/game/Group.cpp:400
#5 0x0000000000798d30 in Player::RemoveFromGroup (group=0x8141dd520, guid=Variable "guid" is not available.
)
at ../../../src/game/Player.cpp:2513
#6 0x0000000000918c55 in WorldSession::LogoutPlayer (this=0x83231cc70, Save=Variable "Save" is not available.
)
at Player.h:1759
#7 0x000000000091a120 in ~WorldSession (this=0x83231cc70)
at ../../../src/game/WorldSession.cpp:62
#8 0x000000000090e711 in World::AddSession_ (this=0x80254d000, s=0x8323b1b40)
at ../../../src/game/World.cpp:224
#9 0x000000000090f153 in World::UpdateSessions (this=0x80254d000, diff=44)
at ../../../src/game/World.cpp:1971
#10 0x0000000000910bf3 in World::Update (this=0x80254d000, diff=44)
at ../../../src/game/World.cpp:1495
#11 0x0000000000532019 in WorldRunnable::run (this=Variable "this" is not available.
)
at ../../../src/mangosd/WorldRunnable.cpp:60
#12 0x0000000000a0830c in ACE_Based::Thread::ThreadTask (param=Variable "param" is not available.
)
at ../../../src/shared/Threading.cpp:187
#13 0x0000000801cec4d1 in pthread_getprio () from /lib/libthr.so.3
---Type <return> to continue, or q <return> to quit---
#14 0x0000000000000000 in ?? ()
Cannot access memory at address 0x7ffffeff9000
(gdb) bt full
#0 0x0000000802280a9c in thr_kill () from /lib/libc.so.7
No symbol table info available.
#1 0x000000080230ff8b in abort () from /lib/libc.so.7
No symbol table info available.
#2 0x00000008022f7f55 in __assert () from /lib/libc.so.7
No symbol table info available.
#3 0x000000000063e58c in Group::_homebindIfInstance (this=Variable "this" is not available.
) at Object.h:485
No locals.
#4 0x0000000000647463 in Group::RemoveMember (this=0x8141dd520, guid=Variable "guid" is not available.
)
at ../../../src/game/Group.cpp:400
group = Variable "group" is not available.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment