Common panic and Common Errors on Symbian mobile phones

Source: Internet
Author: User

1. Kern-exec 0 this error usually occurs when a process or thread uses a destroyed service object handle. For example, the close () method of an object is called to continue using the object handle.
2. kern-exec 3 this error is generated in many cases. The most common case is that you use a null pointer. For example, if an object is not created, use its member variables or methods.
3. User 11 memory out of bounds is usually caused by your failure to allocate enough buffer for your data. The value of a string exceeds the value of imaxlength.
4. If the rarray or rpointerarray subscript you access exceeds the array length, this error occurs.
5. User 29 most of the errors are caused by an out-of-bounds operation on the index of the sub-string of the descriptor.
6. User 42 this error is usually caused by illegal memory access. For example, the access point is a pointer to invalid memory. I usually encounter this error when debugging DLL, mainly because freeze is not executed because of DLL modification. The main program dependent on the DLL has not been rewritten and compiled. Function access address Error

7. User 44 non-null pointer deduplication
8. e32USER-CBase 71 normally this error is caused by the mismatch of cleanupstack: pushl () and cleanupstack: Pop (), for example calling cleanstack: pushl () forget to call cleanstack: Pop ()
9. e32USER-CBase 63 this error corresponds to E32USER-CBase 71 and is also caused by the mismatch of cleanupstack: pushl () and cleanupstack: Pop (), you may be calling cleanstack too much :: pop ()
10. avkon 59 does not call baseconstructl () when constructing a view in s60 2nd; no exception occurs. If baseconstructl () is not called in s60 3rd, the system will prompt this error.
Error code-46 errors of-46 are usually returned when an unauthorized or unavailable service is called in the third edition.
The error code cone-8 is usually caused by the absence of release of window resources. Confirm that the control for creating the window is cleared after the program is released.
11. cone 44 this error may occur because you forgot to call removefromstack () to remove the Event Response Control when destroying the control.

E32USER-CBase 64 only pop ();
13. E32USER-CBase 90 only popanddestroy ();
14. alloc: Only pushl (); POP ();
15. wserv 14
Printing with no active font. Generally, when drawtext () is called, no font is set.
16. cone 14
Environment cannot find the specified resource in any resource file
For example, stringloader: loadlc (r_http_tx_successful); but r_http_tx_successful is not defined in the resource file
For more details, see the SDK documentation:
2nd: Developer Library» api reference» system panic reference
3nd: Symbian OS v9.2» Symbian OS reference» system panic reference

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.