X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E2A1385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1632801523; bh=hQhNwyZazztv22+wi5AByz91MFQoVxfcr7+LCT2ZsTI=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ZYjQElh2o2RxPercpcRIEgInhrlNUGakV4Ma/J2ZjznIcEFzLuIoq8jF+W0RnUQkF WQ5wDwZq+YdT+wXKjX1nqnz0ovJM8+l8dqcMlaKAdZS446T9oDBaZ7IGUOlOMi6Jlc VTGzjq13cwjLUg0DTt2jzMjZ8OxJmK2JEggId/mU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 125B93858C2C X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AcQw1jilxe+xZqUidtp/BJu6qeBKLWkvtDGnl87NkAU=; b=yY0a6GzoDttWgJKciqqNdrBJYZY62/U3j7qjigO17sbwrQPaUvPuWJcVxn8dmeq/BI 4brqDhCvMPiObJVTLpMY/9oeANfbcl4zQWCZI894rfWq37nYSJ4gTZ2fxruHkOmN1IIL huPSzlArkvXIkO9rYrVs9oBtLQotWmHWKGMNnjSThPv3nqcvjhR2Izy7yLvQPj069wu7 70+X2ylRgWTZkoXNYHF3P8zaJ6TyrtqWlq+JHBRAtAmugrTAi4CFvhKsroNAnW4lMrCW FEFXYwIfoFnq1qbY7jAfkgTptpT1PaCtI9NAj+6NEa0wB9Z2n1avdXWNf07CtvAImliW cSWQ== X-Gm-Message-State: AOAM532H8zBajkv+QVxsaRBJrB0h6GPWtjG7cyHeNlFGAT7EK5Yh46id Yk+w4yMdM+gkZGrEoV37Gcu0/P1h3KlknNYkOcc= X-Google-Smtp-Source: ABdhPJyydYY9OpyA2lxz7FpuWWTf9+tl4fmts/1KD+UclcGs4kRoQ4T4pmnOeTUyU5kgD0IdasGVicFfFveZN3d1J30= X-Received: by 2002:a05:6830:1512:: with SMTP id k18mr3175999otp.31.1632801492158; Mon, 27 Sep 2021 20:58:12 -0700 (PDT) MIME-Version: 1.0 References: <20210925133125 DOT 8f894de4e596a71e7f24961f AT nifty DOT ne DOT jp> <78b28c3f-4604-2805-0b87-a47e0b6437ac AT maxrnd DOT com> <20210927191018 DOT a56d0e99f3c4e212427db081 AT nifty DOT ne DOT jp> <20210927200720 DOT 67275a3830a20bd5e44b3602 AT nifty DOT ne DOT jp> In-Reply-To: <20210927200720.67275a3830a20bd5e44b3602@nifty.ne.jp> Date: Mon, 27 Sep 2021 20:58:01 -0700 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7 To: Takashi Yano X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 List-Archive: List-Post: List-Help: List-Subscribe: , From: Westcoast Human via Cygwin Reply-To: Westcoast Human Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Mon, Sep 27, 2021 at 4:07 AM Takashi Yano wrote: > > 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) I tried this and it appears to work fine now. -- 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