-
-
Save Gottox/9864836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ gdb --args nemiver /bin/sh | |
GNU gdb (GDB) 7.7 | |
Copyright (C) 2014 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 nemiver...(no debugging symbols found)...done. | |
(gdb) run | |
Starting program: /usr/bin/nemiver /bin/sh | |
warning: Could not load shared library symbols for linux-vdso.so.1. | |
Do you need "set solib-search-path" or "set sysroot"? | |
warning: File "/usr/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". | |
To enable execution of this file add | |
add-auto-load-safe-path /usr/lib/libthread_db-1.0.so | |
line to your configuration file "/home/tox/.gdbinit". | |
To completely disable this security protection add | |
set auto-load safe-path / | |
line to your configuration file "/home/tox/.gdbinit". | |
For more information about this security protection see the | |
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell: | |
info "(gdb)Auto-loading safe path" | |
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. | |
[New LWP 10154] | |
[New LWP 10155] | |
Program received signal SIGSEGV, Segmentation fault. | |
0x00007fffe9e329c0 in ?? () from /usr/lib/libvte2_90.so.9 | |
(gdb) bt | |
#0 0x00007fffe9e329c0 in ?? () from /usr/lib/libvte2_90.so.9 | |
#1 0x00007fffe9e32e26 in ?? () from /usr/lib/libvte2_90.so.9 | |
#2 0x00007fffe9e3c293 in vte_terminal_get_text_include_trailing_spaces () from /usr/lib/libvte2_90.so.9 | |
#3 0x00007fffe9e45858 in ?? () from /usr/lib/libvte2_90.so.9 | |
#4 0x00007fffe9e48299 in ?? () from /usr/lib/libvte2_90.so.9 | |
#5 0x00007ffff4ee1717 in ?? () from /usr/lib/libgobject-2.0.so.0 | |
#6 0x00007ffff4efa918 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 | |
#7 0x00007ffff4efba5e in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0 | |
#8 0x00007fffe9e3aeac in ?? () from /usr/lib/libvte2_90.so.9 | |
#9 0x00007fffe9e3b5e0 in ?? () from /usr/lib/libvte2_90.so.9 | |
#10 0x00007fffe9e3bbb8 in ?? () from /usr/lib/libvte2_90.so.9 | |
#11 0x00007fffe9e4162f in ?? () from /usr/lib/libvte2_90.so.9 | |
#12 0x00007ffff639c91b in ?? () from /usr/lib/libglib-2.0.so.0 | |
#13 0x00007ffff639be3c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 | |
#14 0x00007ffff639c198 in ?? () from /usr/lib/libglib-2.0.so.0 | |
#15 0x00007ffff639c4b2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 | |
#16 0x00007ffff6812975 in gtk_main () from /usr/lib/libgtk-3.so.0 | |
#17 0x00007ffff77930f1 in Gtk::Main::run(Gtk::Window&) () from /usr/lib/libgtkmm-3.0.so.1 | |
#18 0x000000000040e487 in main () | |
(gdb) quit | |
A debugging session is active. | |
Inferior 1 [process 10150] will be killed. | |
Quit anyway? (y or n) y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment