![]() |
2010-11-21
, 15:15
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
![]() |
2010-11-21
, 15:41
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#3
|
![]() |
2010-11-21
, 15:57
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#4
|
![]() |
2010-11-21
, 16:06
|
Posts: 44 |
Thanked: 73 times |
Joined on Dec 2009
@ Freiburg, Germany
|
#5
|
![]() |
2010-11-21
, 16:09
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#6
|
I have just discovered that after the pr. 1.3 update, my OSMapper program crashes when trying to activate the GPS.
Some debugging has shown the problem to be in the QGeoSatelliteInfoSource::startUpdates() and QGeoPositionInfoSource::startUpdates() methodes.
Whenever either of these methodes are calles the program exits with the following messages in syslog :
GLIB CRITICAL ** GLib-GObject - g_object_get: assertion `G_IS_OBJECT (object)' failed
GLIB CRITICAL ** Gtk - gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
exiting on signal 15
The program was compiled in QT 4.6 and was functioning until the pr. 1.3 update, compiling it with QT 4.7 hasn't solved anything.
The program runs without any problems on the simulator.
Any ideas ?
Kim