[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-06-02 Thread Bob Harvey
Seems to be working fine in OTA11. Well done! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly, entering

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-06-02 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-25 Thread John McAleely
For krillin & vegetahd, landed in: http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris.en/vegetahd/version-37.json http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris.en/krillin/version-57.json and frieza & cooler:

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-23 Thread John McAleely
** Also affects: krillin Importance: Undecided Status: New ** Changed in: krillin Status: New => In Progress ** Changed in: krillin Importance: Undecided => Critical ** Changed in: krillin Assignee: (unassigned) => John McAleely (john.mcaleely) ** Also affects:

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-23 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-20 Thread Alfonso Sanchez-Beato
** Attachment added: "location-serviced.strace" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1573168/+attachment/4666746/+files/location-serviced.strace -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-20 Thread Alfonso Sanchez-Beato
** Attachment added: "full-bt.txt" https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1573168/+attachment/4666745/+files/full-bt.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-20 Thread Alfonso Sanchez-Beato
Attached full backtrace and strace until the service crashed. This is with lp:~thomas-voss/platform-api/retry-loading-of-gps-hal applied (with a modification to increase the number of retries). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-19 Thread Thomas Voß
** Also affects: platform-api Importance: Undecided Status: New ** Changed in: platform-api Status: New => In Progress ** Changed in: platform-api Importance: Undecided => Critical ** Changed in: location-service (Ubuntu) Status: In Progress => Invalid ** Changed in:

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-18 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-18 Thread Dave Morley
On flashing RC 11 I see the crash file everyone is seeing. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly,

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

2016-05-18 Thread Jean-Baptiste Lallement
** Tags added: regression-proposed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly, entering restart loop

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-18 Thread Jean-Baptiste Lallement
Setting to critical because it makes location unusable on the device with a trivial case: Start google map or HERE maps and accept the trust prompt when you request a location for the first time, then the service crashes. ** Changed in: canonical-devices-system-image Importance: High =>

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-17 Thread Thomas Voß
@Alfonso: Thanks a lot for the backtrace, I think the underlying issue is a race on initialization, see frame #6: start thread is presented with a null pointer. With that, I think we are seeing a race on boot and whenever the gps first receives an NMEA sequence, trying to hand it to upper layers

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-17 Thread Alfonso Sanchez-Beato
Hmm, in fact it looks more like the whole GpsCallbacks structure contains garbage, so it is probably an initialization issue. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-17 Thread Alfonso Sanchez-Beato
The crash happens when trying to call gnss_sv_status_cb(), which appears in the definition of GpsCallbacks in the device gps.h, but not in the AOSP one. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-17 Thread Alfonso Sanchez-Beato
/usr/bin/ubuntu-location-serviced is crashing for me when I load google maps in the browser and try to get my location by touching the bullseye in the page. This is the backtrace I see: #0 0x in ?? () #1 0xf56549d6 in nmea_reader_parse (r=0xf54c0818) at

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-13 Thread Pat McGowan
** Also affects: frieza Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-11 Thread Joan CiberSheep
Hi. Similar behaviour here. I use bq E5 -> updated to OTA 10.1. GPS works perfect. I have bq m10 that came with OTA9.5 and directly updated to 10.1. GPS seems not to work at all (no blinking location icon but I was unable to detect exact position). I wanted to test if GPS was working with OTA

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-09 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: New => Incomplete ** Changed in: canonical-devices-system-image Status: Incomplete => Confirmed ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-05 Thread Victor gonzalez
Hi @stefan-kamps, That sounds like 1565469 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly, entering

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-03 Thread John McAleely
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Also affects: avila Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-02 Thread Gareth France
No idea if this will be any help but I'm getting repeated over and over in the log indicator-location.log ** (process:2470):WARNING **: Error calling dbus method: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties"

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-28 Thread Stefan Kamps
Hi, I have the Ubuntu M10 (updated to 10.1 after arrival) for a week now and successfully used GPS with uNav, SensorStatus and Here Maps. Since yesterday I encounter the above-mentioned bug. I would like to add the following observations: After reboot everything is fine, but when I start one

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-26 Thread Chris Reeve
*Location I meant. Don't seem to be able to edit? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly, entering

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-26 Thread Chris Reeve
Vacation stopped working for me on Aquaris M0 (15.04 OA-10) after an update until I turned off location services, turned off WIFI and GPS in the power saving preferences, then turned it back on and then rebooted. I'm not sure how well GPS is working but it now knows where I am and the location

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-26 Thread Steven Wijgerse
I'm on 15.04 OTA-10.1 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly, entering restart loop To manage

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-26 Thread Steven Wijgerse
It by the way seems to put a heavy drain on battery. Normally when putting the tablet away it uses a few percent per day. Over last night I charged the tablet to 100%, took it off the charger this morning, hardly used it (it showed 98% battery left), picked the tablet up now (which is 6 hours

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Thomas Voß
@Mitchell: No workaround, yet. I'm investigating why the service starts crashing after the OTA. Stay tuned. ** Changed in: location-service (Ubuntu) Importance: High => Critical ** Changed in: location-service (Ubuntu) Status: Confirmed => In Progress -- You received this bug

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Bob Harvey
Also odd. My phone (BQ 4.5) has never done this. It, too, has been upgraded to OTA 10.1 . It currently works fine, with a gps position, and mapping apps can display a location. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Sergi Quiles Pérez
@bobharvey The same situation happened to me (comment #6). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start cleanly,

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Bob Harvey
I have switched back to gps/wifi and still don't have a location in HERE or nuMaps -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Bob Harvey
OK, that's weird. My M10 tablet has stopped doing thatthung that's in the gif. it was flickering away before I powered it down, and when I powered up - no flickering.. I did two things before powering down that might have affected it * I switched to 'gps only' * I logged into HERE maps The

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Steven Wijgerse
Can confirm this bug, looks the same as the GIF of the original poster. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Rolf Veen
I also have an M10 tablet with OTA10.1 with an non functioning location service and intermitent GPS icon. As per BQ's request I'm attaching some (fragments of) logs. 1) "# ubuntu-location-serviced-cli --bus system --test" outputs text like this: length=27 context=0x3b9968 I0425 12:36:40.585892

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-25 Thread Victor gonzalez
Hi @Thomas, Yes, the user said he updated the device to 10.1 firs off all and then he noticed the GPS indicator behaviour. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-24 Thread Bob Harvey
I have the M10 tablet on OTA10.1. The Location indicator is blinking on and off, making the mail indicator shift from left to right. If I pull down the 'notifications curtain' for the location, the slide switch and legend for 'location detection' are blinking too. I installed the SensorStatus

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-24 Thread LlamasJM
For my Bq M10 Ubuntu the bug affects only the Scopes (as I can see). The GPS and localization run well in any other app: Unav, Here, Weather, Réaltaí, etc. But no scope say me where am I. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-23 Thread Sergi Quiles Pérez
Now it has again the same behavior as described on the title. :( -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails to start

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-23 Thread Sergi Quiles Pérez
Today the icon is showed and doesn't have the behavior shown in http://makeagif.com/i/QlHXU7. And the situation described in comment #5 has disappeared. Anyway, SensorsStatus nor uNAv nor Nearby scope can't get my position. -- You received this bug notification because you are a member of

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-22 Thread Sergi Quiles Pérez
The button on the location tap from the top bar flashes even with GPS off. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1573168 Title: [Frieza] Location service fails

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-22 Thread Tomas Öqvist
I can confirm this too on my Freiza with OTA-10.1. Also have no positioning through the GPS in Sensorsstats or any other app I have tried. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-21 Thread Mitchell
Hi Thomas, I can confirm this bug on Freiza. Currently gps and location is unusable. This happened both before updating to ota 10, and on 9.5. Any workarounds? Thanks, Mitchell -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: location-service (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.

[Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-21 Thread Thomas Voß
@Victor: Do you happen to know if the users experiencing the issue did an OTA or if they are using the pristine version present on the tablet? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu.