-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143604: Hold strong reference to executor during JIT tracing #143646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Ken Jin <[email protected]> Signed-off-by: Manjusaka <[email protected]>
Misc/NEWS.d/next/Core_and_Builtins/2026-01-10-17-13-04.gh-issue-143604.BygbVT.rst
Outdated
Show resolved
Hide resolved
…e-143604.BygbVT.rst
|
Full disclaimer: I wrote the test here and verified it crashes on ASAN on main branch. |
|
BTW, for the record, when I run I'm trying to figure it out why |
Oops, I was testing this locally and also saw the ASAN leak so I fixed it. There's no more leak now. |
LOL, Thanks for the new commit. Actually I have never think about this part yet. Thanks for the leason #TIL |
stop_tracing_and_jit#143604