X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DCDE3858436
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1632773041;
	bh=8dX/r413gT/qZ0k/e/TuPE199flsDJs8jChPU+pZTOY=;
	h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=y4op4s9T+C1IFMG6zQ7HBZ0HLwLjcrXRAugMSZYAu2Ahlt+0rVstTM4mRp+1ovbPo
	 5G+o+uSznrh7lp9i5pgULkrv0Lch1DxVs25ekpMSEqTWxlWsCBBPwW+s500iE97TwW
	 tP0r+hLueo+WjqcUnVckDTeAq1H+PiEbQ17TSoos=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B603C3858C2C
X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgedvtddrudejkedgudegvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucevohhmtggrshhtqdftvghsihdpqfgfvfdppffquffrtefokffrnecuuegrihhlohhuthemuceftddunecuogfpohfkffculddutddmnecujfgurhepofffvffhufgjfhggtgesthdttddtvedtvdenucfhrhhomheptfhitghhrghrugcuuegvvghlshcuoehrsggvvghlsheshigrhhhoohdrtghomheqnecuggftrfgrthhtvghrnhepffetvdeuueevieethfduieejueduueevueehieefgeevjeejtdegueehhfejtdehnecukfhppeelkedrvdefhedrudejhedrleehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheprfejjeegtddrtghomhgtrghsthdrnhgvthdpihhnvghtpeelkedrvdefhedrudejhedrleehpdhmrghilhhfrhhomheprhgsvggvlhhsseihrghhohhordgtohhmpdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomh
X-Xfinity-VMeta: sc=10.00;st=legit
X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9
Date: Mon, 27 Sep 2021 16:00:29 -0400
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7
In-Reply-To: <35fa5118-005a-fde6-9668-11129be8532c@SystematicSw.ab.ca>
References: <announce.20210923063710.32452-1-mark@maxrnd.com>
 <20210925133125.8f894de4e596a71e7f24961f@nifty.ne.jp>
 <78b28c3f-4604-2805-0b87-a47e0b6437ac@maxrnd.com>
 <CAJ1FpuPuqtpkOpeKSqsG7MUqh+GKK4=Qv57=8TYSRJ2tk9v6dQ@mail.gmail.com>
 <CAKwdsS8S867CcGtO6wSnP8_bPJNYgZZyR6YjFWbrrcNzSySvHQ@mail.gmail.com>
 <35fa5118-005a-fde6-9668-11129be8532c@SystematicSw.ab.ca>
Mime-Version: 1.0
X-Spam-Status: No, score=4.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,
 DKIM_SIGNED, DKIM_VALID, FORGED_YAHOO_RCVD, FREEMAIL_FROM, KAM_DMARC_REJECT,
 KAM_NUMSUBJECT, MISSING_MID, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW,
 SPF_HELO_NONE, SPF_NEUTRAL,
 TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Level: ****
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Richard Beels via Cygwin <cygwin@cygwin.com>
Reply-To: Richard Beels <rbeels@yahoo.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Message-Id: <20210927200401.5DCDE3858436@sourceware.org>


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
