Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-25 Thread Christopher Faylor
On Sun, Jul 25, 2004 at 10:17:19PM -0400, Igor Pechtchanski wrote: >On Sat, 24 Jul 2004, Christopher Faylor wrote: > >> On Thu, Jul 22, 2004 at 02:15:58PM -0400, Christopher Faylor wrote: >> >On Thu, Jul 22, 2004 at 12:54:37PM -0400, Igor Pechtchanski wrote: >> >>Ok, I tripped the error again. Her

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-25 Thread Igor Pechtchanski
On Sat, 24 Jul 2004, Christopher Faylor wrote: > On Thu, Jul 22, 2004 at 02:15:58PM -0400, Christopher Faylor wrote: > >On Thu, Jul 22, 2004 at 12:54:37PM -0400, Igor Pechtchanski wrote: > >>Ok, I tripped the error again. Here it is, in all of its pristine glory: > >> > >>c:\cygwin\bin\vim.exe (2

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-24 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 02:15:58PM -0400, Christopher Faylor wrote: >On Thu, Jul 22, 2004 at 12:54:37PM -0400, Igor Pechtchanski wrote: >>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 >> >>Weird

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 22 July 2004 21:41 > On Jul 22 18:37, Dave Korn wrote: > > I beg to differ: > > > > [EMAIL PROTECTED] /usr/build/src/winsup/cygwin> grep > "MapViewOfFileEx failed" *.cc > > mmap.cc: syscall_printf

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Corinna Vinschen
On Jul 22 18:37, Dave Korn wrote: > I beg to differ: > > [EMAIL PROTECTED] /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"); Hey,

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 12:54:37PM -0400, Igor Pechtchanski wrote: >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 >(the

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 22 July 2004 18:13 > > Never mind. I spoke too soon, and my "current CVS" turned out to be not > all that current. The message above comes from pinfo.cc, line 197. Oops. Teach me to deal with mail in th

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Dave Korn
> -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

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Igor Pechtchanski wrote: > > > On Jul 21 14:47, Igor Pechtchanski wrote: > > > > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > > > > It makes a difference. FWIW, Volker's message is printed from a > > > > > function which only runs in case a process is using XSI shared > >

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Igor Pechtchanski wrote: > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > > On Jul 21 14:47, Igor Pechtchanski wrote: > > > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > > > It makes a difference. FWIW, Volker's message is printed from a > > > > function which only runs

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Corinna Vinschen wrote: > On Jul 21 14:47, Igor Pechtchanski wrote: > > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > > It makes a difference. FWIW, Volker's message is printed from a function > > > which only runs in case a process is using XSI shared memory and forks. >

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Corinna Vinschen
On Jul 21 14:47, Igor Pechtchanski wrote: > On Wed, 21 Jul 2004, Corinna Vinschen wrote: > > It makes a difference. FWIW, Volker's message is printed from a function > > which only runs in case a process is using XSI shared memory and forks. > > cvs doesn't use XSI shared memory so the message you

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Corinna Vinschen wrote: > On Jul 20 21:03, Igor Pechtchanski wrote: > > On Tue, 20 Jul 2004, Corinna Vinschen wrote: > > > > > On Jul 20 15:53, Dr. Volker Zell wrote: > > > > Well my MapViewOfFileEx errors are still there, but that seems to > > > > be a different problem. > >

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-21 Thread Corinna Vinschen
On Jul 20 21:03, Igor Pechtchanski wrote: > On Tue, 20 Jul 2004, Corinna Vinschen wrote: > > > On Jul 20 15:53, Dr. Volker Zell wrote: > > > Well my MapViewOfFileEx errors are still there, but that seems to be a > > > different problem. > > > > I tried to reproduce that problem with my shm test ap

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-20 Thread Igor Pechtchanski
On Tue, 20 Jul 2004, Corinna Vinschen wrote: > On Jul 20 15:53, Dr. Volker Zell wrote: > > Well my MapViewOfFileEx errors are still there, but that seems to be a > > different problem. > > I tried to reproduce that problem with my shm test application which > forks twice, but to no avail. > > A si