STINNER Victor <vstin...@redhat.com> added the comment:

Core dumps are usually unusable on a different platform. You should extract 
informations yourself using gdb or something else. At least, I'm sure that I 
will be unable to use your core dump on Fedora (you are using Ubuntu). You can 
open a core dump using "gdb python2.7 -c coredump" and then type "where" to get 
the C traceback.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34570>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to