[BACK]Return to ddb.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/ddb.html between version 1.1 and 1.2

version 1.1, 2015/08/30 16:23:13 version 1.2, 2015/08/30 16:24:40
Line 30 
Line 30 
 <li><em>If the kernel paniced we need the traceback.</em> It may be  <li><em>If the kernel paniced we need the traceback.</em> It may be
 displayed on the screen.  If are at a <tt><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4&amp;format=html">ddb</a>&gt;</tt> prompt, type <tt>trace</tt>, If you are running SMP, use the <tt>mach ddbcpu N</tt> command for each of the <tt>N</tt> processors you have and repeat the <tt>trace</tt> command for each processor.<BR>  displayed on the screen.  If are at a <tt><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4&amp;format=html">ddb</a>&gt;</tt> prompt, type <tt>trace</tt>, If you are running SMP, use the <tt>mach ddbcpu N</tt> command for each of the <tt>N</tt> processors you have and repeat the <tt>trace</tt> command for each processor.<BR>
   
 <li><em>We neet the process list.</em> Use the command <tt>ps</tt> to get us that.  <li><em>We need the process list.</em> Use the command <tt>ps</tt> to get us that.
 </ul>  </ul>
   
 <em>Reports without the above information are useless. This is the minimum we need to be able to track down the issue.</em>.  <em>Reports without the above information are useless. This is the minimum we need to be able to track down the issue.</em>.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2