debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide03.html
changeset 0 fb279309251b
child 990 5d016a880824
child 1024 48b401835d0a
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       
     2 	"http://www.w3.org/TR/html4/loose.dtd">
       
     3 	<html><head>
       
     4 	<title>Panics</title>
       
     5 	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="screen">
       
     6 	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="print">
       
     7 	<link href="../../book.css" type="text/css" rel="stylesheet" >
       
     8 <div class="Head1">
       
     9 
       
    10 <h2>Panics</h2>
       
    11 </div>
       
    12 <div>
       
    13 <p>If the <em>Fault Category</em> is not <em>Exception</em>,
       
    14 then the fault is due to a panic. In this case the only other valid field is
       
    15 the <em>Fault reason</em>; the values of all other fields are
       
    16 meaningless.</p>
       
    17 <p> The panic number is the low 16-bits of the fault reason, shown in
       
    18 hexadecimal.</p>
       
    19 <p>For example, a KERN 27 panic would generate:</p>
       
    20 <p class="listing">Fault Category: KERN  Fault Reason: 0000001b<br>
       
    21   ExcId ffffee5e CodeAddr ffff99a9 DataAddr bfff3e54 Extra fffec4cd</p>
       
    22 <p>If the panic is KERN 4, then a thread or process marked as
       
    23 protected has panicked. For other panics, kernel side code has panicked; this
       
    24 code is either in the kernel itself or in a device driver.</p>
       
    25 <p>See <a href="CrashDebuggerInfoAboutKernel.guide.html">Extracting information about the kernel</a> to find out which process and thread were
       
    26 running at the time of the panic.</p> 
       
    27 
       
    28 </div>
       
    29 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    30 	   </body>
       
    31 	   </html>
       
    32