You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that I use to precompile my default system image. This system image used to work with PackageCompiler 1.6. With PackageCompiler 1.7, I can compile the system image but loading it gives a segfault.
Running ./bin/install to install the packages listed in config/package_setup.jl (potentially set JULIA_PROJECT to something since otherwise this will install globally)
Compiling the system image with ./bin/precompile (will be saved in build)
Try to load the system image with julia --sysimage="./build/1.7.0-rc1-dev.sysimg.so"
The text was updated successfully, but these errors were encountered:
I have a script that I use to precompile my default system image. This system image used to work with PackageCompiler 1.6. With PackageCompiler 1.7, I can compile the system image but loading it gives a segfault.
This is on Julia 1.7.0-rc1.
You should be able to reproduce the issue by
./bin/install
to install the packages listed inconfig/package_setup.jl
(potentially setJULIA_PROJECT
to something since otherwise this will install globally)./bin/precompile
(will be saved inbuild
)julia --sysimage="./build/1.7.0-rc1-dev.sysimg.so
"The text was updated successfully, but these errors were encountered: