DragonFly commits List (threaded) for 2009-03
DragonFly BSD
DragonFly commits List (threaded) for 2009-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly-2.3.0.377.gf6e73 master sys/kern kern_fork.c sys/sys signal2.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Mar 2009 13:32:19 -0700 (PDT)

    Looks pretty good.  The one thing that really needs to be tested here
    is to be sure that ^Z'ing a process does not lockup the system due to
    the process being stopped unexpectedly (for example, while the kernel
    is holding a lockmgr lock).  As long as it only occurs within PCATCH
    tsleep()s we should be ok.  Processes in Non-PCATCH tsleep()s cannot 
    be safely stopped.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



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