Created
April 5, 2016 01:47
-
-
Save ericfont/9378ca4e6df7242308a30b61b701230e 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
| sudo gdb 2>&1 | tee gdb-openbazaard2.txt | |
| GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 | |
| 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-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". | |
| (gdb) handle SIG33 pass nostop noprint | |
| Signal Stop Print Pass to program Description | |
| SIG33 No No Yes Real-time event 33 | |
| (gdb) set pagination 0 | |
| (gdb) attach 8404 | |
| Attaching to process 8404 | |
| Reading symbols from /usr/share/openbazaar/resources/OpenBazaar-Server/openbazaard...(no debugging symbols found)...done. | |
| Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.19.so...done. | |
| done. | |
| Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2 | |
| Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done. | |
| Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1 | |
| Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libc-2.19.so...done. | |
| done. | |
| Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6 | |
| Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.19.so...done. | |
| done. | |
| Loaded symbols for /lib64/ld-linux-x86-64.so.2 | |
| 0x00007fdbf47d1ab2 in __libc_wait (stat_loc=0x7ffd3f55572c) at ../sysdeps/unix/sysv/linux/wait.c:30 | |
| 30 ../sysdeps/unix/sysv/linux/wait.c: No such file or directory. | |
| (gdb) continue | |
| Continuing. | |
| Program received signal SIGTERM, Terminated. | |
| 0x00007fdbf47d1ab2 in __libc_wait (stat_loc=0x7ffd3f55572c) at ../sysdeps/unix/sysv/linux/wait.c:30 | |
| 30 in ../sysdeps/unix/sysv/linux/wait.c | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment