|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-D5A1F9AE-4455-5993-8779-C94E985F12D5" xml:lang="en"><title>Category: |
|
13 PLAT-Emulator</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>These panics represent errors which are detected by emulator specific code. |
|
15 Typically, they are caused by passing bad or contradictory parameters to functions.</p> |
|
16 <p>The thread causing the panic is terminated.</p> |
|
17 <table id="GUID-9E5883F7-0AF7-50FF-89FF-B27BADC2AF28"> |
|
18 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
19 <tbody> |
|
20 <row> |
|
21 <entry><p><codeph>0,1</codeph> </p> </entry> |
|
22 <entry><p>These panics are raised when a failure occurs running any DLL attach |
|
23 process calls which have been registered during startup.</p> </entry> |
|
24 </row> |
|
25 <row> |
|
26 <entry><p><codeph>2</codeph> </p> </entry> |
|
27 <entry><p>This panic is raised when registering a thread callback.</p> </entry> |
|
28 </row> |
|
29 <row> |
|
30 <entry><p><codeph>3</codeph> </p> </entry> |
|
31 <entry><p>This panic is raised if a failure occurs in loading the <filepath>EKERN.EXE</filepath> file</p> </entry> |
|
32 </row> |
|
33 <row> |
|
34 <entry><p><codeph>4</codeph> </p> </entry> |
|
35 <entry><p>This panic is raised if any of the <codeph>E32Initialise</codeph>, <codeph>E32DeInitialise</codeph> or <codeph>E32ExitProcess</codeph> Kernel |
|
36 functions cannot be found.</p> </entry> |
|
37 </row> |
|
38 <row> |
|
39 <entry><p><codeph>5</codeph> </p> </entry> |
|
40 <entry><p>This panic is raised if a leave occurs and there is no trap harness.</p> </entry> |
|
41 </row> |
|
42 </tbody> |
|
43 </tgroup> |
|
44 </table></conbody></concept> |