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.

classification
Title: segfault in --without-threads build
Type: crash Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: try/except import fails --without-threads
View: 14583
Assigned To: Nosy List: georg.brandl, skrah
Priority: release blocker Keywords: buildbot

Created on 2012-04-27 21:43 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg159496 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-04-27 21:43
The build --without-threads segfaults in run_tests.py:

http://www.python.org/dev/buildbot/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/2123/steps/test/logs/stdio
msg159501 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-04-27 21:57
Appears to be related to #14583.
History
Date User Action Args
2022-04-11 14:57:29adminsetnosy: + georg.brandl
github: 58890
2012-04-27 21:57:45skrahsetstatus: open -> closed
superseder: try/except import fails --without-threads
messages: + msg159501

keywords: + buildbot
resolution: duplicate
stage: needs patch -> resolved
2012-04-27 21:43:46skrahcreate