cvs commit: src/sys/kern kern_exit.c
Gavin Atkinson
gavin.atkinson at ury.york.ac.uk
Fri Jun 18 04:05:54 PDT 2004
On Fri, 2004-06-18 at 07:21, David Xu wrote:
> davidxu 2004-06-18 06:21:09 UTC
>
> Modified files:
> sys/kern kern_exit.c
> Log:
> Remove a bogus panic. It is possible more than one threads will
> be suspended in thread_suspend_check, after they are resumed, all
> threads will call thread_single, but only one can be success,
> others should retry and will exit in thread_suspend_check.
Thanks! I've been affected by this semi-regularly for a couple of months
now. If only I'd known it was bogus :)
Gavin
More information about the cvs-src
mailing list