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=mXpdrODkalYLnV7y kY/rLPN++e0E4nq89N3uYjOJhxtTiPP0d++XsmW5cGcSVPySOCeHX2moazLVnVwy 2ZxE8UGnM9koHq8Gi6+EnIqP9DRr3nj2dibRRCvTshxStPueM55xEkEEtkTortgE wIphiUnFW8qjH+F9rS8vXiDJcL8= 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=+INI/vvkslS0gcqFMxRFog XadHg=; b=bP9b8b+uQb07KjtWSb0otOR1UawSU1nsVPdcRsTnmAtYVoUWlUfQld CZZL4/YuxKUCi5mC4dixFE7gw9pW0bzvnHHGBXEefTRg+86qnWGd9vzI0N+uCBQn QFKtlLSzNscnnfPhUJgdaaDosdflWwCfbAcD2u8jp4R4/1oPOUlbE= 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.1 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=sk:shared, sk:shared-, WINDOWS, H*r:TLS1.0 X-HELO: ms-10.1blu.de 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> <60a8df83-76c5-ef66-60b2-818cadf24f81 AT gmail DOT com> From: mihau Message-ID: <727dfc22-b568-bc55-7b03-8938db0cfd35@mihau.de> Date: Fri, 29 Apr 2016 16:44:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <60a8df83-76c5-ef66-60b2-818cadf24f81@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Con-Id: 210367 X-Con-U: 0-mh X-IsSubscribed: yes On 29.04.2016 15:23, Marco Atzeri wrote: > As next step, can you remove it ? > Some can interfere also when disabled. I did think about it for a second but actually that's not an option; also it never interfered with cygwin or any other application. > 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. exact same result as described in the original post > To see if any program is injecting dll's on your system > you can also looks on /proc/self/maps > > $ cat /proc/self/maps | awk '{print $6}' |sort -u /c/WINDOWS/system32/kernel32.dll /c/WINDOWS/system32/locale.nls /c/WINDOWS/system32/ntdll.dll /c/WINDOWS/system32/sortkey.nls /c/WINDOWS/system32/sorttbls.nls /c/WINDOWS/system32/unicode.nls /usr/bin/cat.exe /usr/bin/cygiconv-2.dll /usr/bin/cygintl-8.dll /usr/bin/cygwin1.dll [cygwin-shared] [cygwin-user-shared] [heap] [procinfo] [shared-user-data] [stack [teb [win looks largely like your output, plus the stuff in square brackets at the end > I forgot one question : > did your XP system ever worked with a cygwin installation ? yes, I've been using it (at least) for the past five years largely without any issues > I doubt latest cygwin changes broke XP, but may be it happens. at the end of the day I can still work with it, as long as working directory is on a fixed drive - it's just a little annoying anyway, many thanks for your help :) Michael -- 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