-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
test_sys_settrace segfaults on main #109143
Comments
Would you like to check that #109107 will fix this issue? |
With fix, I check that it will solve the issue
I think that we can close the issue as duplicated. |
Thanks, this is a duplicate of #109052 so I'll close this issue. I'm compiling the PR now. |
For clarification, the PR #108165 was verified that passed the test at that moment because I always check the leak test in the local environment before I submit the PR :) It looks like the issue is raised with multiple causes, and the first triggered commit was 6f3c138 and this commit is not a root cause. I investigated the first commit with git bisecting :) |
Crash report
On clean
main
:I saw this in buildbots on my PR #109123 but it also reproduces on main for me locally.
Stack trace:
The problem is that
co->co_executors
is NULL. This line blames to @corona10's PR #108165.The text was updated successfully, but these errors were encountered: