Patrick Ohly wrote: > > It seems to hang somewhere. Running the command line I gave with > --daemon=no under gdb should make it obvious where that is.
thanks for the hint - see the gdb output below. I read your msg after I have posted mine already. But I still do not understand what is exactly wrong by looking at the relevant places - or more precisely why the client wouldn't close the connection. > > Before you try to sync it is probably easier to check that access to TDE > data works. See https://syncevolution.org/wiki/item-operations > Thanks, I already did that for each datastore type and it does correctly output the items. I also tried "--export - tdepim " which also exits normally. I'm not sure if it is a code issue or config issue. Looking at my code I tend to think it is config issue, but looking at the gdb output it could be that something is not exiting properly or at all. So the local transport does not shutdown properly|at all. Could you help with this a bit please! regards =========== GDB ======== ^C Program received signal SIGINT, Interrupt. 0x00007ffff543ce8d in poll () at ../sysdeps/unix/syscall-template.S:81 81 ../sysdeps/unix/syscall-template.S: No such file or directory. (gdb) bt #0 0x00007ffff543ce8d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007ffff639dee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff639e272 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007ffff6c5d1bb in SyncEvo::LocalTransportAgent::shutdown (this=0x6e7390) at src/syncevo/LocalTransportAgent.cpp:465 #4 0x00007ffff6d243b8 in SyncEvo::SyncContext::doSync (this=this@entry=0x6b9780) at src/syncevo/SyncContext.cpp:4478 #5 0x00007ffff6d2c934 in SyncEvo::SyncContext::sync (this=0x6b9780, report=report@entry=0x7fffffffda88) at src/syncevo/SyncContext.cpp:3442 #6 0x00007ffff6ca81c8 in SyncEvo::Cmdline::run (this=this@entry=0x7fffffffda50) at src/syncevo/Cmdline.cpp:1725 #7 0x0000000000414198 in SyncEvo::main (argc=<optimized out>, argv=<optimized out>) at src/syncevolution.cpp:531 _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
