Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Dave Korn" To: Subject: RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot Date: Thu, 22 Jul 2004 18:37:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-reply-to: Message-ID: X-OriginalArrivalTime: 22 Jul 2004 17:37:23.0593 (UTC) FILETIME=[8C214790:01C47012] > -----Original Message----- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 22 July 2004 17:55 > Ok, I tripped the error again. Here it is, in all of its > pristine glory: > > c:\cygwin\bin\vim.exe (2568): *** MapViewOfFileEx failed, > Win32 error 6 > > Weirdly enough, I did not find this exact message anywhere in > the sources > (there's only one occurrence of "MapViewOfFileEx failed" in > the current CVS, I beg to differ: dk AT mace /usr/build/src/winsup/cygwin> grep "MapViewOfFileEx failed" *.cc mmap.cc: syscall_printf ("-1 = mmap(): MapViewOfFileEx failed with %E") ; pinfo.cc: api_fatal ("MapViewOfFileEx failed, %E"); dk AT mace /usr/build/src/winsup/cygwin> cvs status mmap.cc pinfo.cc =================================================================== File: mmap.cc Status: Up-to-date Working revision: 1.98 Repository revision: 1.98 /cvs/src/src/winsup/cygwin/mmap.cc,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: -ko =================================================================== File: pinfo.cc Status: Up-to-date Working revision: 1.116 Repository revision: 1.116 /cvs/src/src/winsup/cygwin/pinfo.cc,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: -ko [ Note that %E translates to "Win32 error %d" where the %d argument is supplied by GetLastError ] cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/