-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Crashes and errors in test_embed with PYTHONUOPS=1 #111339
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
Activity
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
For a detailed report see #110384 (comment) (a comment by @brandtbucher on a merged PR by @markshannon ).
I am keeping notes about what I'm learning about this (though Mark said it's his).
The issue seems intermittent. I can repro it by running this command repeatedly on my Mac:
Usually it passes (printing 5 lines of output); occasionally I get this error:
I can only repro this with PYTHONUOPS=1, but it never prints any uops debug output. Could it be that the issue is in the code for checking the env var?Linked PRs
validproperty of executors tois_valid()method #111350object.c#111430