-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix another incorrect quiescent finalizer detection #47230
Conversation
17189ce
to
5968621
Compare
5968621
to
60a7f29
Compare
aarch64 darwin segfaulted during build: https://buildkite.com/julialang/julia-master/builds/17183#0183f2ed-2670-4078-a331-ef2875924055 |
That is someone else's fault (does seem to be recent though). e.g. https://buildkite.com/julialang/julia-master/builds/17191#0183f3d6-0a57-471e-a6f7-53674e8708d1 |
Seems to be first seen in https://buildkite.com/julialang/julia-master/builds/17186 though, which makes no sense However, note that worker is also failing at doing a whole lot of other things too, since it is out of disk space and often aborting other random processes |
1.9.0 at Build and test summary
|
Missed in #47214
Fixes #47185
Closes #47177