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: OrderedDict: crash with threads
Type: crash Stage: resolved
Components: Extension Modules Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: Arfrever, BreamoreBoy, Jim.Jewett, Mark.Shannon, alex, asvetlov, benjamin.peterson, christian.heimes, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, mrabarnett, ncoghlan, ned.deily, pitrou, python-dev, refi64, rhettinger, scoder, serhiy.storchaka, skrah, tonn81, westurner, yselivanov
Priority: normal Keywords:

Created on 2015-06-02 10:02 by skrah, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
crash-th.py skrah, 2015-06-02 10:02
Messages (3)
msg244661 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2015-06-02 10:02
I tried to disprove my own claim of unreachable code in resize()/get_index() using a convoluted threaded test case.

The code still fails to be reached, but another segfault turned up.
msg244713 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2015-06-02 23:18
FYI, this doesn't crash when I have the patch from issue24362 applied.
msg244774 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2015-06-03 16:56
This has been fixed via issue24362.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68549
2015-06-03 16:56:46eric.snowsetstatus: open -> closed
resolution: fixed
messages: + msg244774

stage: needs patch -> resolved
2015-06-02 23:18:47eric.snowsetassignee: eric.snow
messages: + msg244713
2015-06-02 10:02:57skrahcreate