X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 481023858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1632703656; bh=O3GkJzk8o/Q7mqlvzqzDSWLvJkHnMFo4upmWmBBeUhI=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=ADly1cdszaOPDTl4vcuBk4D1jnFz94dYN9NDUu9iitS+elL/hIq4+VqZbJtAsNr/Y bpkr/aJg6n8Z7/p6XWNFnL/NJWxwg4yhPMQUVhPSIP/mE+w/rov/dpucwYgbTr4ykN BMYVZ12qZIdWMjiuIqSOhE7xp1cXw5xVBKhqVuaE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37AAF3858C60 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; bh=cwYb5Kstpk3f+sWLfqqn2tsOGInZu824kUs8wGNOqKw=; b=zmfrMHOQP3PX6DwMYbmv/0m2e/VmaXOhSb0ZI7H8Ky+pX4XbsYXis8JRqpX8sMOCvK 5QEEt3YYrgeK8+u+rTfLIVMgHnEIdKqt0g8yayNnZUlI+2DO0Zza/eFoLemQeY67wkMj Om7UKbOWoPMglHOwoI8jYoQXcSqqSmi/93kh2IEO/lTQBIQb7GvNpGR6axT4uIq/n1mP stg+K38DW8oUJ3Pt0JBHHNfwPaEughn2c/4OrVZdRpWlx8AVdCjachOFzMLM+PzTM8T5 KxdUpRhg1j9Tv2i33TgnoeLAxEFn0MEOJWEsSkFrS+MCf4H8d4Y4Mjh1cInRj0dwKbCW 1DXQ== X-Gm-Message-State: AOAM533HPl1AaTZ4pybuexpYG9RJ0Ng7s/rHA52toD5Kkztg06aWegjC GYBcoAF4oV6cZYMRzg2aPgNA3LPvgabt9lKg4pSuoY8kvbeSUw== X-Google-Smtp-Source: ABdhPJxIZEIQxq0e1tDCvhz3vJzwgXoYHTm9GzLyD+jvq/vYO0JYnRp2nMjzy/x59/ZAHRbRmV3K1GQJ2+SJ9iDTkOw= X-Received: by 2002:a9d:725e:: with SMTP id a30mr14962406otk.183.1632703586577; Sun, 26 Sep 2021 17:46:26 -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> In-Reply-To: Date: Sun, 26 Sep 2021 17:46:16 -0700 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7 To: cygwin X-Spam-Status: No, score=-1.5 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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?) I can use Task Manager to generate a Windows dump file, if that helps. I have extensive embedded systems programming experience, but know next to nothing about the internals of Windows or Cygwin. Windows 10. -- 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