Re: mmap bug on Windows 9x

2004-07-16 Thread Corinna Vinschen
On Jul 16 09:12, Anton Ertl wrote: > Anton Ertl wrote: > > > > On Windows 9x/ME different calls to mmap sometimes produce the same > > address (without that memory being unmapped in the meantime, at least > > not by application code). > > You find a condensed test program below. > > On Windows M

Re: mmap bug on Windows 9x

2004-07-16 Thread Anton Ertl
Anton Ertl wrote: > > On Windows 9x/ME different calls to mmap sometimes produce the same > address (without that memory being unmapped in the meantime, at least > not by application code). You find a condensed test program below. On Windows ME with cygwin1.dll 1.5.10 it outputs: try mmap($0, $

mmap bug on Windows 9x

2004-07-15 Thread Anton Ertl
On Windows 9x/ME different calls to mmap sometimes produce the same address (without that memory being unmapped in the meantime, at least not by application code). Here's a trace of the application calls to mmap (on WME): try mmap($0, $400038, ..., MAP_ANON, ...); success, address=$8395 try m