[Qt-qml] Error codes

joona.t.petrell at nokia.com joona.t.petrell at nokia.com
Thu May 20 03:20:36 CEST 2010


Hi,

Error code 3 in Symbian probably means KERN EXEC 3 panic that is most often caused by referencing a pointer that is NULL. QML should never panic so it is definitely bug we need to fix.  Does your application use network? There is already a critical bug filed about networking panicing in some cases with KERN EXEC 3 when QML application tries to connect to Internet:
http://bugreports.qt.nokia.com/browse/QTBUG-10296

If not, please file a bug in Qt Bug Tracker (http://bugreports.qt.nokia.com<http://bugreports.qt.nokia.com/secure/Dashboard.jspa>) with details on how to reproduce so we can fix it. :)

More information about Symbian platform panic codes:
http://library.forum.nokia.com/index.jsp?topic=/S60_5th_Edition_Cpp_Developers_Library/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/reference/SystemPanics/KernExecPanics.html

Cheers,

Joona


From: qt-qml-bounces at trolltech.com [mailto:qt-qml-bounces at trolltech.com] On Behalf Of ext Jack Wootton
Sent: Wednesday, May 19, 2010 6:37 PM
To: qt-qml at trolltech.com
Subject: [Qt-qml] Error codes

Hello,

My application is a Qt/QML app built for the Symbian emulator (N97 SDK from Nokia).

When I launch the application from Creator the emulator launches, however when the application actually runs the emulator crashes and the Application Output panel shows that the application "exited with code 3".

I have tried searching for information on this, but can't find any documentation on what this error code means.

Can anyone provide either some documentation or information on the error code?

--
Regards
Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100520/dcefd8b9/attachment.html 


More information about the Qt-qml mailing list