-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
When the order of fields of ScmContFrame is changed, sometimes test/exception.scm SEGVs on "test unwind-protect (restart)". Specifically, if the size field comes after 3rd word, it happens. It doesn't seem to matter which position the size field is allocated within the 3rd word. It's ok as far as size is somewhere in 1st, 2nd or 3rd word, but on or after 4th word it goes bad.
Because it doesn't matter the position of size within the word (e.g. it can be byte 17-20 or byte 21-24), it doesn't seem to be binary-level mixup. Weird.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels