-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
buggit bisect wantedregression Julia 1.11Represents a regression between Julia 1.10 and Julia 1.11Represents a regression between Julia 1.10 and Julia 1.11
Description
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
mvanzulli
Metadata
Metadata
Assignees
Labels
buggit bisect wantedregression Julia 1.11Represents a regression between Julia 1.10 and Julia 1.11Represents a regression between Julia 1.10 and Julia 1.11