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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=G10wl22agTE1lZ1G iV/PGQBe/EsFO3W17GGi4H0dm+hcHxFD6e8nG4EPPAiDKLboCaAfg493oxHClmQN LUKFkiKa/l5CcQm/UVWEcK1ENkYTekRUW+NlEWjFG91KNSzOMHDDxnxZahrlf60K tYYLGTp3sBZxQ6QfTte4bTFB7pw= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=v/0ctUEsNzTtKrMB51CgEV CSgng=; b=mnvHEl2kzI17HAkqHILnaMl84jbB95ujFy2jouZtKe2ZKyBSDmMVQ+ 0cxAvbNRYgAOYBIPJrZnrLOxZiFsMduMtYoUvnm1xAaiL/jUq0JqWu3TX34ghoUj V22WIgRpNad+CBB9BqRr9scas/+o136eJEsXxxisRNdsSZFoRa3js= 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=-0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=system32, System32, cat.exe, catexe X-HELO: mail-wm0-f50.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=dRZ2uJNVcbsjl8IGqafee9DKtVP/1zLAdwVGMs7ONV0=; b=fn36HTgyT/M+eC0PEpoyhTbEI10VQXUBLFnmQj0B+oyJdwuyqXT04I/69UhU8+GLd1 IytEqkxUNa1MkrNOyhyJdM4co+059V1HUKcy/npE9rb4CgmDfA72/twF3VP2yKU2nBmi vkJFTiPeXZAX6B9x4HGn5DyojTmFZMj2xArdVm33wcIvB4MVPRyil+nOyWHlqxVvldAD NHfc6rTP0J2kj1S/EZzax0YNLN92aMh8Tb2TzkOS0IYIssnfazIOe/yHPZ3vmlIJoD/F 36vn2P6SXtRIur6GX6x52gGVTI8zTWYCjU7aYmQpaDhThHHX6/ZIJBjWL/aeDbnPfOTE CYQA== X-Gm-Message-State: AOPr4FVWDsmCImnERjtxaZPluZPtCX0wbitqpMkll1ieibtg2aozHVMg7yaJcOTuAu3ieA== X-Received: by 10.194.82.168 with SMTP id j8mr24764587wjy.37.1461936202738; Fri, 29 Apr 2016 06:23:22 -0700 (PDT) Subject: Re: reading from pipes fails if working directory is on a removable drive To: cygwin AT cygwin DOT com References: <3429db07-294c-a42a-f131-45016ecf5af9 AT mihau DOT de> <3f5bb698-9a4e-e9f9-beff-8ed517862f45 AT mihau DOT de> From: Marco Atzeri Message-ID: <60a8df83-76c5-ef66-60b2-818cadf24f81@gmail.com> Date: Fri, 29 Apr 2016 15:23:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <3f5bb698-9a4e-e9f9-beff-8ed517862f45@mihau.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 29/04/2016 14:28, mihau wrote: > On 29.04.2016 05:50, Marco Atzeri wrote: >> On 29/04/2016 00:18, mihau wrote: >>> ZoneAlarm Personal Firewall >> >> >> Can you disable it ? > > yes; no change. > > Michael > As next step, can you remove it ? Some can interfere also when disabled. In addition you can run strace -o pipe.strace cat test.txt |head on fix and removable drive. May be will give some additional hint. To see if any program is injecting dll's on your system you can also looks on /proc/self/maps On my W7 cygwin 32bit $ cat /proc/self/maps | awk '{print $6}' |sort -u /cygdrive/c/Windows/System32/apisetschema.dll /cygdrive/c/Windows/System32/locale.nls /cygdrive/c/Windows/System32/ntdll.dll /cygdrive/c/Windows/System32/wow64.dll /cygdrive/c/Windows/System32/wow64cpu.dll /cygdrive/c/Windows/System32/wow64win.dll /cygdrive/c/Windows/SysWOW64/kernel32.dll /cygdrive/c/Windows/SysWOW64/KernelBase.dll /cygdrive/c/Windows/SysWOW64/ntdll.dll /cygdrive/c/Windows/SysWOW64/sysfer.dll /usr/bin/cat.exe /usr/bin/cygiconv-2.dll /usr/bin/cygintl-8.dll /usr/bin/cygwin1.dll so only cygwin or MS shared lib. I forgot one question : did your XP system ever worked with a cygwin installation ? I doubt latest cygwin changes broke XP, but may be it happens. Regards Marco -- 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