Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Created February 5, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mithrandi/77d94af7476c5eea5ed5 to your computer and use it in GitHub Desktop.
Save mithrandi/77d94af7476c5eea5ed5 to your computer and use it in GitHub Desktop.
Backtrace 3
tests/hazmat/backends/test_openssl.py .
========================================================================================================== 1 passed in 0.19 seconds ==========================================================================================================
Program received signal SIGSEGV, Segmentation fault.
0x080dd9db in visit_decref () at ../Modules/gcmodule.c:360
360 in ../Modules/gcmodule.c
(gdb) bt
#0 0x080dd9db in visit_decref () at ../Modules/gcmodule.c:360
#1 0x080ddb2d in dict_traverse () at ../Objects/dictobject.c:2114
#2 0x080dc8f4 in subtract_refs () at ../Modules/gcmodule.c:385
#3 collect.lto_priv () at ../Modules/gcmodule.c:925
#4 0x08137350 in PyGC_Collect () at ../Modules/gcmodule.c:1440
#5 0x08136751 in Py_Finalize () at ../Python/pythonrun.c:448
#6 0x0815b918 in Py_Exit (sts=0) at ../Python/pythonrun.c:1777
#7 0x08159537 in handle_system_exit () at ../Python/pythonrun.c:1151
#8 0x0815917a in PyErr_PrintEx () at ../Python/pythonrun.c:1161
#9 0x08158cea in PyErr_Print () at ../Python/pythonrun.c:1064
#10 0x08157f46 in RunModule.lto_priv.1252 () at ../Modules/main.c:194
#11 0x080d4c92 in Py_Main () at ../Modules/main.c:587
#12 0x080d469b in main (argc=4, argv=0xffffdd04) at ../Modules/python.c:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment