[issue21370] segfault from simple traceback.format_exc call

2014-05-13 Thread Stefan Krah
Stefan Krah added the comment: Closing due to lack of response. -- resolution: - works for me stage: - resolved status: open - closed type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21370

[issue21370] segfault from simple traceback.format_exc call

2014-04-28 Thread Stefan Krah
Stefan Krah added the comment: I cannot reproduce this. Which platform? Does it happen with Python 3.4? -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21370 ___

[issue21370] segfault from simple traceback.format_exc call

2014-04-27 Thread John Rusnak
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