RE: MMap offset parameter failing with ENOMEM error

2002-09-24 Thread Shane Mann
CTED] > Subject: Re: MMap offset parameter failing with ENOMEM error > > > On Fri, Sep 20, 2002 at 09:38:06AM +1000, Shane Mann wrote: > > Perhaps the wrong error is being returned for this case - I would have > > thought the following error code would be more appropriate: > &

Re: MMap offset parameter failing with ENOMEM error

2002-09-24 Thread Corinna Vinschen
On Fri, Sep 20, 2002 at 09:38:06AM +1000, Shane Mann wrote: > Perhaps the wrong error is being returned for this case - I would have > thought the following error code would be more appropriate: > > [ENXIO] > Addresses in the range [off,off+len) are invalid for the object specified by > fildes.

Re: MMap offset parameter failing with ENOMEM error

2002-09-23 Thread Corinna Vinschen
On Tue, Sep 24, 2002 at 08:38:22AM +1000, Shane Mann wrote: > Hi, > > Has this issue been confirmed as a bug? Is it being looked into? As time permits. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[E

RE: MMap offset parameter failing with ENOMEM error

2002-09-23 Thread Shane Mann
://www.leadup.com.au > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Shane Mann > Sent: Friday, 20 September 2002 9:38 > To: [EMAIL PROTECTED] > Subject: RE: MMap offset parameter failing with ENOMEM error > > > Corinna, > >

RE: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Shane Mann
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Corinna Vinschen > Sent: Thursday, 19 September 2002 17:33 > To: Cygwin@Cygwin. Com > Subject: Re: MMap offset parameter failing with ENOMEM error > > > On Thu, Sep 19, 2002 at 12:19:

Re: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Corinna Vinschen
On Thu, Sep 19, 2002 at 12:19:06PM +1000, Shane Mann wrote: > Hi, > > I am having trouble with mmap using the last 'offset' parameter. I have > attached a small piece of code (and sample file) which demonstrates the > problem. Basically if the offset parameter is passed as a variable to mmap > th

MMap offset parameter failing with ENOMEM error

2002-09-18 Thread Shane Mann
Hi, I am having trouble with mmap using the last 'offset' parameter. I have attached a small piece of code (and sample file) which demonstrates the problem. Basically if the offset parameter is passed as a variable to mmap then the call fails with an ENOMEM error. But if you pass 0 as the paramet