[New-bugs-announce] [issue24361] OrderedDict: crash with threads

Stefan Krah report at bugs.python.org
Tue Jun 2 12:02:57 CEST 2015


New submission from Stefan Krah:

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.

----------
components: Extension Modules
files: crash-th.py
messages: 244661
nosy: Arfrever, BreamoreBoy, Jim.Jewett, Mark.Shannon, Ryan.Gonzalez, 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, rhettinger, scoder, serhiy.storchaka, skrah, tonn81, westurner, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: OrderedDict: crash with threads
type: crash
versions: Python 3.6
Added file: http://bugs.python.org/file39595/crash-th.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24361>
_______________________________________


More information about the New-bugs-announce mailing list