Skip to content

Instantly share code, notes, and snippets.

@je-vv
Created November 11, 2015 17:38
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 je-vv/89c4910a740afcac89a7 to your computer and use it in GitHub Desktop.
Save je-vv/89c4910a740afcac89a7 to your computer and use it in GitHub Desktop.
GNU gdb (GDB) 7.10
Copyright (C) 2015 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-unknown-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/hpmyroom...(no debugging symbols found)...done.
[New LWP 9585]
[New LWP 9595]
[New LWP 9598]
[New LWP 9600]
[New LWP 9591]
[New LWP 9599]
[New LWP 9597]
[New LWP 9593]
[New LWP 9587]
[New LWP 9594]
[New LWP 9586]
[New LWP 9588]
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `hpmyroom'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0832e2eb in ?? ()
[Current thread is 1 (Thread 0xf68007c0 (LWP 9585))]
(gdb) bt
#0 0x0832e2eb in ?? ()
#1 0x0824f8d1 in ?? ()
#2 0x082707d7 in ?? ()
#3 0x082709e5 in ?? ()
#4 0x08813658 in ?? ()
#5 0x088f0e4c in ?? ()
#6 0x0897a464 in ?? ()
#7 0x089fd1df in ?? ()
#8 0x08a42016 in ?? ()
#9 0x0897afb6 in ?? ()
#10 0x0951b171 in ?? ()
#11 0x087d6a01 in ?? ()
#12 0x087ddc4d in ?? ()
#13 0x0951af3a in ?? ()
#14 0x088302af in ?? ()
#15 0x088327dc in ?? ()
#16 0x087d6a24 in ?? ()
#17 0x087dbe71 in ?? ()
#18 0x0951af3a in ?? ()
#19 0x09001dda in ?? ()
#20 0x09003800 in ?? ()
#21 0x08fe457a in ?? ()
#22 0x08e264f1 in ?? ()
#23 0xf7202a89 in g_main_context_dispatch () from /usr/lib32/libglib-2.0.so.0
#24 0xf7202d29 in ?? () from /usr/lib32/libglib-2.0.so.0
#25 0xf7202df4 in g_main_context_iteration () from /usr/lib32/libglib-2.0.so.0
#26 0x09576fdd in ?? ()
#27 0x08e266f6 in ?? ()
#28 0x09518a5c in ?? ()
#29 0x09520c57 in ?? ()
#30 0x08ff9b04 in ?? ()
#31 0x087d54e4 in ?? ()
#32 0x081d3675 in ?? ()
#33 0x0806898b in ?? ()
#34 0xf6e15497 in __libc_start_main () from /usr/lib32/libc.so.6
#35 0x080fb4d1 in ?? ()
(gdb) quitquit
PID: 9585 (hpmyroom)
UID: 1000 (vasqueja)
GID: 100 (users)
Signal: 11 (SEGV)
Timestamp: Wed 2015-11-11 10:10:29 CST (4min 57s ago)
Command Line: hpmyroom
Executable: /usr/bin/hpmyroom
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Session: c1
Owner UID: 1000 (vasqueja)
Boot ID: 470f5157d9d446a6a6fb783bec021db4
Machine ID: dbebd2a32c774293aaa7ed6c702745a9
Hostname: m1
Coredump: /var/lib/systemd/coredump/core.hpmyroom.1000.470f5157d9d446a6a6fb783bec021db4.9585.1447258229000000.lz4
Message: Process 9585 (hpmyroom) of user 1000 dumped core.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment