On 2021-09-26 18:46, Westcoast Human via Cygwin wrote:
<snipped>

This now wedges and is not interruptible with Ctrl-C, but closing the
CMD window kills everything. Task Manager shows that putclip is
apparently stuck in a loop waiting for something to happen as the
counts in "I/O Other" and "I/O Other bytes" keep increasing at a
regular rate (should a timeout error be incorporated, perhaps?)

You don't need to kill the whole terminal session, open up another one and kill the rogue putclip with kill(1) or pskill (from systernals). Could even use procexp (from systernals) without having to open a new term.


--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to