Date: Fri, 29 May 2015 09:55:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200493] Killing pid 11 (idle) wedges the disk IO Message-ID: <bug-200493-8-0HwEbuhNGV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200493-8@https.bugs.freebsd.org/bugzilla/> References: <bug-200493-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200493 --- Comment #5 from Konstantin Belousov <kib@FreeBSD.org> --- (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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200493-8-0HwEbuhNGV>