-
Notifications
You must be signed in to change notification settings - Fork 66
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 0.11.1 on julia 1.3 #281
Comments
By chance we noticed that this also happens with 1.4.0 and 1.4.1, but not in 1.4.2. Looking at the very few changes between 1.4.1 and 1.4.2 I found this julia bug: JuliaLang/julia#29859 with a very similar backtrace that was fixed with JuliaLang/julia#35378 and backported for 1.4.2. |
OK, so anything in CxxWrap we can do about this, then? I don't see an obvious workaround. |
I don't really know any details why this happens and was hoping for someone else to have an idea. |
Can this be closed now? Julia 1.3 is obsolete. |
After switching from 0.11.0 to 0.11.1 julia 1.3 crashes when loading Polymake.jl, both in our CI and locally:
It works fine again when I switch back to 0.11.0.
I am having a hard time understanding that backtrace, bisecting points to a6be4ba. Any suggestions how to debug this further?
The text was updated successfully, but these errors were encountered: