-
Notifications
You must be signed in to change notification settings - Fork 20
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
Segfaults [ON HOLD] #64
Comments
Hey @pkofod, we're in the middle of some big changes, and Pkg.update probably won't get them. I think that
can give you a working version, after you fix the dependence problems. By the way, I've had the same problems with MathProgBase and JuMP before. I think that Pkg.free("MathProgBase") or something in this line fixed it for me. |
All seems to be working now. I ended up simple deleting all package files and started from scratch, adding one package at a time. So I should clone from JuliaSmoothOptimizers from now on? edit oh, you renamed it . Then I think there is no more to add to this discussion. |
Yes, we just changed the name. Will release soon(ish) too. |
Good to see this getting attention, I really think it's going to improve our understanding of the performance of Optim. |
Edit: On hold... So apparently
Pkg.update
is really giving me a hard time today. JuMP is suddenly version 0.11.3, and the segfaults happened because it took me back to master from develop. Now I can't run anything... I'll close if I resolve it.So, I updated my CUTEst.jl and now I am getting segfaults
Can you replicate this?
The text was updated successfully, but these errors were encountered: