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/7595e5949870db15d6d0 to your computer and use it in GitHub Desktop.
Save je-vv/7595e5949870db15d6d0 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 hpmyroom...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hpmyroom
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0xf6eefb40 (LWP 5592)]
[New Thread 0xf64ffb40 (LWP 5593)]
[New Thread 0xf5cfeb40 (LWP 5594)]
[New Thread 0xf4e61b40 (LWP 5595)]
[Thread 0xf4e61b40 (LWP 5595) exited]
[New Thread 0xf4e61b40 (LWP 5596)]
[New Thread 0xf44ffb40 (LWP 5597)]
[Thread 0xf4e61b40 (LWP 5596) exited]
[New Thread 0xf4e61b40 (LWP 5598)]
[Thread 0xf4e61b40 (LWP 5598) exited]
[New Thread 0xf4e61b40 (LWP 5599)]
[New Thread 0xf3affb40 (LWP 5600)]
[New Thread 0xf30ffb40 (LWP 5601)]
[New Thread 0xf29ffb40 (LWP 5602)]
[New Thread 0xf28feb40 (LWP 5603)]
[New Thread 0xf20fdb40 (LWP 5604)]
[New Thread 0xf18fcb40 (LWP 5605)]
[New Thread 0xf10fbb40 (LWP 5606)]
[Thread 0xf18fcb40 (LWP 5605) exited]
[New Thread 0xf18fcb40 (LWP 5609)]
[Thread 0xf28feb40 (LWP 5603) exited]
Program received signal SIGSEGV, Segmentation fault.
0x0832e2eb in ?? ()
(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 0xf7af3a89 in g_main_context_dispatch () from /usr/lib32/libglib-2.0.so.0
##24 0xf7af3d29 in ?? () from /usr/lib32/libglib-2.0.so.0
##25 0xf7af3df4 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 0xf7706497 in __libc_start_main () from /usr/lib32/libc.so.6
##35 0x080fb4d1 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment