crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/data/ALLOC_COUNT.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:06:45 +0200
changeset 0 5ad7ad99af01
permissions -rw-r--r--
Initial version of CrashAnalyser under EPL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='UTF-8'?>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     2
<panic_category>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     3
  <category_name>ALLOC COUNT</category_name>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     4
  <category_description> &lt;p&gt;These panics are only raised in debug builds and are caused when the heap debugging functions detect a memory leak.&lt;/p&gt;</category_description>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     5
  <panics>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     6
    <panic>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     7
      <panic_id> ALLOC COUNT 1 Expected aaaa Allocated bbbb Ln: ccc ddddd</panic_id>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     8
      <panic_description>&lt;p&gt;This panic is raised by  &lt;code class="ApiItem"&gt;RHeap::__DbgMarkCheck()&lt;/code&gt;  and &lt;code class="ApiItem"&gt;User::__DbgMarkCheck()&lt;/code&gt; when the current number of allocated heap cells is not as expected. &lt;/p&gt;&lt;p&gt;&lt;code&gt;aaa&lt;/code&gt; is the expected number of heap cells.&lt;/p&gt;&lt;p&gt;&lt;code&gt; bbb&lt;/code&gt; is the allocated number of heap cells.&lt;/p&gt;&lt;p&gt;&lt;code&gt; ccc&lt;/code&gt; is a line number; typically the source statement line containing the call to &lt;code&gt;__DbgMarkCheck()&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;&lt;code&gt; ddddd&lt;/code&gt; is a file name; typically the file containing the source statement containing the call to &lt;code&gt;__DbgMarkCheck()&lt;/code&gt;.&lt;/p&gt;	   </panic_description>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
     9
    </panic>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
    10
  </panics>
5ad7ad99af01 Initial version of CrashAnalyser under EPL
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff changeset
    11
</panic_category>