https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200493

--- Comment #5 from Konstantin Belousov <[email protected]> ---
(In reply to Edward Tomasz Napierala from comment #4)
Great, you nailed it down.

Look at the tdsigwakeup(), which is called from the main code to send a signal
to a thread tdsendsignal():

    /*
     * Bring the priority of a thread up if we want it to get
     * killed in this lifetime.
     */
    if (action == SIG_DFL && (prop & SA_KILL) && td->td_priority > PUSER)
        sched_prio(td, PUSER);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to