Subject: Re: fork1 and new stack
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Robert Elz <kre@munnari.OZ.AU>
List: tech-kern
Date: 04/28/2002 20:08:32
    Date:        Sun, 28 Apr 2002 11:51:18 +0200
    From:        manu@netbsd.org (Emmanuel Dreyfus)
    Message-ID:  <1fbclvy.s9sp2l9rkm05M@[10.0.12.137]>

  | Anything wrong here?

Is it possible you're attempting to use the child's stack, to call
the function ...

	error = (*vmc.ev_proc)(p2, &vmc);

before the stack has been mapped?

kre