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
The below code should either segfault immediately, or it should print both values. I claim it should do the former but 5.2.0minus-9 does the latter. Even worse, 5.2.0minus-8 and before prints a single value and then segfaults on the second invocation of go.
We should probably fix this by making the indexing arguments take a Naked_nativeint rather than a Naked_immediate.
The below code should either segfault immediately, or it should print both values. I claim it should do the former but 5.2.0minus-9 does the latter. Even worse, 5.2.0minus-8 and before prints a single value and then segfaults on the second invocation of
go
.We should probably fix this by making the indexing arguments take a
Naked_nativeint
rather than aNaked_immediate
.The text was updated successfully, but these errors were encountered: