-
Notifications
You must be signed in to change notification settings - Fork 63
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
saw abort override #334
Comments
As of 7c58270,
|
This is entirely a UI problem. The SAW frontend is reporting path abort conditions that occur even in cases where we can later prove that the speculative branch of execution is impossible. This new message is occurring because we recently reengineered the way that overrides are selected. The fix for this is to avoid reporting spurious abort messages. It shouldn't be hard; I'll look into it. |
As a workaround, you can silence these options by lowering the "simulator" verbosity to 0 (using option |
The change regarding verbosity levels has now propagated into |
When applying an override, I get this message a number of times. However, since the proof eventually succeeds, it seems like the override is in fact being applied -- removing the overrides makes
saw
spin for longer than I care to wait)Are the overrides being applied? Maybe only sometimes? If not, how can I tell what the issue is? debugging flags maybe?
The text was updated successfully, but these errors were encountered: