-
Notifications
You must be signed in to change notification settings - Fork 19
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
FrontEnd Segmentation Fault in Julia v0.7 #29
Comments
@ccoffrin This seems like a strange error. I had first tested |
Agreed that it is strange. On |
Here |
Any updates on this? Would you mind if I drop the tests for the frontend for now so that the package can be working in Julia v0.7/v1.0? |
Tried a couple of things, but nothing conclusive yet. I don't mind at all if you turn off the tests (or the module altogether, if necessary). As soon as we have a solution I'll push it. |
It seems that we can produce your experience on travis, https://travis-ci.org/lanl-ansi/PowerModelsAnnex.jl/builds/454089255. Going to merge and tag with the frontend tests commented out. |
In the end, it seems that in some rare cases the segfault was reproducible on travis, https://travis-ci.org/lanl-ansi/PowerModelsAnnex.jl/jobs/454117634. |
This is fixed locally for me with #32 |
@eperim, I am working on migrating this code to work on v0.6/v0.7/v1.0. Currently I am stuck with a segmentation fault that occurs during compilation on Julia v0.7 while in
frontend/units.jl
. The issue seems to be in this call,Unitful.register(current_module())
.Can you have a look and see if you can suggest a fix?
Full trace,
The text was updated successfully, but these errors were encountered: