PDA

View Full Version : Qt app for symbian which uses "QtWebKit" fails to launch



vijaydandur
1st March 2011, 11:48
Hi ,
I'm using NokiaQtSDK Version 1.0.1 and qt creator 2.0.1.
I tried a simple app in which, I created a widget and placed a " qtwebview " control on it, and just made it to load "www.google.com" when the app is launched.

The app works fine on a desktop app, but the real problem is ....
"When i build it for symbian^3 device and try to run the app, the app couldn't be launched, it exits with an error " app closed ".
and the debug logs show "A data abort exception has occurred" ....

I have installed qt_installer on my mobile (N8), and all the other apps except those apps which uses qtwebview, works fine.
Also, in qt demos "anomaly" app exits with same error, and am sure even this app is also using qt webview.

Kindly help me in resolving this issue.

Regards,
Vijay.

vijaydandur
2nd March 2011, 04:19
Hi,
When i tried to launch the application in E7 via TRK here is the message tha I have got,

Executable file: 6519 2011-03-02T09:39:56 C:\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\urel \AddContent.exe
Package: 7316 2011-03-02T09:39:57 C:\NokiaQtSDK\MobileApps\AddContent\AddContent.sis
Deploying application to 'Nokia E7-00 USB Serial Port (COM14)'...
Copying installation file...
Installing application...
Starting application...
Application running with pid 1127.
Process 1127, thread 1128 stopped at 0x500144: A data abort exception has occurred.
Finished.

The application won't event launch.. It simply crashes.

As I know, when the control executes the statement "ui->webView->show();" it crashes.

I have attached the project file also, kindly check this reply back if am going wrong at some place.

Thanks in advance.

Regards,
Vijay.