New submission from John Rusnak:

Launch python3.3 and then

>>> import traceback
>>> tracebacke.format_exc()

Seomteims a long trace about missing attribute is produced, on subequent of 
sometimes first call, python executable segfaults.  I see this behavior in an 
app as well then calling format_exc() under a real exception condition.

----------
messages: 217321
nosy: John.Rusnak
priority: normal
severity: normal
status: open
title: segfault from simple traceback.format_exc call
versions: Python 3.3

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

Reply via email to