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: test_md5 segfault
Type: crash Stage:
Components: Extension Modules Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, gregb, ocean-city
Priority: release blocker Keywords: patch

Created on 2009-03-02 05:46 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_md5_without_goto.patch ocean-city, 2009-03-02 05:46
Messages (2)
msg83002 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-03-02 05:46
I noticed test_md5 and test_multiprocessing crashed on trunk. I hope
attached patch will fix this issue. (Maybe the patch can be simplified
with goto)
msg83063 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-03-03 07:45
This one was fixed in r70119.
History
Date User Action Args
2022-04-11 14:56:46adminsetnosy: + benjamin.peterson
github: 49653
2009-03-03 07:45:47ocean-citysetstatus: open -> closed
resolution: fixed
messages: + msg83063
2009-03-02 20:39:31gregbsetnosy: + gregb
2009-03-02 05:46:07ocean-citycreate