https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244975
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #2 from Mark Johnston <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
