Question

When I pull down the notification menu in my QML (Qt Quick) app with the standard implementation off it I get this error: "Thread has crashed: A data abort exception has occurred accessing 0x20". This also happens if I just create a new Symbian Qt Quick app and just run it without any modification. Do you have any idea what might be causing it?

While using the debugger it says: sigsegv segmentation fault.

Was it helpful?

Solution

This also happened to me several months back and I was able to find a solution. Some Nokia beta applications bundle QT Quick Components in their installation sis. This conflicts with the built in installation and causes this issue.

The solution is to install another copy of QT Quick Components and then uninstalling it from the Application Manager. You can it from the Nokia QT SDK installer, or you can google for QtQuickComponents-1.1-for-Anna-Belle.sis

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