PERFORCE change 181033 for review

Gabriel Silva gsilva at FreeBSD.org
Fri Jul 16 00:52:48 UTC 2010


http://p4web.freebsd.org/@@181033?ac=10

Change 181033 by gsilva at 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


More information about the p4-projects mailing list