Update the comment: we do show the backtrace of misbehaving thread.
This commit is contained in:
parent
d6e636c988
commit
b2e054b0d4
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user