39aldo39 / Evolution-DecSync

Evolution plugin to sync contacts and calendars without a server using DecSync
Other
53 stars 5 forks source link

Release 1.0.1 segfaults on ubuntu 19.04 for contacts #11

Closed pietervdvn closed 5 years ago

pietervdvn commented 5 years ago

Since I upgraded to ubuntu 19.04, I had to reinstall the .deb package. It worked once, but the next reboot, evolution told me it could not connect to decsync.

When executing: /usr/lib/evolution-data-server/addressbook-backends/libebookbackenddecsync.so, I get 'segmentation fault (core dumped)'.

Any help or idea? I can provide logs if you can instruct me on how to obtain them.

39aldo39 commented 5 years ago

I can reproduce this in Debian (testing). I am not sure what the problem is, but repackaging seems to fix it. Can you verify that version 1.0.2 works?

As a side note: you shouldn't execute libebookbackenddecsync.so directly, it is used by /usr/lib/evolution/evolution-addressbook-factory.

pietervdvn commented 5 years ago

Hey,

Works like a charm now!

Yes, I know I'm not supposed to manually execute those files, I was just messing around to figure out what broke before asking you.

pietervdvn commented 5 years ago

PS: thanks for the awesome tool