Latests articles in Error Management
CNTMODEL Panics
Tutorial posted October 30th, 2007 by eric in
Here is the list of CNTMODEL panics. These are not documented in my working SDK and may happen when you are dealing with contacts.
Integrating LeaveScan into Codewarrior 3.x
Tutorial posted December 13th, 2006 by eric in
LeaveScan is a command-line utility developped by Symbian Ltd that checks that your code respects the naming conventions for leaving functions. This article will show you how to integrate it and use it directly from Nokia Codewarrior (version 3.x is required).
Panix goes open source
News posted July 11th, 2006 by ericPawel Defee from Chiralion has just released the source code of its popular Panix utility. This release intends to demonstrate how advanced binary code, ROM, and runtime
analyses can be performed on Symbian-platform based devices. It is also a good example of a single application source code base that directly compiles for 5 different Symbian platforms.
Tracking down memory leaks
Tutorial posted January 12th, 2006 by eric in
Your application terminates with an ugly "Program Closed: ALLOC xxxxxxxx 0" window ? It has leaked some memory... this article will teach you how to track down the faulty allocation.
Handling Exceptions at Thread level
Tutorial posted November 14th, 2005 by girishshetty in
This article is continuation of my earlier article on exception handling and cleanup mechanism in Symbian. This one deals with how to catch some exceptions at thread level.
SymbianOSUnit v1.02 with Symbian OS v9.x Support
News posted November 17th, 2006 by ericSymbianOSUnit has just been updated to support Symbian 9.x and the latest range of Symbian OS Smartphones powered by S60 3rd Edition
and UIQ 3.x. If you are not already using it, this is now time to discover this useful test environment.
ImageConversion Panic codes
Tutorial posted January 31st, 2006 by eric in
Panics for the CImageDecoder API are not (yet) documented in the SDL. Here is a list of possible codes (displayed with the "ImageConversion" panic name).
Eikon-Listbox Panics
Tutorial posted December 3rd, 2005 by eric in
EIKON-LISTBOX panics are unfortunately not documented within the SDL (and they are unlikely to occur unless you define your own listboxes). However, here are the possible panics...
Exception Handling and Cleanup Mechanism in Symbian
Tutorial posted October 15th, 2005 by girishshetty in
Symbian handles Exceptions very differently compare to standard C++'s try and catch mechanism. Symbian has provided some cleanup mechanism. Symbian has TRAP/TRAPD along with CleanupStack and some conventions like Leaving methods which we should know for understanding Cleanup mechanism in Symbian...





