ubports / clock-app

Moved to GitLab
https://gitlab.com/ubports/apps/clock-app
GNU General Public License v3.0
5 stars 8 forks source link

[Xenial] Clock always crashes #75

Closed Flohack74 closed 6 years ago

Flohack74 commented 6 years ago

From @jonnius on May 24, 2018 10:58

Steps to reproduce

Open clock core app.

Expected behavior

It does not crash.

Actual behavior

It crashes after a few seconds. I can't disable my daily alarm :(

Logfiles and additional information

UTdmesg.txt UTlogcat.txt Clock Log

Copied from original issue: ubports/ubuntu-touch#630

Flohack74 commented 6 years ago

You probably have the 15.04 version in use. The vanilla 16.04 version works, but I dont know without wiping the phone how you could get the right version?

dark-eye commented 6 years ago

I think this is a duplicate of #70.

zubozrout commented 6 years ago

I've cleared all clock app files I know of (cache, config, local/share) and yet the app crashes for me on Xenial. Attaching the log: clock-app.log

advocatux commented 6 years ago

Clock app still crashing in BQ E4.5 (Krillin) running Ubuntu 16.04 (r85).

Unity8.log output https://paste.ubuntu.com/p/rgNntxGZkP/ Syslog output https://paste.ubuntu.com/p/SRrSNnd7gZ/

May 27 11:53:56 ubuntu-phablet kernel: [46053.514298]init: ubuntu-location-provider-geoclue2 main process (28558) killed by SEGV signal

dpniel commented 6 years ago

@zubozrout that doesn't look like the clock-app log. looks more like the log for the open-store app?

dark-eye commented 6 years ago

this is probably has something to do with the abi binding as it seems to work without fail when there's no AlarmModel reference in the code a good compile configuration should fix it (unless it a problem with the alarmmodel itself). but it will take me some time to get to it as i'll need to reflash my phone to xenial( 16.04 has too much issues for a real daily driver use)

zubozrout commented 6 years ago

@dpniel Oh, you are right, sorry about that. I've updated my original message to contain the correct log.

DmitryErshov commented 6 years ago

It crashes after a few seconds. I can't disable my daily alarm :(

@jonnius as a workaround, alarm can be modified or removed in iCalendar file tasks.ics. Full path something like: ~/.local/share/evolution/tasks/1514137684.3458.0@ubuntu-phablet/tasks.ics

jonnius commented 6 years ago

Thanks for the hint!

nfsprodriver commented 6 years ago

fixed

jonnius commented 6 years ago

thanks!