Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/28/2003 13:28:39
Module Name: src
Committed By: manu
Date: Sun Dec 28 13:28:39 UTC 2003
Modified Files:
src/sys/compat/mach: mach_exec.c
Log Message:
When the catcher of an exception dies before releasing the thread that
raised the exception, don't release the lock, this causes a crash (the lock
shall be released by the process that took it). Wakeup the thread instead,
it will release the lock itself.
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/compat/mach/mach_exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.