https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193269
Jean-Sébastien Pédron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jean-Sébastien Pédron <[email protected]> --- Created attachment 146807 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146807&action=edit USe DELAY() when DDB is active Andriy, you were right. Using DELAY() instead of pause() when kdb_active is true fixes the panic for me. I attached the patch I used. Could you please elaborate on the kdb_trap requirements? What should we do in DRM to fix this? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
