Script started on Thu Oct 12 16:23:03 2017 ]0;frostsnow@plato:~frostsnow@plato ~ $ gdb firefox GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "armv7a-hardfloat-linux-gnueabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from firefox...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/firefox [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0xffff0fc0 in ?? () (gdb) backtrace #0 0xffff0fc0 in ?? () #1 0xb3b989b8 in ?? () from /usr/lib/firefox/libxul.so Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) quit A debugging session is active. Inferior 1 [process 3199] will be killed. Quit anyway? (y or n) y ]0;frostsnow@plato:~frostsnow@plato ~ $ exit Script done on Thu Oct 12 16:23:21 2017