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 ncoghlan
Recipients dmalcolm, ncoghlan, pitrou, rhettinger, skrah, vstinner
Date 2013-09-14.04:41:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379133678.54.0.101601277502.issue19001@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_gdb on its own didn't reproduce the error in a threads-enabled build on Fedora 19. I'm now trying it with the same command line as the failed buildbot run:

    /python  ./Tools/scripts/run_tests.py -j 1 -u all -W --timeout=3600 --randseed=6475478

If that still passes, I'll try a without-threads build.

If I can't reproduce it even with threads disabled, then I'd be inclined to say "closed won't fix" on the grounds that Fedora 16 is already end-of-life.
History
Date User Action Args
2013-09-14 04:41:18ncoghlansetrecipients: + ncoghlan, rhettinger, pitrou, vstinner, skrah, dmalcolm
2013-09-14 04:41:18ncoghlansetmessageid: <1379133678.54.0.101601277502.issue19001@psf.upfronthosting.co.za>
2013-09-14 04:41:18ncoghlanlinkissue19001 messages
2013-09-14 04:41:17ncoghlancreate