You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a stack overflow in StaticArrays default constructors. I expect you're not seeing it due to a bug in the Julia runtime where stack overflows can sometimes trigger a segfault. Like JuliaLang/julia#28577 or one of the related issues.
That is what I did; I just thought promote would have been a more reasonable default behavior than stack overflow and/or segfault. Incidentally, when I switch the order in my toy example e.g. (1,2.) I do see the stack overflow.
As of StaticArrays v1.0.1 and julia 1.5.3 I can cause a segmentation fault like this:
The text was updated successfully, but these errors were encountered: