-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
create_app
never finishes on Julia v1.11.1
#990
Comments
|
create_app
never finishes on Julia v1.11.1
I'm working on Windows 11 using Visual Studio Code with the Julia REPL extension.. A MWE I just tried starts by generating an empty Julia application:
Next, I modified the
Then, I run
When I tried to compile the application using PackageCompiler:
|
Any chance you could do a |
I don't know how to do that but I tried it in 1.11.0 and I obtained the same bug |
I have a very similar or probably the same problem on Ubuntu and can confirm the issue. Julia Version 1.11.1 |
I am having the same problem using the same MWE. I ran multiple tests and found out that 1.11.1 only gets stuck if the env variable JULIA_NUM_THREADS is set. The tests I performed are listed below:
✔ [01m:50s] PackageCompiler: creating compiler .ji image (incremental=false) The specs for the failed case are as follows: Julia Version 1.10.5 |
The same app I was successfully compiling in Julia v.1.10.6 under 15 minutes no longer compiles after updating Julia to v1.11.1.
It stucks +20 minutes on
⠸ [03m:30s] PackageCompiler: compiling nonincremental system image
The error that it shows me after Ctrl^C is
The difference I noted was that before
PackageCompiler: compiling fresh sysimage (incremental=false)
, it throws me thousands of warnings like theseThe text was updated successfully, but these errors were encountered: