vote up 1 vote down star

Hi

I have a Symbian application which is running fine for a while but after requesting the same sequence of operations for the 10th time or so the Kernel suddenly crashes and I get the following error message:

FAULT: KERN 0x00000004 (4)

Could anyone help me out what could cause such a Kernel fault?

Many thanks!

flag

0% accept rate
on the phone or in the emulator? – reinier Sep 21 at 13:02
it fails when running on the hardware basically; So there is a different meaning with this error depending if it is running on the emulator or hardware? – Heinz Sep 21 at 13:21
you might actually have found a bug in your device firmware. Post more info: device model, firmware version, code... – QuickRecipesOnSymbianOS Sep 28 at 19:31

1 Answer

vote up 2 vote down

From Forum Nokia:

 This fault is raised when a system thread has panicked or terminated 
 causing the entire system to re-boot.

In Symbian a thread can be marked a system thread if it is responsible for some fundamental OS service which will always be running. Examples include the file server (file-system) and the windows server but there are others.

In your case it depends on what your application is trying to do. I'd dare guess there is an invalid use of the Symbian APIs or that you're not freeing some resource properly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.