-
-
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
segfault on Julia v1.5.3 #466
Comments
I imagine you are hitting a segfault related to |
@Sacha0 yes, exactly! Thanks! |
Here is the fix, which will fix this for julia 1.6: JuliaLang/julia#38399 Unfortunately, of course, this won't fix the breakage on v1.5.3, unless we do yet another release as v1.5.4... @KristofferC - if it's helpful, and people think it's worth it, @Sacha0 and I would be happy to try to take the lead on running one more point release to make it easier for you all? I'm super sorry that this broke things 😞. I guess you were right about the potential scariness in backporting a relatively recent PR to master 😬. |
Probably need a 1.5.4 for JuliaLang/julia#38411 anyway. |
Should be fixed in 1.5.4 / 1.6. |
This
precompile_execution_file
script segfaults when upgrading to Julia v1.5.3:FinancialDSL is a registered package. Sorry I'm unable to provide more detail right now. I'll update this later.
The text was updated successfully, but these errors were encountered: