X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=UMJxq8yjq2SH/eNOwPRVbQQaND7mE n2fSWMNvSMeSdhb5+ay8Kro24eoK8yZNAcl8zVwAeuXLoqg38X7EBF22uODZVIgZ /PlzDMBT++2ePeSPFROygkzwVJgbaaptCtfnMVqTB8cePLit3/BFGkGGGc+D0d/b 03yc4tqHkg93vo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=wr1Fl8OifidGecxhz1AlzwyUfLc=; b=kBc sTYGXrwTay7WIEIdsZP3f5+weNZAZ2Qrp/2O9exiA0kNSKLgnPEnC79PCs4BR4Ki 9ClKVkIQZOJdGVRADTR+B1dvBpQ5ZFInWO+/IuhBCcD5uyjPI2hzZHxc3iQVuKGL 04A2OHEd36tQyjaRiASjxTkB8HzKs4Ahl5u7ee/g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f169.google.com X-Received: by 10.140.44.69 with SMTP id f63mr2877817qga.31.1393976672332; Tue, 04 Mar 2014 15:44:32 -0800 (PST) MIME-Version: 1.0 From: "Wm. David Bentlage" Date: Tue, 4 Mar 2014 17:44:12 -0600 Message-ID: Subject: Win32 error 109 To: Cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Greetings, I'm running the following version of Cygwin on Win 7 Enterprise. $ uname -a CYGWIN_NT-6.1-WOW64 machine 1.7.28(0.271/5/3) 2014-02-09 21:06 i686 Cygwin I occasionally get errors like the following and don't understand what's going on. Is there a way to correct this? user AT machine /w/dir $ tail -n1 safe*i | grep -i root | wc 6 24 534 70 [main] bash 7012 sig_send: error sending signal -34 to pid 7012, pipe handle 0x98, Win32 error 0 user AT machine /w/dir $ tail -n1 safe*i | grep -i root | wc 4 16 356 68632242 [main] bash 7012 sig_send: error sending signal -34 to pid 7012, pipe handle 0x98, Win32 error 0 68633021 [waitproc] bash 7012 sig_send: error sending signal 20 to pid 7012, pipe handle 0x98, Win32 error 109 user AT machine /w/dir $ tail -n1 safe*i | grep -i root | wc 4 16 356 79131463 [main] bash 7012 sig_send: error sending signal -34 to pid 7012, pipe handle 0x98, Win32 error 0 79131699 [waitproc] bash 7012 sig_send: error sending signal 20 to pid 7012, pipe handle 0x98, Win32 error 109 # The following was performed on different files and drive. 1 out of 20 failed. $ for item in {1..20} > do > tail -n1 safe*i | grep -i root | wc > done 0 0 0 0 0 0 0 [waitproc] bash 6756 sig_send: error sending signal 20 to pid 6756, pipe handle 0x98, Win32 error 109 Thanks, David -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple