Dnia Thursday 31 of December 2015 20:57:40 Patrick Ohly pisze:
On Wed, 2015-12-30 at 23:23 +0100, Janusz wrote:
> Thanks for answer.
>
> I forgot to add that the same behaviour is on 2 PCs - both Ubuntu
> Wily.
>
>
>
> This output is from second one:
>
>
>
> $ SYNCEVOLUTION_DEBUG=1 syncevolution loglevel=3 --print-databases
> --daemon=no
...
> Evolution Task List = Evolution Tasks = evolution-tasks:
> Osobiste (system-task-list) <default>
>
> Evolution Memos = evolution-memos:
> Osobiste (system-memo-list) <default>
And it gets stuck here?
If yes, then run under gdb:
gdb --args syncevolution loglevel=10 --print-databases --daemon=no
# run
...
CTRL-C once it is stuck
# threads all apply bt
What is the output?
Yes, it stuck there.
Here is output:
$ gdb --args syncevolution loglevel=10 --print-databases --daem
BRJanusz