Created
May 28, 2014 20:29
-
-
Save dudmuck/75075b335b31d583f35b 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
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x00000000000123d6 in ?? () | |
| (gdb) bt | |
| #0 0x00000000000123d6 in ?? () | |
| #1 0x00007f1ef4965091 in ?? () | |
| #2 0x00007f1ef4bcfee0 in ?? () | |
| #3 0x0000000002331600 in ?? () | |
| #4 0x000000000007c1c8 in ?? () | |
| #5 0x000000371688289f in PyDict_GetItemString (v=<unknown at remote 0x3716bbff78>, key=<optimized out>) | |
| at /usr/src/debug/Python-2.7.5/Objects/dictobject.c:2435 | |
| #6 0x00000000073b9e8c in ?? () | |
| #7 0x0000003716bbff78 in extensions () from /lib64/libpython2.7.so.1.0 | |
| #8 0x0000000006ec618c in ?? () | |
| #9 0x0000000000000000 in ?? () | |
| (gdb) q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment