Re: 1.3.9 bug in mmap MAP_PRIVATE followed by fork

2002-03-11 Thread Corinna Vinschen
On Fri, Mar 08, 2002 at 02:18:35PM -0800, Stephen Weeks wrote: > > I am having a problem using mmap (... MAP_PRIVATE ...) followed by > fork () in Cygwin DLL version 1.3.9. The memory allocated by mmap > does not appear to be available in the child. A small C program that > shows the problem is

1.3.9 bug in mmap MAP_PRIVATE followed by fork

2002-03-08 Thread Stephen Weeks
I am having a problem using mmap (... MAP_PRIVATE ...) followed by fork () in Cygwin DLL version 1.3.9. The memory allocated by mmap does not appear to be available in the child. A small C program that shows the problem is included below. I would expect to see the program print parent hello c