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
I'm running in simulation mode, so TLC should only stop when I click the "stop" link. Clicking it does nothing. This is also true with regular model checking and unbound models.
Steps to reproduce:
Start a spec
Click the "stop" button next to Running
Expectations:
TLC should stop checking. It continues until it finishes (or forever).
Version Information:
Plugin Version: v2024.10.192237
OS: Windows 11
The text was updated successfully, but these errors were encountered:
I'm sorry but I wasn't able to reproduce. I tried on both Windows 11 and Ubuntu, in my laptop when I click on (stop) the state switches from Running to Stopped and I can see the java pid is also gone.
When that button is clicked, internally it calls process.kill('SIGINT'), which causes a graceful termination on Linux while on Windows according to the doc:
On Windows, where POSIX signals do not exist, the signal argument will be ignored, and the process will be killed forcefully and abruptly (similar to'SIGKILL').
I tested in both simulate and normal model checking, and I also tried to wait 3 minutes before stopping and worked every time.
Description:
I'm running in simulation mode, so TLC should only stop when I click the "stop" link. Clicking it does nothing. This is also true with regular model checking and unbound models.
Steps to reproduce:
Expectations:
TLC should stop checking. It continues until it finishes (or forever).
Version Information:
The text was updated successfully, but these errors were encountered: