Skip to content

Instantly share code, notes, and snippets.

@dmitri-d
Created November 15, 2017 22:50
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 dmitri-d/904fefb0031c2eda96da61bd19424c86 to your computer and use it in GitHub Desktop.
Save dmitri-d/904fefb0031c2eda96da61bd19424c86 to your computer and use it in GitHub Desktop.
catch SIGABRT with GDB with .rbinit
gdb -q -batch -ex "handle SIGABRT stop nopass" -ex continue -ex rb_ps attach $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment