-
Notifications
You must be signed in to change notification settings - Fork 149
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
Segmentation fault on Julia master #322
Comments
This is worth reporting (Julia shouldn't segfault), but of course can ultimately be caused by bad code in this package. |
The segfault in I think there's a reasonable chance this is a bug in julia master - it's been changing fairly rapidly and has been a bit unstable for me lately. |
Ok, ticket opened at JuliaLang/julia#24193
For me too ;-) |
Looks like this is fixed upstream now. |
I'm not sure whether this is a bug in
StaticArrays.jl
or also this issue is actually a Julia bug, but it involves onlyStaticArray
s, so let me first try reporting it here :-)This code on Julia master causes a segmentation fault:
No problem on Julia 0.6, no problem with regular arrays.
The text was updated successfully, but these errors were encountered: