Skip to content

Instantly share code, notes, and snippets.

@agentzh

agentzh/gdb.out Secret

Created January 26, 2017 00:42
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 agentzh/0708ffe8de7a13fd66379a474676845f to your computer and use it in GitHub Desktop.
Save agentzh/0708ffe8de7a13fd66379a474676845f to your computer and use it in GitHub Desktop.
(gdb) print MVM_dump_backtrace(tc)
Program received signal SIGSEGV, Segmentation fault.
MVM_dump_backtrace (tc=0x3ff762d86356be3f) at src/core/exceptions.c:469
469 MVMFrame *cur_frame = tc->cur_frame;
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on".
Evaluation of the expression containing the function
(MVM_dump_backtrace) will be abandoned.
When the function is done executing, GDB will silently stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment