Skip to content

Instantly share code, notes, and snippets.

@larsfu
Created June 20, 2010 11:04
Show Gist options
  • Save larsfu/445744 to your computer and use it in GitHub Desktop.
Save larsfu/445744 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:1281
#1 0x08087c15 in CClient::OnDemoPlayerSnapshot(void*, int) ()
#2 0x080548da in CMenus::RenderGame(CUIRect) ()
#3 0x0806e5ac in CMenus::Render() ()
#4 0x0806ebdd in CMenus::OnRender() ()
#5 0x080508d7 in CGameClient::OnRender() ()
#6 0x08089527 in CClient::Render() ()
#7 0x0808ba9d in CClient::Run() ()
#8 0x0808bf7e in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment