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 vstinner
Recipients Arfrever, Trundle, dmalcolm, lemburg, pitrou, python-dev, scott.dial, vstinner
Date 2011-03-30.23:45:33
SpamBayes Score 0.0011352478
Marked as misclassified No
Message-id <1301528734.26.0.0439631739744.issue11393@psf.upfronthosting.co.za>
In-reply-to
Content
First failure: AMD64 Gentoo Wide 3.x.
http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/1363/

[1/1] test_faulthandler
test test_faulthandler failed -- Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_faulthandler.py", line 165, in test_stack_overflow
    '(?:Segmentation fault|Bus error)')
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_faulthandler.py", line 95, in check_fatal_error
    self.assertRegex(output, regex)
AssertionError: Regex didn't match: '^Fatal Python error: (?:Segmentation fault|Bus error)\n\nTraceback\\ \\(most\\ recent\\ call\\ first\\):\n  File "<string>", line 3 in <module>$' not found in ''
History
Date User Action Args
2011-03-30 23:45:34vstinnersetrecipients: + vstinner, lemburg, scott.dial, pitrou, Arfrever, Trundle, dmalcolm, python-dev
2011-03-30 23:45:34vstinnersetmessageid: <1301528734.26.0.0439631739744.issue11393@psf.upfronthosting.co.za>
2011-03-30 23:45:33vstinnerlinkissue11393 messages
2011-03-30 23:45:33vstinnercreate