-
-
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
0.7 hangs on module load #26357
Comments
I can reproduce on |
Attaching gdb I get a ever growing stack (1710 frames) that includes many of these,
and if I found the right starting point the whole chain starts in
in particular in line 177:
|
Is this a build with assertions enabled? I've seen similar hangs due to a world-age issue (#26278). |
If I wait sufficiently long — on the order of 10-15 minutes — I find that "progress" does eventually get made (in the form of an error being thrown about |
Maybe fixed by #27898? |
In the course of updating PyCall to Julia 0.7, I encountered a mysterious case where Julia master hangs. For the file
Bug.jl
from https://gist.github.com/stevengj/a07601824ad607829455651b45bd0a97, I getat which point it hangs (0.7.0-DEV.4489 on MacOS).
I've boiled down the gist as much as I can. It seems to be a bit of a Heisenbug, because deleting "random" lines eliminates the hang.
Can others reproduce?
The text was updated successfully, but these errors were encountered: