Skip to content

Instantly share code, notes, and snippets.

@Ingvix
Created March 13, 2018 10:13
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 Ingvix/04656bf7bd739b72bd1eff30b30d1926 to your computer and use it in GitHub Desktop.
Save Ingvix/04656bf7bd739b72bd1eff30b30d1926 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x438561e2 in ?? ()
#1 0x43856f92 in ?? ()
#2 0x43856f92 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) but full
Undefined command: "but". Try "help".
(gdb) bt full
#0 0x438561e2 in ?? ()
No symbol table info available.
#1 0x43856f92 in ?? ()
No symbol table info available.
#2 0x43856f92 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment