22.2. Debugging a Crash Dump with DDD

Examining a kernel crash dump with a graphical debugger like ddd is also possible. Add the -k option to the ddd command line you would use normally. For example;

    # ddd -k /var/crash/kernel.0 /var/crash/vmcore.0

You should then be able to go about looking at the crash dump using ddd's graphical interface.

For questions about FreeBSD, e-mail <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.