-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pure Maps does not close / finish navigation properly #31
Comments
I experienced this, too. |
One way to impose this is to:
Observe that Pure Maps will be not stopped until So, at least one of the reasons: enforce closing of all connections at stop |
HTTP connections are done using blocking calls. These blocking calls could have rather long timeouts (10 min for offline server to ensure that it works on slow hardware and allows to handle hardware suspend to some limited extent) and could result in hanging application exit. By pushing HTTP connections into separate threads, the connections can be terminated with the program exit through thread termination. All idle connections are closed properly.
Mmmh, I observed this again with PureMaps 1.9.0 yesterday, but did not have the time to analyse what exactly happened. |
I presume that you use latest Mapbox GL QML plugin. If not, please check with it. On my device (onyx), I haven't seen it for a very long time. |
That (yesterday) occurred with mapbox-gl-qml v1.3.2 from OpenRepos. |
Yep, that's the latest. So my SSL fix is in already. |
@Olf0 - I presume this test slipped the proposed timeslot? |
Thanks for the trigger, as it did not occur anymore, I completely forgot about it. So explicitly testing it now:
Summary: I have not experienced this anymore, plus I cannot reproduce it by testing (but note, that I never ran those tests before). Thanks, I think this issue can be closed for good. :) |
Closing with pleasure and hoping it will not resurface :) |
Looks like it has resurfaced: http://talk.maemo.org/showpost.php?p=1558002&postcount=737 |
Any new instances of that with the latest release? |
I did not experience any since January 2019, as noted in my comment (2019-01-11) above. |
From TMO, https://talk.maemo.org/showpost.php?p=1545876&postcount=137 and https://talk.maemo.org/showpost.php?p=1547761&postcount=77
An even stranger thing happened about an hour later, when WhoGo was safely closed - or so I thought. I unlocked the phone for some other, unrelated reason, and it started speaking navigation instructions. I started WhoGo but it shut down instantly. I eventually had to restart Lipstick from Sailfish Utilities.
This has recently become the norm. Every time I use WhoGo for navigation, no matter how short, it always ends up like this. There was not a single time when it did not. I tried ending the navigation and clearing the route and all map markers before I close the application, but that seems to make zero difference. The GPS icon in the status bar is flashing and the battery drains about 4x faster than you would expect. Usually, unless I trigger this issue and the phone stays silent, I also get voice prompts even though no application is open.
I also found that restarting Lipstick is not enough. Only a complete reboot is. A reboot or power cycle every time after navigation has now become part of the experience. (This is on J1, but I have noticed at least one other user reporting a similar experience on the X.)
The text was updated successfully, but these errors were encountered: