crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/raw_data/Comm_Server.htm
equal
deleted
inserted
replaced
|
1 <h1>Comm server</h1> |
|
2 <p>Panic of client raised by the Serial Comms Server (or "Comms Server").</p> |
|
3 <code>0</code> |
|
4 <p>Write request made when request already in progress.</p> |
|
5 <code>1</code> |
|
6 <p>Read request made when request already in progress.</p> |
|
7 <code>2</code> |
|
8 <p>Break request made when request already in progress.</p> |
|
9 <code>3</code> |
|
10 <p>Invalid port handle passed by client.</p> |
|
11 <code>4</code> |
|
12 <p>Bad descriptor passed by client.</p> |
|
13 <code>5</code> |
|
14 <p><code>RComm::SetConfig()</code> call made when another request already in progress.</p> |
|
15 <code>6</code> |
|
16 <p><code>RComm::SetSignals()</code> call made when another request already in progress.</p> |
|
17 <code>7</code> |
|
18 <p><code>RComm::ResetBuffers()</code> call made when another request already in progress.</p> |
|
19 <code>8</code> |
|
20 <p><code>RComm::ReceiveBufferLength()</code> call made when another request already in progress.</p> |
|
21 <code>9</code> |
|
22 <p>Cannot have two outstanding <code>RComm::NotifySignalChange()</code> requests from the same client.</p> |
|
23 <code>10</code> |
|
24 <p>Cannot have two outstanding <code>RComm::NotifyFlowControlChange()</code> requests from the same client.</p> |
|
25 <code>11</code> |
|
26 <p>Cannot have two outstanding <code>RComm::NotifyConfigChange()</code> requests from the same client.</p> |
|
27 <code>12</code> |
|
28 <p>Cannot have two outstanding <code>RComm::NotifyBreak()</code> requests from the same client.</p> |
|
29 <code>13</code> |
|
30 <p>Cannot have two outstanding <code>RComm::NotifyDataAvailable()</code> requests from the same client.</p> |
|
31 <code>14</code> |
|
32 <p>Cannot have two outstanding <code>RComm::NotifyOutputEmpty()</code> requests from the same client. </p> |
|
33 <code>15</code> |
|
34 <p>Thread size is negative.</p> |
|
35 <code>16</code> |
|
36 <p>Minimum heap size is too small.</p> |
|
37 <code>17</code> |
|
38 <p>Maximum heap size is less than minimum heap size.</p> |
|
39 <code>18</code> |
|
40 <p>Wrong client session for set access request.</p> |
|
41 <code>19</code> |
|
42 <p>Client must close object before setting comm access.</p> |
|
43 |