-
Notifications
You must be signed in to change notification settings - Fork 90
Failing to run a program due to: reason: eat_violation #81
Comments
Looking at the
tells us that we have should probably look at note 1, which states:
Looking at Lines 335 to 347 in b61c85c
it seems as if we assume that either bits 0, 1 or 2 are set. At least one is set and never more than two. |
Upon further investigation I believe this might actually be the right approach, to verify READ, and silently ignore/discard the WRITE flag. However a comment might be helpful. Also I wonder if one could simply set the dirty flag to off and thus reduce the number of times this code is called. |
@angerman What's the status of |
So I'm trying to run a haskell program compiled against muslc through
noah
. Using--output
, I see the following repeating forever:I don't mind getting into this and fixing it. What am I looking for?
The text was updated successfully, but these errors were encountered: