Open devdanzin opened 5 days ago
Hi @devdanzin ,
I'm a newbie of CPython and want to have a try on this issue.
Could it be assigned to me?π
Best Regards, Edward
@LindaSummer you don't need to be assigned an issue to work on it. If you're interested in this issue, I suggest you read through the code where the crash happens to understand it. If you feel you found something useful, you can post on this issue with your findings. If you find a possible solution, you can open a PR with your fix.
@LindaSummer you don't need to be assigned an issue to work on it. If you're interested in this issue, I suggest you read through the code where the crash happens to understand it. If you feel you found something useful, you can post on this issue with your findings. If you find a possible solution, you can open a PR with your fix.
Hi @JelleZijlstra ,
Got it! Thanks very much for your warm guidance! π
I will try to go through the code and search for the root cause.
Best Regards, Edward
Crash report
What happened?
It's possible to abort the interpreter by calling
multiprocessing.shared_memory.ShareableList.count
in threads withPYTHON_GIL=0
in a debug build:Result:
Found using fusil by @vstinner.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a2+ experimental free-threading build (heads/main-dirty:c9b399fbdb0, Nov 19 2024, 20:12:48) [GCC 11.4.0]