-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Unreachable reached with NamedTuple of StaticVector #29718
Comments
Another even simpler case:
The union selector byte for the last field seems to be invalid. |
Something looks off here:
The data for the |
That could be. For some other named tuples I don't trigger the segfault, but get different values for nt.somefield
map(identity, nt).somefield I can make an MWE of that too if that helps. |
See if #29722 fixes the other cases as well. |
@JeffBezanson: I can confirm that #29722 fixes the other cases. Thanks for the quick solution! |
This is an MWE I isolated tracking down a bug, happens both on master and 1.0.1, and with the latest stable and master of StaticArrays.
produces the output
(cf: discourse)
The text was updated successfully, but these errors were encountered: