-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deadlock detection fails when max_actions are exhausted #91
Comments
An even more minimal example that fails:
|
For now, I am not sure what the expected behavior should be.
For now, skipping deadlock errors if max_actions is reached at the total. |
FYI - I'm still experiencing a deadlock when running with 1fd9b76 and setting max_actions, eg:
Produces:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed that the deadlock detection fails when max_actions are exhausted, even if there are enabled actions that could make progress.
eg:
Fails with:
If
max_actions: 5
then this will pass.In another case I have, it doesn't matter how large I make max_actions. The model checker cycles between an action and a fair action until it hits max_actions and then declares a deadlock detected.
The text was updated successfully, but these errors were encountered: