[issue35828] test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX

2021-11-06 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35828] test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX

2021-11-06 Thread Michael Felt
Michael Felt added the comment: I stopped running my bot. I have no idea if this is also an issue on 3.9+ And since noone will look at this in it's present state. I'd recommend closing. -- ___ Python tracker

[issue35828] test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX

2021-10-18 Thread Irit Katriel
Irit Katriel added the comment: 3.8 is no longer being maintained. Is this an issue on 3.9+? -- nosy: +iritkatriel ___ Python tracker ___

[issue35828] test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX

2019-05-21 Thread STINNER Victor
STINNER Victor added the comment: """ ... _PyObject_FastCallDict(callable = (nil), args = 0x2008bf70, nargs = 540036208, kwargs = 0x014d), line 100 in "call.c" object_vacall(callable = 0x100de658, vargs = warning: Unable to access address 0xdbdbdbdb from core (invalid char ptr

[issue35828] test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX

2019-05-21 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-36752. -- nosy: +vstinner title: test_multiprocessing_fork - crashes in PyDict_GetItem - segmentation error -> test_multiprocessing_fork: segmentation error in PyDict_GetItem on AIX ___ Python tracker