Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created July 4, 2018 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeviaVir/cb521ce32f76094057024b63e5846e8c to your computer and use it in GitHub Desktop.
Save DeviaVir/cb521ce32f76094057024b63e5846e8c to your computer and use it in GitHub Desktop.
q-desktop core dump
$ coredumpctl gdb 7884
PID: 7884 (q-desktop)
UID: 1000 (chase)
GID: 985 (users)
Signal: 5 (TRAP)
Timestamp: Wed 2018-07-04 10:58:14 CEST (1min 39s ago)
Command Line: /usr/bin/q-desktop
Executable: /usr/bin/q-desktop
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Session: c1
Owner UID: 1000 (chase)
Boot ID: 79b3832f57ed4bc6b9d6464b570595f6
Machine ID: a0b49b647d774e6aa40b55b8966aae71
Hostname: maniac
Storage: /var/lib/systemd/coredump/core.q-desktop.1000.79b3832f57ed4bc6b9d6464b570595f6.7884.1530694694000000.lz4
Message: Process 7884 (q-desktop) of user 1000 dumped core.
Stack trace of thread 7884:
#0 0x00000000021f625e n/a (q-desktop)
#1 0x0000000004b74d53 n/a (q-desktop)
#2 0x00000000021f64c2 n/a (q-desktop)
#3 0x0000000004daaca8 main (q-desktop)
#4 0x00007f759045406b __libc_start_main (libc.so.6)
#5 0x0000000001802029 _start (q-desktop)
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/q-desktop...(no debugging symbols found)...done.
[New LWP 7884]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/usr/bin/q'.
Program terminated with signal SIGTRAP, Trace/breakpoint trap.
#0 0x00000000021f625e in ?? ()
(gdb) bt
#0 0x00000000021f625e in ()
#1 0x0000000004b74d53 in ()
#2 0x00000000021f64c2 in ()
#3 0x0000000004daaca8 in main ()
$ coredumpctl gdb 7884
PID: 7884 (q-desktop)
UID: 1000 (chase)
GID: 985 (users)
Signal: 5 (TRAP)
Timestamp: Wed 2018-07-04 10:58:14 CEST (1min 39s ago)
Command Line: /usr/bin/q-desktop
Executable: /usr/bin/q-desktop
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Session: c1
Owner UID: 1000 (chase)
Boot ID: 79b3832f57ed4bc6b9d6464b570595f6
Machine ID: a0b49b647d774e6aa40b55b8966aae71
Hostname: maniac
Storage: /var/lib/systemd/coredump/core.q-desktop.1000.79b3832f57ed4bc6b9d6464b570595f6.7884.1530694694000000.lz4
Message: Process 7884 (q-desktop) of user 1000 dumped core.
Stack trace of thread 7884:
#0 0x00000000021f625e n/a (q-desktop)
#1 0x0000000004b74d53 n/a (q-desktop)
#2 0x00000000021f64c2 n/a (q-desktop)
#3 0x0000000004daaca8 main (q-desktop)
#4 0x00007f759045406b __libc_start_main (libc.so.6)
#5 0x0000000001802029 _start (q-desktop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment