cvs commit: src/sys/kern kern_exit.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Mar 19 20:59:45 PDT 2008
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
More information about the Commits
mailing list