-
-
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
Precompilation infinite loop on Windows #50706
Comments
I've come across the same error several times, not always infinite loop though, often just a warning during precompilation. I tried to reduce it a bit, and see this when I Looking at the LinearMaps and ChainRulesCore Project.toml files, this seems related to packages extensions. SparseArrays is both a strong and weak dependency of LinearMaps, and is a strong dependency of ChainRulesCore, which is a weakdep of LinearMaps.
|
I can also reproduce on julia master (2c45e3b), and the issue goes away when turning off parallel precompilation.
|
Hi there! This bug appears to be due to a bug in the PyPlot dependency of SCPToolbox (see JuliaPy/PyPlot.jl#572) which was fixed in the meantime. It seems to be working locally, can you check on your version after updating your packages? |
Our package SCPToolbox.jl seems to cause precompilation to get stuck on Windows using 1.10-beta1 installed from the official binary installer (it works fine on a Debian system or when using 1.9 on Windows). When starting from an empty
.julia
folder, inputtingto the REPL causes the precompile process to get stuck with
interrupting it causes
The named process (13848) exists as a Julia process, but seems to be dormant. It's not immediately clear to me what's happening to cause this, particularly since it works on Linux.
The text was updated successfully, but these errors were encountered: