-
-
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
Segfault with PackageCompiler and Unitful on Julia v1.5 (regression) #38719
Comments
Thanks @KristofferC ! Do you know if there will be a v1.5.4 before v1.6? |
Oh, and should I close this, then? |
I am not sure. I think @NHDaly said the might push for a 1.5.4 release, but again, not sure. |
Thanks - I'll close this for now, then. |
Lemme know if I/we can help with that in any way~ |
Using PackageCompiler with Unitful now crashes on Julia v1.5.3 but works on v1.3.1 and v1.4.2:
Using a "precompile_exec.jl"
and running
results in
on Julia v1.5 (Linux x64_64). On Julia v1.3.1 and v1.4.2, this runs fine and produces a functional system image.
Tested using PackageCompiler v1.2.3 and Unitful v1.5.0 (no other packages in environment).
System info:
The text was updated successfully, but these errors were encountered: