Skip to content
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

PackageCompiler never ends on julia 1.11.0 with --threads=6 #963

Open
dpinol opened this issue Oct 10, 2024 · 0 comments
Open

PackageCompiler never ends on julia 1.11.0 with --threads=6 #963

dpinol opened this issue Oct 10, 2024 · 0 comments

Comments

@dpinol
Copy link

dpinol commented Oct 10, 2024

The following command never finishes on julia 1.11.0 (worked on julia 1.10.5). The precompile_statements_file can be any, even an empty file.

using PackageCompiler
create_sysimage(;sysimage_path="kk.so", precompile_statements_file="../kk.trace", sysimage_build_args=Cmd(["--threads=6"]))

The timer keeps on counting forever (CPU does not show any work done)
[09m:10s] PackageCompiler: compiling incremental system image

The fix is not specifying --threads=6 on sysimage_build_args

@dpinol dpinol changed the title PackageCompiler never ends on julia 1.11.0 with sysimage_build_args=Cmd(["--threads=6"]) PackageCompiler never ends on julia 1.11.0 with --threads=6 Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant