tlaplus / tlapm

The TLA Proof Manager
https://proofs.tlapl.us/
BSD 2-Clause "Simplified" License
65 stars 20 forks source link

LSP: backend processes remain non-terminated. #103

Closed kape1395 closed 9 months ago

kape1395 commented 10 months ago

This is on PR #93.

If a proof is terminated by issuing another proof task from an IDE, the TLAPM process is terminated with SIG-KILL. Still, the backend processes remain non-terminated (Isabelle, z3, and probably others).

Either the TLAPM process has to be interrupted more nicely, or the sub-processes should also be cleaned up.

kape1395 commented 9 months ago

It was resolved in #93.