crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Kern-Common.xml
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Wed, 21 Apr 2010 09:51:02 +0300
changeset 2 0c91f0baec58
permissions -rw-r--r--
Source codes for command line version of Crash Analyser Carbide extension v1.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='UTF-8'?>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     2
<panic_category>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     3
  <category_name>Kern-Common</category_name>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     4
  <category_description> &lt;p&gt;KERN-COMMON panics are raised by the kernel when various kernel-side utility functions are called with bad arguments.&lt;/p&gt;</category_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     5
  <panics>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     6
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     7
      <panic_id>19</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     8
      <panic_description>&lt;p&gt;This panic is raised if an invalid descriptor type is given to Kern::KUDesGet() or Kern::KUDesPut(). &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
     9
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    10
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    11
      <panic_id>20</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    12
      <panic_description>&lt;p&gt;This panic is raised when a length value passed to an 8-bit variant descriptor member function is invalid. It may be raised by some descriptor constructors and, specifically, by the &lt;code&gt;Replace()&lt;/code&gt; and &lt;code&gt;Set()&lt;/code&gt; descriptor member functions. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    13
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    14
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    15
      <panic_id>21</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    16
      <panic_description>&lt;p&gt;This panic is raised when the index value passed to the 8-bit variant descriptor &lt;code&gt;Operator[]&lt;/code&gt; is out of bounds. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    17
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    18
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    19
      <panic_id>22</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    20
      <panic_description>&lt;p&gt;This panic is raised when the position value passed to an 8-bit	variant descriptor member function is out of bounds. It may be raised by the &lt;code&gt;Left()&lt;/code&gt;, &lt;code&gt;Right()&lt;/code&gt;, &lt;code&gt;Mid()&lt;/code&gt;, &lt;code&gt;Insert()&lt;/code&gt;, &lt;code&gt;Delete()&lt;/code&gt; and &lt;code&gt;Replace()&lt;/code&gt; descriptor member functions. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    21
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    22
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    23
      <panic_id>23</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    24
      <panic_description>&lt;p&gt;This panic is raised if the source passed to Kern::KUDesGet() is longer than the maximum length of the destination. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    25
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    26
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    27
      <panic_id>26</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    28
      <panic_description>&lt;p&gt;This panic is raised when expanding or contracting an	&lt;code class="ApiItem" &gt;HBufC8&lt;/code&gt; buffer using the &lt;code&gt;ReAlloc()&lt;/code&gt; or	&lt;code&gt;ReAllocL()&lt;/code&gt; descriptor member functions. Specifically, the panic occurs if the new length being specified is too small to contain the data. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    29
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    30
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    31
      <panic_id>28</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    32
      <panic_description>&lt;p&gt;This panic is raised by the &lt;code&gt;Replace()&lt;/code&gt; member function of the 8-bit variant descriptor &lt;code class="ApiItem" &gt;TDes8&lt;/code&gt;, when the length of the source descriptor is negative or exceeds the maximum length of the target descriptor. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    33
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    34
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    35
      <panic_id>29</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    36
      <panic_description>&lt;p&gt;This panic is raised when 8-bit variant descriptors are constructed with negative length values. It may also be raised if the &lt;code&gt;Set()&lt;/code&gt;,	&lt;code&gt;Repeat()&lt;/code&gt; and the &lt;code&gt;Find()&lt;/code&gt; member functions are passed	negative length values. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    37
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    38
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    39
      <panic_id>30</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    40
      <panic_description>&lt;p&gt;This panic is raised when 8-bit variant descriptors are constructed	with negative maximum length values. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    41
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    42
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    43
      <panic_id>88</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    44
      <panic_description>&lt;p&gt;This panic is raised by Mem::Compare(), Mem::CompareC() and	Mem::CompareF() when the length of the area of memory designated as the left hand area, is negative. This panic is raised in debug builds only. On the user	side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    45
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    46
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    47
      <panic_id>89</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    48
      <panic_description>&lt;p&gt;This panic is raised by Mem::Compare(), Mem::CompareC() and	Mem::CompareF() when the length of the area of memory designated as the right hand area, is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is	associated with the KERN-COMMON category. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    49
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    50
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    51
      <panic_id>90</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    52
      <panic_description>&lt;p&gt;This panic is raised by Mem::Copy() when the length of the area of memory to be copied is negative. This panic is raised in debug builds only. On	the user side this is associated with the USER category; on the kernel side	this is associated with the KERN-COMMON category. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    53
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    54
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    55
      <panic_id>91</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    56
      <panic_description>&lt;p&gt;This panic is raised by Mem::Move() when the length of the area of memory to be moved is not a multiple of 4. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.  &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    57
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    58
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    59
      <panic_id>92</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    60
      <panic_description>&lt;p&gt;This panic is raised by Mem::Move() when the address of the source for the move operation is not aligned on a 4 byte boundary. This panic is raised in debug builds only. On the user side this is associated with the USER	category; on the kernel side this is associated with the KERN-COMMON category. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    61
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    62
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    63
      <panic_id>93</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    64
      <panic_description>&lt;p&gt;This panic is raised by Mem::Move() when the address of the target for the move operation is not aligned on a 4 byte boundary. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.  &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    65
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    66
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    67
      <panic_id>94</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    68
      <panic_description>&lt;p&gt;This panic is raised by Mem::Swap() when the length of the area of memory to be swapped is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.  &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    69
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    70
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    71
      <panic_id>95</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    72
      <panic_description>&lt;p&gt;This panic is raised by Mem::Fill() and Mem::FillZ() when the length of the area of memory to be filled is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category. &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    73
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    74
    <panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    75
      <panic_id>190</panic_id>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    76
      <panic_description>&lt;p&gt;This panic is raised when the security policy is found to be corrupt while performing a security policy check.  &lt;/p&gt;</panic_description>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    77
    </panic>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    78
  </panics>
0c91f0baec58 Source codes for command line version of Crash Analyser Carbide extension v1.3
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents:
diff changeset
    79
</panic_category>