This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients benjamin.peterson, brett.cannon, eric.snow, fhamand, ncoghlan, pitrou, r.david.murray, vinay.sajip
Date 2013-04-09.01:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365470844.88.0.591242802043.issue17669@psf.upfronthosting.co.za>
In-reply-to
Content
The crashing version has 'import logging' at the top of generators.py.  I did not experience a crash when it was absent even if there was no __pycache__.

It also doesn't crash if the import is moved out of the body of first_gen.

FAULTHANDLER doesn't fair too well on this one, no real surprise :)

Fatal Python error: Segmentation fault

Current thread 0xb75856c0:
zsh: segmentation fault  PYTHONFAULTHANDLER=true ../python test.py
History
Date User Action Args
2013-04-09 01:27:24r.david.murraysetrecipients: + r.david.murray, brett.cannon, vinay.sajip, ncoghlan, pitrou, benjamin.peterson, eric.snow, fhamand
2013-04-09 01:27:24r.david.murraysetmessageid: <1365470844.88.0.591242802043.issue17669@psf.upfronthosting.co.za>
2013-04-09 01:27:24r.david.murraylinkissue17669 messages
2013-04-09 01:27:24r.david.murraycreate