:Could you explain how this happens? lwp_signotify() wakes up/interrupts/=
:schedules the thread.
:
:cheers
: simon
Yes, it wakes up, checks for pending signals, find that there are
no pending signals, and goes right back to sleep without ever trying
to return to user mode so the WEXIT status is never checked.
-Matt