Copyright ã 2005 Symbian Ltd.
32
Use the OS Library to look up Panic codes
•E.g if the dialog says “KERN-EXEC 3”.
…Type in KERN-EXEC panic into the search
…this will help you understand what to look for in code
3
This panic is raised when an unhandled exception occurs. Exceptions have many causes, but the most common are access violations caused, for example, by dreferencing NULL. Among other possible causes are: general protection faults, executing an invalid instruction, alignment checks, etc.