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: Don't produce core file in test_subprocess.py
Type: Stage:
Components: Tests Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, dgreiman
Priority: normal Keywords: patch

Created on 2006-07-12 01:18 by dgreiman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_subprocess_no_core.diff dgreiman, 2006-07-12 01:18 Patch to Lib/test/test_subprocess.py (r50594)
Messages (4)
msg50672 - (view) Author: Douglas Greiman (dgreiman) * Date: 2006-07-12 01:18
The test_run_abort() testcase in test_subprocess.py
produces a core file on Unix systems, even though the
test is successful.  This can be confusing or alarming
to someone who runs 'make test' and then finds that the
Python interpreter apparently crashed.

Tested on Red Hat Linux 9 on x86.
msg50673 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-07-31 20:23
Logged In: YES 
user_id=11375

From reading the patch, the fix looks good.  Do you have
commit privileges, or do I need to check in the change?
msg50674 - (view) Author: Douglas Greiman (dgreiman) * Date: 2006-07-31 20:35
Logged In: YES 
user_id=1553997

No, I don't have commit privileges.
msg50675 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-08-01 18:17
Logged In: YES 
user_id=11375

Committed to trunk in rev.51021.  Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43655
2006-07-12 01:18:42dgreimancreate