atom-community / terminal

Terminal integrated with atom-community/atom
https://atom.io/packages/atomic-terminal
Other
19 stars 4 forks source link

Closing a terminal crashes Atom in Windows 11 #93

Open aminya opened 3 years ago

aminya commented 3 years ago

This happens to me constantly on Windows 11. I haven't faced this issue before on Windows 10.

Atom freezes when this happens, and the only way to close Atom is to force close it. I use PowerShell 7.

UziTech commented 3 years ago

This used to happen to me a lot but hasn't recently. Must be something in node-pty using a lot of resources to close a process.

aminya commented 3 years ago

I can't get any error messages. Should we add a timeout or a try/catch in the dispose function?