=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/ddb.html,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** www/ddb.html 2015/08/30 16:23:13 1.1 --- www/ddb.html 2015/08/30 16:24:40 1.2 *************** *** 30,36 ****
  • If the kernel paniced we need the traceback. It may be displayed on the screen. If are at a ddb> prompt, type trace, If you are running SMP, use the mach ddbcpu N command for each of the N processors you have and repeat the trace command for each processor.
    !
  • We neet the process list. Use the command ps to get us that. Reports without the above information are useless. This is the minimum we need to be able to track down the issue.. --- 30,36 ----
  • If the kernel paniced we need the traceback. It may be displayed on the screen. If are at a ddb> prompt, type trace, If you are running SMP, use the mach ddbcpu N command for each of the N processors you have and repeat the trace command for each processor.
    !
  • We need the process list. Use the command ps to get us that. Reports without the above information are useless. This is the minimum we need to be able to track down the issue..