-
Notifications
You must be signed in to change notification settings - Fork 40
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
Tests sporadically timing out on 1.11 #329
Comments
I can't reproduce this locally. Let's see if #330 reveals anything. |
Local stacktraces from main (not #321). Stacktrace 1
Stacktrace 2
|
Hmm, that's not terribly useful. It looks like its stuck without hitting a yield, so we don't get a backtrace for the active tasks. Could you maybe do so manually from LLDB by calling |
I'm not sure I did exactly what you were looking for but I got something. Backtrace
|
That is the correct output, however seeing the You can find out the PID of the child process in Lines 245 to 247 in 7042281
I'd look into this myself but so far haven't been able to reproduce... |
I think this is the right thing. I've never used lldb before but I found JuliaLang/julia#47928 which has a usage example. Backtrace
|
I haven't seen this recently anymore, maybe this was a bug in Julia? |
Maybe? It happened with 1.11 beta1 though so I don’t know what would have changed for it to stop happening. |
Somewhat related but do you know why testing time in 1.11 is ~1.5x the 1.10 time? |
Closing as the recent sporadic failures seem different. |
I was able to reproduce on main. For a CI run that fails in this way, see https://buildkite.com/julialang/metal-dot-jl/builds/935#018ec983-4e76-42ab-bc96-fb795c07e721.
The text was updated successfully, but these errors were encountered: