Update the comment: we do show the backtrace of misbehaving thread.

This commit is contained in:
Pawel Jakub Dawidek 2013-02-17 21:37:32 +00:00
parent d6e636c988
commit b2e054b0d4

View File

@ -215,10 +215,9 @@ propagate_priority(struct thread *td)
/* /*
* If the thread is asleep, then we are probably about * If the thread is asleep, then we are probably about
* to deadlock. To make debugging this easier, just * to deadlock. To make debugging this easier, show
* panic and tell the user which thread misbehaved so * backtrace of misbehaving thread and panic to not
* they can hopefully get a stack trace from the truly * leave the kernel deadlocked.
* misbehaving thread.
*/ */
if (TD_IS_SLEEPING(td)) { if (TD_IS_SLEEPING(td)) {
printf( printf(