Hello symbianyucca,
i am developing Qt application runs ok on simulator but when i install it on device,
it suddenly crashes anywhere not on particular pages .
I installed symbianyucca crash monitor,it returns panic code KERN-EXEC 3.
Thanks
Hello symbianyucca,
i am developing Qt application runs ok on simulator but when i install it on device,
it suddenly crashes anywhere not on particular pages .
I installed symbianyucca crash monitor,it returns panic code KERN-EXEC 3.
Thanks
Debug it, and find where the application crashes. Then fix the crash. The panic usually signals an attempt to dereference a NULL pointer so inspect your code again.
Information about Symbian programming and panics can be found in library.forum.nokia.com, in Symbian Developrer's Library.
-- Lucian
yep, there are thousands of possibilities on getting this memory violation error, thus as Chief Lucian pointer out, best way to figure out what is happening, is to check the code line that gives this error.