On Wed, 17 Dec 2008 15:34:46 +0000, Matthew Szudzik wrote
> On Wed, Dec 17, 2008 at 01:17:44PM +0200, Lars Nood??n wrote:
> > What is a reasonable way to capture kernel debugger (ddb) output without
> > a serial console? I'm able to consistently get ifconfig to crash on the
>
> Take a photograph of the screen.
I wonder why has no one mentioned two other common, and easier methods?
* ddb> boot reboot
If RAM is not cleared by BIOS, ddb output may be seen in dmesg.
* ddb> boot crash
The ddb output can be found in the dmesg saved in the core dump. See the
-M and -N options of dmesg(8).