This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: add_handle and malloc


On Tue, Aug 06, 2002 at 06:41:33AM +0100, Conrad Scott wrote:
>It looks like it's cygwin_mount_h, at memory_init():155.  I'll go and
>zap something.

It's probably happening because fork isn't setting mount_h in
child_proc_info.  mount_h should be changed to be NO_COPY and
fork_parent should fill out this field the same way spawn.cc
does.

I just checked in a change which may fix this.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]