Question

I have a problem in running the app in N73. I've tried that app in N70 and worked. Here in N73 it gets installed successfully, but when I open it, it just blink and goes off(Closed). even I can't find it in Background.

I built that app with the option Phone Release(GCCE) [S60_3rd_FP2_SDK_v1.1].

Any idea..!?!?

Was it helpful?

Solution

You need to track down what's the KernExec code being thrown. Carbide usually monitors the output log of the program, so you should be able to get the Exception id there.

You can have a look at the different meaning of symbian error codes here:
http://www.newlc.com/en/Symbian-OS-Error-Codes.html

I used to have an application you can install on your N73 that would popup a system dialog with the exception every time an application crashed however I can't quite remember what the name of it was so I guess carbide is your best option.

Try having a look at this:

http://developer.symbian.org/wiki/index.php/Crash_Analyser

OTHER TIPS

I suggest you download the excellent (and free) Y-Tasks application from http://www.drjukka.com/YTasks.html

Y-Tasks has a "Crash Monitor" module which displays information about whether a process exited normally, or whether it had to be "killed". It also displays the exit code (error code) returned by the process when it terminated.

Once you have the return code, (for example, "KERN-EXEC 3") you can refer to the documentation or the NewLC link posted by ruibm, for explanation of the error code. This should help you understand the problem.

For a quick and easy reference to the error codes, you can also use the "Panic Lookup" plugin for Carbide. (Google for it; as I'm a new user, I am only allowed to include 1 link per post.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top