Hi,

I'm honestly desperate. I have a geoservice plugin that I bundle with my
app. It works fine on Linux, Maemo5 and Windows, but it always crashes
on Symbian.

Well at least something crashes, it looks like the code of my plugin is
never even executed. Unfortunately I don't get a stack trace or anything
useful to debug it.

Here is what I have:

* The crash happens when executing this line:
QGeoServiceProvider *sp = new QGeoServiceProvider("osm", params);

* All methods of the plugin start with some qDebug() output. If I run
the code on the device (Nokia 5880) I get no output before it crashes,
therefore I assume that the code is never even executed.

* Using my app with the Ovi Maps plugin works fine on the same device.

* I'm using the prebuild Qt Mobility 1.1 / Qt 4.7.1 packages.

* I'm building on Linux using gnupoc

I _guess_ it's a deployment issue, but I'm a Symbian noob, so I'm not
sure. Here is the content of the sis file:

!:\sys\bin\myapp.exe
!:\resource\apps\myapp.rsc
!:\private\10003a3f\import\apps\myapp_reg.rsc
!:\sys\bin\qtgeoservices_osm.dll
!:\private\e0f3ca43\plugins\geoservices\qtgeoservices_osm.qtplugin

myapp.exe & qtgeoservices_osm.dll have the following permissions:
NetworkService, ReadUserData, WriteUserData, Location, UserEnvironment


I would be grateful for all tips why this crash happens or how I can
debug it. If you need further input, please tell me.

Thanks!
Conny


_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to