Skip to content

Instantly share code, notes, and snippets.

@lighta
Created December 19, 2017 19:55
Show Gist options
  • Save lighta/cb9206fdaa34e890936152ce1a3d3e8e to your computer and use it in GitHub Desktop.
Save lighta/cb9206fdaa34e890936152ce1a3d3e8e to your computer and use it in GitHub Desktop.
1 0x406817 ra::unit_tests::crashDump_createDump() + 25
2 0x40685c ra::unit_tests::test_crashDump() + 24
3 0x4067db do_init + 20
4 0x4088d9 main + 348
5 0x7ffff632603a __libc_start_main + 234
6 0x40671a _start + 42
Program received signal SIGSEGV, Segmentation fault.
0x000000000040682e in ra::unit_tests::crashDump_doCrash() ()
(gdb) bt
#0 0x000000000040682e in ra::unit_tests::crashDump_doCrash() ()
#1 0x0000000000406861 in ra::unit_tests::test_crashDump() ()
#2 0x00000000004067db in do_init ()
#3 0x00000000004088d9 in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment