You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This bug happens only in the concrete simulator.
I have two processes during communication over a broadcast channel.
When the guard of the sending edge is false, the update part of the receiving process is still calculated. This can result in errors, such as our-of-bounds errors. However, the update part of the sending edge is not calculated.
Describe the bug
This bug happens only in the concrete simulator.
I have two processes during communication over a broadcast channel.
When the guard of the sending edge is false, the
update
part of the receiving process is still calculated. This can result in errors, such as our-of-bounds errors. However, theupdate
part of the sending edge is not calculated.To Reproduce
Steps to reproduce the behavior:
Expected behavior
In this case, the model should enter a deadlock state.
If the update of the
sink_values
is commented out offoo()
, the model enters the deadlock state.Version(s) of UPPAAL tested
UPPAAL 5.0.0 (rev. 714BA9DB36F49691), 2023-06-21
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: