Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142665323
D24235.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
884 B
Referenced Files
None
Subscribers
None
D24235.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24235: deadlkres: include thread name in panic messages
Attached
Detach File
Event Timeline
Log In to Comment