delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/29/10:52:06

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=tkJoGWWnWXqAMEeg
6U3ENI4TcctXmGkSMdnh3ieRxGGYnW40cA51hEltO6tP6VhTGisCC8t59B5yeZPn
Rt1kU2IGOYN9lzIa/k3lDfhgGPTn1OWeRgtrfr9G0bOFOPGSO62R5Qgkyi4aIcCN
6Dln4OXYgoDGyOuwjl5I3lw/wgk=
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=6RNQMHBK7NXn7GpDBq28tI
yAoz8=; b=pK7Td0j0b7J3w9a/TBJ21MdBSqVvXUfNee1YD42QYuqQM9R9fVuMAD
iQDizkUPjZ/rCnx6VlWiYlPKeZ/YVVJNlz8G1D2S7JeTplXUUfEPk4pNMrLyNT9w
Rh1bIqYM75UhZ8j40xXIJwSEiNi5eB8tVnTF0Xz+/oua0uu4iuI9E=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=sk:shared, sk:shared-, WINDOWS, brackets
X-HELO: mail-wm0-f51.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=aMJhAgHT2FCtdDhZsXz/SN8xBbtq/uCx2D7picdMrQk=; b=kvs4Aa7PMTgrjwG6jQP8wsdTKJ6kD60xsDf36DmQADLqwitiBCd6R76c2NjwY02+tU uvFJouKf3Iup1Y0W2Dq0zr3SrDuKz6Uf3wEdI7BY+GprCJUm+nqRZEx2wUOqwO8zNvig Ht78b3NH3UzRO5VnAPGdlTWfX8Jp1v2BMK9AAj26uh+kaJhvR1Bzud14uGURcMVzZ8Gl AdDA0nZwIsPFDxlgQUvj63aVlEIFUKYOOIsWUP8dZ2lsgDxpflpm3pC+Qn3aUpDEoo0k 2P7cY5IwU00QIPImYEkNZmYcHjo3qEVatKNMEc5nK/gGUckY3iCtj5Te9YghH9MWkY9h OkLw==
X-Gm-Message-State: AOPr4FWJkm3CIEhn11FGdwfYXbhlVPNf0IO5JMVoAlZscuhl2rqENPjJCNtf3hPElExPBA==
X-Received: by 10.28.12.149 with SMTP id 143mr4405955wmm.51.1461941502068; Fri, 29 Apr 2016 07:51:42 -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> <fdc2df23-276c-6a43-b28c-6ea1fd182080 AT gmail DOT com> <b1f2ef81-10cb-2d81-995c-1d517e223045 AT mihau DOT de> <cc21c1be-e93d-a92b-065b-4ed2b4c0dc5e AT gmail DOT com> <3f5bb698-9a4e-e9f9-beff-8ed517862f45 AT mihau DOT de> <60a8df83-76c5-ef66-60b2-818cadf24f81 AT gmail DOT com> <727dfc22-b568-bc55-7b03-8938db0cfd35 AT mihau DOT de>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <23e22563-7667-6812-8784-670f00d55ea8@gmail.com>
Date: Fri, 29 Apr 2016 16:51:36 +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: <727dfc22-b568-bc55-7b03-8938db0cfd35@mihau.de>
X-IsSubscribed: yes

On 29/04/2016 16:44, mihau wrote:
> On 29.04.2016 15:23, Marco Atzeri wrote:
>
>
>> 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

yes but you mentioned that the problem is only on the
removable drive so the two versions should be different
somewhere
;-)

>
>> 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 skipped them as not relevant.


>> 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
>

you are welcome
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019