delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/09/27/07:08:28

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71C8B385800D
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1632740907;
bh=ZX97dmwKKNibnkYwXedZvIyKNWEL7aA0vqKTF9Ojbxo=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=iTuepH5gZlmmExJDItjLx186lpvSILlXYTdmZ2eOWUvaEhuXPc/ANMcx+go7LEbSQ
xTqT6L6LncATxt+MVJu24YaWHA9q3uoQrHp2g+93lyuatr8s3aDco6tqfzvml2pe5S
tguqaOSoE60kDvxrC0Lz1anLKAVhdqcnR8VVgTZs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 70F523858C27
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 18RB7JDg013566
X-Nifty-SrcIP: [110.4.221.123]
Date: Mon, 27 Sep 2021 20:07:20 +0900
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7
Message-Id: <20210927200720.67275a3830a20bd5e44b3602@nifty.ne.jp>
In-Reply-To: <20210927191018.a56d0e99f3c4e212427db081@nifty.ne.jp>
References: <announce DOT 20210923063710 DOT 32452-1-mark AT maxrnd DOT com>
<20210925133125 DOT 8f894de4e596a71e7f24961f AT nifty DOT ne DOT jp>
<78b28c3f-4604-2805-0b87-a47e0b6437ac AT maxrnd DOT com>
<CAJ1FpuPuqtpkOpeKSqsG7MUqh+GKK4=Qv57=8TYSRJ2tk9v6dQ AT mail DOT gmail DOT com>
<CAKwdsS8S867CcGtO6wSnP8_bPJNYgZZyR6YjFWbrrcNzSySvHQ AT mail DOT gmail DOT com>
<20210927191018 DOT a56d0e99f3c4e212427db081 AT nifty DOT ne DOT jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Cc: Westcoast Human <completely DOT and DOT totally DOT trash AT gmail DOT com>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Mon, 27 Sep 2021 19:10:18 +0900
Takashi Yano wrote:
> On Sun, 26 Sep 2021 17:46:16 -0700
> Westcoast Human wrote:
> > I'm just going to jump in here and report what I think is an issue I
> > am having with 'putclip.'
> > 
> > For years I've been using a Windows shortcut to execute a simple
> > filter function. It has recently stopped working. This is the 'target'
> > entry for the shortcut:
> > C:\Windows\System32\cmd.exe /c "c:\cygwin64\bin\getclip.exe |
> > c:\cygwin64\bin\tr.exe -s '\012\015' ' ' |
> > c:\cygwin64\bin\putclip.exe"
> > 
> > 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?)
> 
> Could you please try
> cygwin 3.3.0-0.2.6c1f49f83fde (TEST)
> https://cygwin.com/pipermail/cygwin/2021-September/249475.html
> ?

This problem seems to be a problem of cygwin 3.2.0 which was
already fixed in git head by:

commit b4fc81edcc25b5c313ab3805dc0bcd015c370e62
Author: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Date:   Mon Apr 19 19:30:45 2021 +0900

    Cygwin: console: Fix race issue regarding cons_master_thread().

    - With this patch, the race issue regarding starting/stopping
      cons_master_thread() introduced by commit ff4440fc is fixed.

      Addresses:
        https://cygwin.com/pipermail/cygwin/2021-April/248292.html

Thanks.

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019