Message410014
This bug is hard to reproduce for different reasons:
* It occurs randomly: I need between 1 and 50 attempts to reproduce the bug using win_py399_crash_reproducer.py
* So far, the bug was only reproduced on Windows.
* I failed to reproduce the crash on Linux. I tried PYTHONMALLOC=malloc and PYTHONMALLOC=malloc_debug with and without LD_PRELOAD=/usr/lib64/libjemalloc.so.2 (jemalloc memory allocator).
* The _sre extension has been converted to multi-phase init in Python 3.10. "import _sre" is no longer enough to reproduce the crash on Python 3.10 and newer. |
|
| Date |
User |
Action |
Args |
| 2022-01-07 19:36:13 | vstinner | set | recipients:
+ vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer |
| 2022-01-07 19:36:13 | vstinner | set | messageid: <[email protected]> |
| 2022-01-07 19:36:13 | vstinner | link | issue46070 messages |
| 2022-01-07 19:36:13 | vstinner | create | |
|