Gregory P. Smith added the comment: Given where the crash is occurring and that faulthandler traceback it makes me wonder if it was compiled with a set of openssl headers that don't make the library it is using at runtime.
If you recompile the interpreter in debug mode (--with-pydebug on your ./configure) does it still happen? Can you run it under gdb and get the C stacktrace? that'll tell more than faulthandler alone does. [I'm glad to see you're using faulthandler though!] ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16660> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com