Page MenuHomeFreeBSD

kern/kern_thread.c: improve assert in thread_single_end()
ClosedPublic

Authored by kib on Sat, Aug 30, 2:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 4, 9:00 PM
Unknown Object (File)
Thu, Sep 4, 8:46 AM
Unknown Object (File)
Wed, Sep 3, 9:21 PM
Unknown Object (File)
Sun, Aug 31, 6:43 AM
Unknown Object (File)
Sun, Aug 31, 3:48 AM
Unknown Object (File)
Sun, Aug 31, 1:43 AM
Unknown Object (File)
Sun, Aug 31, 1:19 AM
Unknown Object (File)
Sun, Aug 31, 12:02 AM
Subscribers

Details

Summary

The process might be stopped, which is handled by the loop that
unsuspends threads. But the condition is not tolerated in the assert,
which insists that all threads must be unsuspended always.

Reported and tested by: pho

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable