From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29636 invoked by alias); 29 Apr 2016 15:04:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 29612 invoked by uid 89); 29 Apr 2016 15:04:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*i:sk:23e2256, H*f:sk:23e2256, H*MI:sk:23e2256, H*r:TLS1.0 X-HELO: ms-10.1blu.de Received: from ms-10.1blu.de (HELO ms-10.1blu.de) (178.254.4.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 29 Apr 2016 15:04:29 +0000 Received: from [80.134.139.22] (helo=[192.168.178.20]) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1aw9xx-000739-1L for cygwin@cygwin.com; Fri, 29 Apr 2016 17:04:25 +0200 Subject: Re: reading from pipes fails if working directory is on a removable drive To: cygwin@cygwin.com References: <3429db07-294c-a42a-f131-45016ecf5af9@mihau.de> <3f5bb698-9a4e-e9f9-beff-8ed517862f45@mihau.de> <60a8df83-76c5-ef66-60b2-818cadf24f81@gmail.com> <727dfc22-b568-bc55-7b03-8938db0cfd35@mihau.de> <23e22563-7667-6812-8784-670f00d55ea8@gmail.com> From: mihau Message-ID: <607b660c-6685-9680-ab8b-e718823384ff@mihau.de> Date: Fri, 29 Apr 2016 15:28:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <23e22563-7667-6812-8784-670f00d55ea8@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 X-SW-Source: 2016-04/txt/msg00650.txt.bz2 On 29.04.2016 16:51, Marco Atzeri wrote: > yes but you mentioned that the problem is only on the > removable drive so the two versions should be different > somewhere > ;-) oh yes, correct. my bad. fixed drive: $ strace -o pipe.strace cat test.txt | head test removable drive: $ strace -o pipe.strace cat test.txt |head 3 [main] head (4836) C:\gnu\cygwin\bin\head.exe: *** fatal error - MapViewOfFileEx '(null)'(0x618), Win32 error 6. Terminating. cat: write error: No space left on device Segmentation fault "No space left on device" is new, and, of course, wrong as there is actually plenty of free space left on this device 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