crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/FBSCLI.xml
changeset 16 72f198be1c1d
parent 4 615035072f7e
equal deleted inserted replaced
15:0367d2db2c06 16:72f198be1c1d
    11       <panic_id>2</panic_id>
    11       <panic_id>2</panic_id>
    12       <panic_description>&lt;p&gt; Attempted to pass a command to the font and bitmap server, but no connection has been made. &lt;/p&gt;</panic_description>
    12       <panic_description>&lt;p&gt; Attempted to pass a command to the font and bitmap server, but no connection has been made. &lt;/p&gt;</panic_description>
    13     </panic>
    13     </panic>
    14     <panic>
    14     <panic>
    15       <panic_id>3</panic_id>
    15       <panic_id>3</panic_id>
    16       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
    16       <panic_description>&lt;p&gt;Unknown message. &lt;/p&gt;</panic_description>
    17     </panic>
    17     </panic>
    18     <panic>
    18     <panic>
    19       <panic_id>4</panic_id>
    19       <panic_id>4</panic_id>
    20       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
    20       <panic_description>&lt;p&gt;There is an error with the Active Scheduler. &lt;/p&gt;</panic_description>
    21     </panic>
    21     </panic>
    22     <panic>
    22     <panic>
    23       <panic_id>5</panic_id>
    23       <panic_id>5</panic_id>
    24       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
    24       <panic_description>&lt;p&gt;The startup of the Font and Bitmap Server failed. &lt;/p&gt;</panic_description>
    25     </panic>
    25     </panic>
    26     <panic>
    26     <panic>
    27       <panic_id>6</panic_id>
    27       <panic_id>6</panic_id>
    28       <panic_description>&lt;p&gt; Internal typeface store error: the list of accessed fonts (&lt;code&gt;CTypefaceStore::iFontAccess&lt;/code&gt;) is inconsistent with the font cache (&lt;code&gt;CFbsTypefaceStore::iTwipsCache&lt;/code&gt;). &lt;/p&gt;</panic_description>
    28       <panic_description>&lt;p&gt; Internal typeface store error: the list of accessed fonts (&lt;code&gt;CTypefaceStore::iFontAccess&lt;/code&gt;) is inconsistent with the font cache (&lt;code&gt;CFbsTypefaceStore::iTwipsCache&lt;/code&gt;). &lt;/p&gt;</panic_description>
    29     </panic>
    29     </panic>
    63       <panic_id>15</panic_id>
    63       <panic_id>15</panic_id>
    64       <panic_description>&lt;p&gt; An error occurred when constructing a hardware bitmap (debug builds only). &lt;/p&gt;</panic_description>
    64       <panic_description>&lt;p&gt; An error occurred when constructing a hardware bitmap (debug builds only). &lt;/p&gt;</panic_description>
    65     </panic>
    65     </panic>
    66     <panic>
    66     <panic>
    67       <panic_id>16</panic_id>
    67       <panic_id>16</panic_id>
    68       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
    68       <panic_description>&lt;p&gt;Bitmap not supported for compression. &lt;/p&gt;</panic_description>
    69     </panic>
    69     </panic>
    70     <panic>
    70     <panic>
    71       <panic_id>17</panic_id>
    71       <panic_id>17</panic_id>
    72       <panic_description>&lt;p&gt; Memory alignment error in a bitmap loaded from ROM. &lt;/p&gt;</panic_description>
    72       <panic_description>&lt;p&gt; Memory alignment error in a bitmap loaded from ROM. &lt;/p&gt;</panic_description>
    73     </panic>
    73     </panic>
    74     <panic>
    74     <panic>
    75       <panic_id>18</panic_id>
    75       <panic_id>18</panic_id>
    76       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
    76       <panic_description>&lt;p&gt;Invalid Scan Line pointer. &lt;/p&gt;</panic_description>
    77     </panic>
    77     </panic>
    78     <panic>
    78     <panic>
    79       <panic_id>19</panic_id>
    79       <panic_id>19</panic_id>
    80       <panic_description>&lt;p&gt; New display mode not supported by &lt;code&gt;CBitwiseBitmap::ChangeDisplayMode()&lt;/code&gt; (debug builds only). &lt;/p&gt;</panic_description>
    80       <panic_description>&lt;p&gt; New display mode not supported by &lt;code&gt;CBitwiseBitmap::ChangeDisplayMode()&lt;/code&gt; (debug builds only). &lt;/p&gt;</panic_description>
    81     </panic>
    81     </panic>
    87       <panic_id>21</panic_id>
    87       <panic_id>21</panic_id>
    88       <panic_description>&lt;p&gt; When swapping a bitmap's width and height, the size of the new bitmap would exceed the amount of memory allocated. &lt;/p&gt;</panic_description>
    88       <panic_description>&lt;p&gt; When swapping a bitmap's width and height, the size of the new bitmap would exceed the amount of memory allocated. &lt;/p&gt;</panic_description>
    89     </panic>
    89     </panic>
    90     <panic>
    90     <panic>
    91       <panic_id>22</panic_id>
    91       <panic_id>22</panic_id>
    92       <panic_description>&lt;p&gt; &lt;code&gt;CFbsBitmap::LockHeap()&lt;/code&gt; has not been called prior to calling &lt;code&gt;CFbsBitmap::DataAddress()&lt;/code&gt; (debug builds only). &lt;/p&gt;	   </panic_description>
    92       <panic_description>&lt;p&gt;&lt;code&gt;CFbsBitmap::LockHeap()&lt;/code&gt; has been called on a bitmap by more than one thread (debug builds only). See &lt;a href="../../guide/guide/fbserv/heaplocking.html#gr%2efont%2efbs%2eheaplocking" title="The Font and Bitmap Server's heap locking API is deprecated in Symbian OS v9.3 and later versions. This topic explains the rationale for this and how it affects existing applications that use the CFBsBitmap::LockHeap(), CFBsBitmap::LockHeapLC() and CFbsBitmap::UnlockHeap() functions."&gt;Heap Locking in the Font &amp;amp; Bitmap Server&lt;/a&gt; for more information. &lt;/p&gt;</panic_description>
       
    93     </panic>
       
    94     <panic>
       
    95       <panic_id>23</panic_id>
       
    96       <panic_description>&lt;p&gt;FbsShaper not yet called. &lt;/p&gt;</panic_description>
       
    97     </panic>
       
    98     <panic>
       
    99       <panic_id>24</panic_id>
       
   100       <panic_description>&lt;p&gt;FbsShaper has invalid arguments. &lt;/p&gt;</panic_description>
       
   101     </panic>
       
   102     <panic>
       
   103       <panic_id>25</panic_id>
       
   104       <panic_description>&lt;p&gt;Invalid compression threshold. Value needs to be 0 or greater, and less than 256. &lt;/p&gt;</panic_description>
       
   105     </panic>
       
   106     <panic>
       
   107       <panic_id>26</panic_id>
       
   108       <panic_description>&lt;p&gt;Typeface index out of range. Index needs to be 0 or greater. &lt;/p&gt;</panic_description>
       
   109     </panic>
       
   110     <panic>
       
   111       <panic_id>27</panic_id>
       
   112       <panic_description>&lt;p&gt;Problem copying bitmap data. &lt;/p&gt;</panic_description>
    93     </panic>
   113     </panic>
    94   </panics>
   114   </panics>
    95 </panic_category>
   115 </panic_category>