DragonFly commits List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_exit.c
dillon 2008/03/19 20:59:10 PDT
DragonFly src repository
Modified files:
sys/kern kern_exit.c
Log:
A threaded process going into SZOMB may still have active threads which are
in the midst of exiting. Wait for those threads to exit before trying to
reap the master thread.
This fixes a crash where kern_wait() improperly reaps threads other then the
master thread.
Revision Changes Path
1.87 +10 -0 src/sys/kern/kern_exit.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_exit.c.diff?r1=1.86&r2=1.87&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]