Application doesn't quit cleanly on MacOS while running certain commands #508
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On MacOS 10.14.2, running release CRT 1.1.1, closing the last window or explicitly quitting the application will not work and leave CRT in an "application is not responding" state, requiring "Force Stop" to end it.
Reproducible for me -
install cmatrix with something like brew install cmatrix (though this works with some long running commands but not others, I haven't quite figured out why)
Launch CRT
run cmatrix
quit CRT
Application stops responding
For me, it stops responding even if nothing is running.
Launch CRT
Quit CRT
Stops responding
+1 for me here, 1.2.0-beta1 on Monterey 12.5.1 running on Apple Silicon.
A workaround is to press ctrl+d to terminate the last shell and CRT will quit.
This helped me find a solution! I implemented an Automator service with the following AppleScript, and assigned it to show in cool-retro-term only. Also, I assigned the cmd-Q shortcut in cool-retro-term to the service's name.