This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]