![]() |
Re: WhoGo Maps
Happened again today. Twice. WhoGo is currently closed, yet flashing GPS icon in the status bar and trying to start a new instance shuts it down instantly.
Code:
--- Killing processes 1796 and 1883 sorted it out, but the first time it happened today I did not have time for such experiments. Life is too short, a reboot was quicker. |
Re: WhoGo Maps
I have the same issue, but since many Versions. Even in Poor Maps i had this issue already.. :/
|
Re: WhoGo Maps
So, it looks like we need app killer for it. Or a one-liner to run from terminal / shellex
While I do wonder where does it lock itself. |
Re: WhoGo Maps
I've been thinking about a one-liner too. Something along the lines of...
Code:
ps aux | grep whogo* | cut -d " " -f 2 | xargs kill -9 |
Re: WhoGo Maps
Quote:
(not the nice way of closing a program but hey ... :D) Quote:
|
Re: WhoGo Maps
Quote:
|
Re: WhoGo Maps
I don't expect to investigate these Jolla 1 problems, but if someone wishes to do so, look at Application.quit, e.g. add print statements to see if one of those lines hangs. Try "raise SystemExit(1)" if needed to force a quit.
https://github.com/otsaloma/whogo-ma...ication.py#L54 |
Re: WhoGo Maps
Well for me and two other users from my family it's not only a J1 Problem, we have this issue on the Xperia X aswell. So i think it's a common issue not limited to a specific platform.
|
Re: WhoGo Maps
Thanks otsaloma.
If this is really just a J1 problem I can understand. I guess some race condition on older (bit slower) problem someshere? I had a brief look at the quit(s) and I would start my simple plain ' print "Something" ' statement begore and after line self._worker_thread.join() in poor/voice.py even I do not see.why it should not join... (not knowing how task_queues are handled in python) Have fun, pichlo ;) |
Re: WhoGo Maps
@pichlo and @jayki:
As a follow up: its Python 3, so you would have to use Quote:
Quote:
Quote:
|
All times are GMT. The time now is 09:44. |
vBulletin® Version 3.8.8