Re: munmap bug test program

2003-10-01 Thread peter garrone
>On Tue, Sep 30, 2003 at 10:06:11AM +0800, peter garrone wrote: >> This test program highlights the recent munmap problem addressed by Corinna. >> It works with the updated mmap, and with linux, fails on cygwin with the prior mmap. > >What "updated" mmap are you talking about, your's or the one in

Re: munmap bug test program

2003-10-01 Thread Robert Collins
On Wed, 2003-10-01 at 20:07, Corinna Vinschen wrote: > On Wed, Oct 01, 2003 at 07:56:08PM +1000, Robert Collins wrote: > > On Wed, 2003-10-01 at 17:13, Corinna Vinschen wrote: > > > > > Thanks for clarifying. It was the first time I got a testcase for > > > something which works instead of for so

Re: munmap bug test program

2003-10-01 Thread Corinna Vinschen
On Wed, Oct 01, 2003 at 07:56:08PM +1000, Robert Collins wrote: > On Wed, 2003-10-01 at 17:13, Corinna Vinschen wrote: > > > Thanks for clarifying. It was the first time I got a testcase for > > something which works instead of for something which is broken. That > > irritated me a bit :-) > >

Re: munmap bug test program

2003-10-01 Thread Robert Collins
On Wed, 2003-10-01 at 17:13, Corinna Vinschen wrote: > Thanks for clarifying. It was the first time I got a testcase for > something which works instead of for something which is broken. That > irritated me a bit :-) I'd suggested to Peter offline that he send in a test case, to be added to our

Re: munmap bug test program

2003-10-01 Thread Corinna Vinschen
On Wed, Oct 01, 2003 at 08:22:19AM +0800, peter garrone wrote: > >On Tue, Sep 30, 2003 at 10:06:11AM +0800, peter garrone wrote: > >> This test program highlights the recent munmap problem addressed by Corinna. > >> It works with the updated mmap, and with linux, fails on cygwin with the prior > >

Re: munmap bug test program

2003-09-30 Thread peter garrone
I said this test program works with both my own and corinna's fix, but in fact I have only actually tested it with corinna's fix, since I discarded my own. -- __ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outbla

Re: munmap bug test program

2003-09-30 Thread Corinna Vinschen
On Tue, Sep 30, 2003 at 10:06:11AM +0800, peter garrone wrote: > This test program highlights the recent munmap problem addressed by Corinna. > It works with the updated mmap, and with linux, fails on cygwin with the prior mmap. What "updated" mmap are you talking about, your's or the one in CVS?

munmap bug test program

2003-09-29 Thread peter garrone
This test program highlights the recent munmap problem addressed by Corinna. It works with the updated mmap, and with linux, fails on cygwin with the prior mmap. /** * mmap test. * mmaps two chunks of adjacent memory, then munmaps one and a half, * then sees if the remainder is still useable.