crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/W32.xml
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Fri, 27 Aug 2010 12:21:46 +0300
changeset 3 045ade241ef5
parent 2 0c91f0baec58
permissions -rw-r--r--
Version 1.0.13. The most important changes are: -detailed defect hash added -panic descriptions updated -release build is working -simple command line usage added
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     1
<?xml version='1.0' encoding='UTF-8'?>
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
     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>W32</category_name>
3
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     4
  <category_description> &lt;p&gt;W32 is a synchronous interface onto the window server that user code can include, link to and invoke instead of sending low level client-server requests to the window server. Some errors can be detected before they are sent to the server and are raised as panics from W32. Code in the W32 synchronous interface runs in the client&amp;#8217;s thread, so it raises panics in situations it can understand on the current thread via &lt;code class="ApiItem" &gt;User::Panic()&lt;/code&gt;. These panics have a category of W32. &lt;/p&gt;&lt;p&gt; To minimise strain on the system, W32 can cache several requests in order in a buffer and send them as a group to the server. This means that a panic might not be caused by a bug in the last client-side code to run, but by an earlier line that does not get its request serviced until later. To debug such a panic it is often useful to turn on auto flushing. &lt;/p&gt;&lt;p&gt; Window server synchronous interface (W32) panics are raised by the synchronous interface onto the window server when it realises a client has attempted an action the interface can&amp;#8217;t legally pass on to the window server thread. Because the interface is synchronous, the current thread is panicked, and the request is never sent to the window server. &lt;/p&gt;&lt;p&gt; These panics are defined in the enumeration &lt;code&gt;TW32Panic&lt;/code&gt; in &lt;code class="filename"&gt;w32cmd.h&lt;/code&gt;. &lt;/p&gt;&lt;p&gt; Note that some panics are raised in debug builds only. &lt;/p&gt;</category_description>
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
     5
  <panics>
3
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     6
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     7
      <panic_id>0</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     8
      <panic_description>&lt;p&gt;An attempt was made to reconnect to the window server using &lt;code class="ApiItem" &gt;RWsSession::Connect()&lt;/code&gt;. It is only possible to reconnect if the current session has been closed. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
     9
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    10
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    11
      <panic_id>1</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    12
      <panic_description>&lt;p&gt;Not used. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    13
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    14
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    15
      <panic_id>2</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    16
      <panic_description>&lt;p&gt;Not used. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    17
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    18
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    19
      <panic_id>3</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    20
      <panic_description>&lt;p&gt;Not used. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    21
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    22
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    23
      <panic_id>4</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    24
      <panic_description>&lt;p&gt;Raised by &lt;code class="ApiItem" &gt;CWindowGc::MapColors()&lt;/code&gt; when its &lt;code&gt;aNumPairs&lt;/code&gt; argument has a value greater than 16. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    25
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    26
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    27
      <panic_id>5</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    28
      <panic_description>&lt;p&gt;Data is too long to fit into the window server's client side buffer, see &lt;a href="../../guide/guide/windowing/wserv/cli_lib/concepts/client_side_buffer.concept.html#WindowServerGuide6%2eClientSideBuffer" title="The Window Server client-side buffer enables drawing functions to be buffered and executed in sequence. This saves many client-server context switches and makes the system fast and responsive."&gt;Client-side buffer&lt;/a&gt;. &lt;/p&gt; &lt;p&gt; Introduced in v6.0. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    29
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    30
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    31
      <panic_id>6</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    32
      <panic_description>&lt;p&gt;&lt;code&gt; &lt;code class="ApiItem" &gt;CWsScreenDevice::SetCustomPalette()&lt;/code&gt; &lt;/code&gt; was called with a NULL pointer. &lt;/p&gt; &lt;p&gt; Introduced in v7.0. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    33
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    34
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    35
      <panic_id>7</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    36
      <panic_description>&lt;p&gt;&lt;code class="ApiItem" &gt;CWsScreenDevice::SetPalette()&lt;/code&gt; failed, but no error code could be returned. Debug builds for the emulator only. &lt;/p&gt; &lt;p&gt; Introduced in v7.0. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    37
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    38
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    39
      <panic_id>8</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    40
      <panic_description>&lt;p&gt;A direct screen access function was called out of turn. &lt;/p&gt; &lt;p&gt; Introduced in v7.0. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    41
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    42
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    43
      <panic_id>9</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    44
      <panic_description>&lt;p&gt;An attempt was made to pass an invalid region to the window server. Debug builds only. &lt;/p&gt; &lt;p&gt; Introduced in v7.0s. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    45
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    46
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    47
      <panic_id>10</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    48
      <panic_description>&lt;p&gt;Raised when the client is trying to use a wrong IpcSlot. The first slot if raised by &lt;code class="ApiItem" &gt;RAnim::CommandReply&lt;/code&gt; or &lt;code class="ApiItem" &gt;RAnimDll::Construct&lt;/code&gt;. Either the first or the second if raised by &lt;code class="ApiItem" &gt;RAnim::AsyncCommandReply&lt;/code&gt;. &lt;/p&gt; &lt;p&gt; Introduced in v7.0s. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    49
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    50
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    51
      <panic_id>11</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    52
      <panic_description>&lt;p&gt;A function has been called with a &lt;code&gt;NULL&lt;/code&gt; array pointer when it should not be. &lt;/p&gt; &lt;p&gt; Introduced in v8.1. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    53
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    54
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    55
      <panic_id>12</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    56
      <panic_description>&lt;p&gt;Not used. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    57
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    58
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    59
      <panic_id>13</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    60
      <panic_description>&lt;p&gt;The &lt;code class="ApiItem" &gt;CWsGraphic::CManager&lt;/code&gt;'s &lt;code class="ApiItem" &gt;RPointerArray&amp;lt;CWsGraphic&amp;gt;&lt;/code&gt; still has pointers to &lt;code&gt;CWsGraphic&lt;/code&gt; left inside when it should be empty. &lt;/p&gt; &lt;p&gt; Introduced in v9.2. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    61
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    62
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    63
      <panic_id>14</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    64
      <panic_description>&lt;p&gt;Raised when one of the &lt;code&gt;CWsGraphic::CManager&lt;/code&gt;'s members has an inconsistent value (i.e. &lt;code&gt;NULL&lt;/code&gt; when it should not be and vice-versa). &lt;/p&gt; &lt;p&gt; Introduced in v9.2. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    65
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    66
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    67
      <panic_id>15</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    68
      <panic_description>&lt;p&gt;Raised if &lt;code class="ApiItem" &gt;RWsGraphicMsgBuf&lt;/code&gt; has been passed an out of bounds index or an incorrect type message. &lt;/p&gt; &lt;p&gt; Introduced in v9.2. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    69
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    70
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    71
      <panic_id>16</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    72
      <panic_description>&lt;p&gt;Raised when trying to send an empty &lt;code class="ApiItem" &gt;TWsClCmdGdSendMessage&lt;/code&gt;. &lt;/p&gt; &lt;p&gt; Introduced in v9.2. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    73
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    74
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    75
      <panic_id>17</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    76
      <panic_description>&lt;p&gt;Not used. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    77
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    78
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    79
      <panic_id>18</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    80
      <panic_description>&lt;p&gt;Raised when an invalid parameter is passed to a function. &lt;/p&gt; &lt;p&gt; Introduced in v9.4. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    81
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    82
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    83
      <panic_id>19</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    84
      <panic_description>&lt;p&gt;Raised when &lt;code&gt;Construct()&lt;/code&gt; is called on an already constructed client-side object. &lt;/p&gt; &lt;p&gt; Introduced in v9.5. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    85
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    86
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    87
      <panic_id>20</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    88
      <panic_description>&lt;p&gt;Debug: Raised when trying to use an interface that is not initialised. &lt;/p&gt; &lt;p&gt; Introduced in v9.5. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    89
    </panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    90
    <panic>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    91
      <panic_id>21</panic_id>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    92
      <panic_description>&lt;p&gt;Debug: Raised when returned data does not match expected sizes or granularity. &lt;/p&gt; &lt;p&gt; Introduced in v9.5. &lt;/p&gt;</panic_description>
045ade241ef5 Version 1.0.13. The most important changes are:
Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
parents: 2
diff changeset
    93
    </panic>
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
    94
  </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
    95
</panic_category>