Issue 24361: OrderedDict: crash with threads
Issue24361
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) * ![]() |
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) * ![]() |
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) * ![]() |
Date: 2015-06-03 16:56 | |
This has been fixed via issue24362. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:17 | admin | set | github: 68549 |
| 2015-06-03 16:56:46 | eric.snow | set | status: open -> closed resolution: fixed messages: + msg244774 stage: needs patch -> resolved |
| 2015-06-02 23:18:47 | eric.snow | set | assignee: eric.snow messages: + msg244713 |
| 2015-06-02 10:02:57 | skrah | create | |
