Date: Fri, 16 Jul 2010 00:52:47 GMT From: Gabriel Silva <gsilva@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 181033 for review Message-ID: <201007160052.o6G0qlVT044108@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@181033?ac=10 Change 181033 by gsilva@gsilva on 2010/07/16 00:51:57 Added information about dumping and debugging. Affected files ... .. //depot/projects/soc2010/gsilva_80211fuzz/src/tools/tools/net80211/80211fuzz/README#2 edit Differences ... ==== //depot/projects/soc2010/gsilva_80211fuzz/src/tools/tools/net80211/80211fuzz/README#2 (text+ko) ==== @@ -1,0 +1,16 @@ += Dumping = + +If you set the pcap dump option, the fuzzer will create a file with +the current time containing all the frames injected on the interface. + +When the fuzzer injects some frame that causes a kernel panic, you will +be able to see the last injected frames and reproduce the bug. + += Debugging = + +If you want to debug the kernel, consider configuring it to include KDB +and DDB and then rebuild. This way you can generate textdump or use +the DDB directly from another machine via serial console. + +Here you can find useful informations about textdumps: +http://lists.freebsd.org/pipermail/freebsd-current/2007-December/081626.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007160052.o6G0qlVT044108>