I also expectet the server to crash, especially since I found a lot of segfault related forum-threads on the web. The strange thing here is that it doesn't. When I start sync-ui, syncevo-dbus-server is started, and after I quit sync-ui, the server stays there. So I opened two terminals, started /usr/lib/syncevolution/syncevo-dbus-server in one and sync-ui in the other. After quitting sync-ui I had to end the server with ctrl+C.
So here is the gdb output: GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/lib/syncevolution/syncevo-dbus-server...(no debugging symbols found)...done. (gdb) run Starting program: /usr/lib/syncevolution/syncevo-dbus-server [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". [New Thread 0xb7fd8b40 (LWP 25316)] [INFO] /usr/lib/syncevolution/syncevo-dbus-server: ready to run ^C Program received signal SIGINT, Interrupt. 0x00132416 in __kernel_vsyscall () (gdb) thread apply all bt Thread 2 (Thread 0xb7fd8b40 (LWP 25316)): #0 0x00132416 in __kernel_vsyscall () #1 0x00685380 in poll () from /lib/i386-linux-gnu/libc.so.6 #2 0x00394a3b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0x0038706e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0x0038752b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0x00a240ea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0 #6 0x003aa673 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0x00488d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0x00693ace in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 1 (Thread 0xb7fda740 (LWP 25313)): #0 0x00132416 in __kernel_vsyscall () #1 0x00685380 in poll () from /lib/i386-linux-gnu/libc.so.6 #2 0x00394a3b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0x0038706e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0x0038752b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0x0809cd77 in SyncEvo::DBusServer::run() () #6 0x0807ff09 in main () -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997050 Title: Sync-UI can't connect to SyncEvolution to find services To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/997050/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
