Last active
August 29, 2015 14:24
-
-
Save darrikmazey/84f9d55eab0e83675763 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
| Core was generated by `/usr/bin/python2.7 examples/hello_world.py'. | |
| Program terminated with signal SIGSEGV, Segmentation fault. | |
| #0 0x00007f1ce7fca488 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| (gdb) bt | |
| #0 0x00007f1ce7fca488 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #1 0x00007f1ce7fcddc2 in PyObject_CallFunctionObjArgs () from /usr/lib64/libpython2.7.so.1.0 | |
| #2 0x00007f1ce2eb314e in __Pyx_Import(_object*, _object*, int) () from /usr/lib64/python2.7/site-packages/libopenzwave-0.3.0b1-py2.7-linux-x86_64.egg/libopenzwave.so | |
| #3 0x00007f1ce2e981ae in initlibopenzwave () from /usr/lib64/python2.7/site-packages/libopenzwave-0.3.0b1-py2.7-linux-x86_64.egg/libopenzwave.so | |
| #4 0x00007f1ce8074a49 in _PyImport_LoadDynamicModule () from /usr/lib64/libpython2.7.so.1.0 | |
| #5 0x00007f1ce8072c39 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #6 0x00007f1ce8072f16 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #7 0x00007f1ce80737ae in PyImport_ImportModuleLevel () from /usr/lib64/libpython2.7.so.1.0 | |
| #8 0x00007f1ce805a92f in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #9 0x00007f1ce7fcd5a3 in PyObject_Call () from /usr/lib64/libpython2.7.so.1.0 | |
| #10 0x00007f1ce805c477 in PyEval_CallObjectWithKeywords () from /usr/lib64/libpython2.7.so.1.0 | |
| #11 0x00007f1ce805d965 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 | |
| #12 0x00007f1ce806251d in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 | |
| #13 0x00007f1ce8062622 in PyEval_EvalCode () from /usr/lib64/libpython2.7.so.1.0 | |
| #14 0x00007f1ce8071dac in PyImport_ExecCodeModuleEx () from /usr/lib64/libpython2.7.so.1.0 | |
| #15 0x00007f1ce8072015 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #16 0x00007f1ce8072c39 in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #17 0x00007f1ce8072e7d in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #18 0x00007f1ce80737e8 in PyImport_ImportModuleLevel () from /usr/lib64/libpython2.7.so.1.0 | |
| #19 0x00007f1ce805a92f in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #20 0x00007f1ce7fcd5a3 in PyObject_Call () from /usr/lib64/libpython2.7.so.1.0 | |
| #21 0x00007f1ce805c477 in PyEval_CallObjectWithKeywords () from /usr/lib64/libpython2.7.so.1.0 | |
| #22 0x00007f1ce805d965 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 | |
| #23 0x00007f1ce806251d in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 | |
| #24 0x00007f1ce8062622 in PyEval_EvalCode () from /usr/lib64/libpython2.7.so.1.0 | |
| #25 0x00007f1ce807b03f in ?? () from /usr/lib64/libpython2.7.so.1.0 | |
| #26 0x00007f1ce807c15e in PyRun_FileExFlags () from /usr/lib64/libpython2.7.so.1.0 | |
| #27 0x00007f1ce807d2c9 in PyRun_SimpleFileExFlags () from /usr/lib64/libpython2.7.so.1.0 | |
| #28 0x00007f1ce808de73 in Py_Main () from /usr/lib64/libpython2.7.so.1.0 | |
| #29 0x00007f1ce79e4a65 in __libc_start_main () from /lib64/libc.so.6 | |
| #30 0x00000000004008ea in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment