patch for faq2.html
"Nicolas P. M. Legrand" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hey,
ddb(4) machine command seems to have changed its syntax:
Index: faq2.html
===================================================================
RCS file: /home/nicolas/cvs/www/faq/faq2.html,v
retrieving revision 1.106
diff -u -r1.106 faq2.html
--- faq2.html 26 Jul 2010 11:51:04 -0000 1.106
+++ faq2.html 16 Oct 2010 22:49:45 -0000
@@ -747,7 +747,7 @@
Xintr_ioapic0() at Xintr_ioapic0+0x6d
--- interrupt ---
idle_loop+0x21:
-ddb{0}> <b>machine ddb 1</b>
+ddb{0}> <b>machine ddbcpu 1</b>
Stopped at Debugger+0x4: leave
ddb{1}> <b>trace</b>
Debugger(d0319e28,d05ff5a0,dab1bee8,d031cc6e,d0a61800) at Debugger+0x4
@@ -764,8 +764,8 @@
</pre></td></tr></table>
<p>
-Repeat the "<tt>machine ddb x</tt>" followed by "<tt>trace</tt>" for
-each processor in your machine.
+Repeat the "<tt>machine ddbcpu x</tt>" followed by "<tt>trace</tt>"
+for each processor in your machine.
<p>
<h3>How to gather further information from a kernel crash.</h3><p>