$ gdb --args adonthell-0.3 wastesedge GNU gdb (GDB) 8.1 Copyright (C) 2018 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 "x86_64-pc-linux-gnu". 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 adonthell-0.3...Reading symbols from /usr/lib/debug/usr/bin/adonthell-0.3.debug...done. done. (gdb) thread apply all bt full (gdb) run Starting program: /usr/bin/adonthell-0.3 wastesedge [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff2cbe700 (LWP 4983)] Thread 1 "adonthell-0.3" received signal SIGFPE, Arithmetic exception. 0x0000555555601ef6 in screen::init (nl=0, nh=0, depth=, myconfig=...) at screen.cc:167 167 display.set_length(nl/scale_);