-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unable to disable deadlock detection #1640
Comments
I guess, this message is confusing in the presence of
The reason for the message is that a symbolic execution cannot be extended at Step 7. As far as I understand, this is due to Would you like to see no error, when you pass |
Yes, that's correct. I appreciate that deadlock can be avoided by adding more terms or adding a no-op action (which I did the example but commented out to demonstrate the problem). I expected that the |
I see your point. We will fix that. |
Description
I am unable to disable deadlock detection using
--no-deadlock
Input specification
The command line parameters used to run the tool
apalache-mc check --no-deadlock --debug --inv=Safety --length=8 RaftLeader.tla
Expected behavior
NoError
Log files
System information
apalache-mc version
]: 0.24.0Additional context
The text was updated successfully, but these errors were encountered: