[Bug 244975] Panic: deadlres_td_sleep_q: possible deadlock detected
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 24 18:21:28 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244975
Mark Johnston <markj at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj at FreeBSD.org
Status|New |Open
--- Comment #2 from Mark Johnston <markj at FreeBSD.org> ---
Is this still occurring? If so, we'll want to see the backtrace of the thread
referenced in the panic message. For example, 0xfffffe0001efda00, in which
case try:
(kgdb) p ((struct thread *)0xfffffe0001efda00)->td_tid
$1 = 123456
(kgdb) tid 123456
(kgdb) bt
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list