sqlite3 debug-output.db 'select * from log' | tail -n 20
sqlite3 debug-output.db 'select * from log' | tail -n 20
$ gdb -q murmeltier (no debugging symbols found) (gdb) r Starting program: /usr/bin/murmeltier (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Program received signal SIGSEGV, Segmentation fault. 0x00014914 in ?? () 0x00014914 <dbus_message_append_args+35924>: ldr lr, [r4, #8] (gdb) bt #0 0x00014914 in ?? () #1 0x000148e8 in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb)