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: [email protected] [mailto:[email protected]] On Behalf Of ext Jack Wootton Sent: Wednesday, May 19, 2010 6:37 PM To: [email protected] 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
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
