DragonFly submit List (threaded) for 2007-07
DragonFly BSD
DragonFly submit List (threaded) for 2007-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: patch to fix SMP vkernel reboots


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2007 14:21:24 +0200
Mail-followup-to: submit@crater.dragonflybsd.org

On Thu, Jul 12, 2007 at 12:14:51PM -0700, Matthew Dillon wrote:
> :Ideally this dance would not be necessary as exec is supposed to kill
> :all LWPs.
> :
> :Joerg
> 
>     It is?  I'll just make it kill all the LWPs then.

Yes. That is where exec and fork differ. Fork is not required to clone
the non-current LWP and that's why only async safe functions are allowed
after fork.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]