Created
February 11, 2014 12:05
-
-
Save VinceMacBuche/8933651 to your computer and use it in GitHub Desktop.
GDB output from cf-promises
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
| Reading symbols from /opt/rudder/bin/cf-promises...(no debugging symbols found)...done. | |
| (gdb) run | |
| Starting program: /opt/rudder/bin/cf-promises | |
| [Thread debugging using libthread_db enabled] | |
| Program received signal SIGBUS, Bus error. | |
| 0x00007ffff69e8c02 in memcpy () from /lib/libc.so.6 | |
| (gdb) bt | |
| #0 0x00007ffff69e8c02 in memcpy () from /lib/libc.so.6 | |
| #1 0x00007ffff74ed622 in ?? () from /usr/lib/libtokyocabinet.so.8 | |
| #2 0x00007ffff74ee50e in ?? () from /usr/lib/libtokyocabinet.so.8 | |
| #3 0x00007ffff74f1423 in ?? () from /usr/lib/libtokyocabinet.so.8 | |
| #4 0x00007ffff74f1d4b in tchdbgetnext3 () from /usr/lib/libtokyocabinet.so.8 | |
| #5 0x0000000000440798 in ?? () | |
| #6 0x0000000000408de3 in ?? () | |
| #7 0x000000000040f5db in ?? () | |
| #8 0x0000000000405c88 in ?? () | |
| #9 0x00007ffff6987c8d in __libc_start_main () from /lib/libc.so.6 | |
| #10 0x0000000000405799 in ?? () | |
| #11 0x00007fffffffe758 in ?? () | |
| #12 0x000000000000001c in ?? () | |
| #13 0x0000000000000001 in ?? () | |
| #14 0x00007fffffffe971 in ?? () | |
| #15 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment