Comment 17 for bug 1182658

Revision history for this message
Olivier Tilloy (osomon) wrote :

I am able to reproduce the crash with a simple test program written in C++ that uses QtLocation to retrieve the current location. The crash happens when calling QGeoPositionInfoSource::stopUpdates() (which itself calls com::ubuntu::location::service::session::Stub::stop_position_updates()), so I’d say the problem lies in the location provider after all.