-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
InteractiveUtils crashed on CI #45310
Comments
@Keno Is that the right link? That link doesn't have an rr trace attached, because rr failed to cleanup within 1 hour, so we SIGKILLed it. |
Oh, you are correct. My bad. Do we know what that happens? |
Yeah I have no idea what the cause is. It's not uncommon to see. Basically it means that rr didn't exit within 60 minutes after we sent it SIGTERM. |
Can we see if we can reproduce this locally. Basically throw |
This was introduced by #44548, which was merged earlier that week, and changed the Julia definition of struct without changing the C representation. Sometimes that means we do an OOB value and use that to do an OOB read on an array. |
https://buildkite.com/julialang/julia-master/builds/11964#6454de35-bceb-4fdb-b92c-6f6acd92e377
An rr trace is available.
The text was updated successfully, but these errors were encountered: