Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Last active February 28, 2017 21:04
Show Gist options
  • Save diegopacheco/e555b6e70761d15408d91d748d7aac56 to your computer and use it in GitHub Desktop.
Save diegopacheco/e555b6e70761d15408d91d748d7aac56 to your computer and use it in GitHub Desktop.
Run GDB to analyse code dump
ulimit -c unlimited
ls -ltr
gcore $PID
gdb program core
bt
frame 1
list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment