Page MenuHomeFreeBSD

D24235.diff
No OneTemporary

D24235.diff

Index: head/sys/kern/kern_clock.c
===================================================================
--- head/sys/kern/kern_clock.c
+++ head/sys/kern/kern_clock.c
@@ -205,8 +205,9 @@
* Accordingly with provided thresholds, this thread is stuck
* for too long on a turnstile.
*/
- panic("%s: possible deadlock detected for %p, "
- "blocked for %d ticks\n", __func__, td, tticks);
+ panic("%s: possible deadlock detected for %p (%s), "
+ "blocked for %d ticks\n", __func__,
+ td, sched_tdname(td), tticks);
}
static void
@@ -239,8 +240,9 @@
if (!strcmp(blessed[i], td->td_wmesg))
return;
- panic("%s: possible deadlock detected for %p, "
- "blocked for %d ticks\n", __func__, td, tticks);
+ panic("%s: possible deadlock detected for %p (%s), "
+ "blocked for %d ticks\n", __func__,
+ td, sched_tdname(td), tticks);
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 23, 12:48 AM (8 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27869296
Default Alt Text
D24235.diff (884 B)

Event Timeline