-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Crash in shape code during tag comparison #1535
Comments
See also #792 |
I have a branch addressing this issue, but it's not quite ready to be merged in. I think it's important to fix it soon though. |
Specifically what happens:
The problem here is that the shape code is doing the right thing, really. And it's somewhat tricky to accurately model the behavior of the compiled code, I believe, which does do alignment with the tag variant data, but because the variant data block as a whole is not aligned, this alignment is off. The shape could have to be significantly altered to model this (incorrect) behavior. |
closing as a "duplicate", or at least "symptom", of #1645 |
The second comparison crashes. Probably due to weird alignment.
The text was updated successfully, but these errors were encountered: