On Tue, 2012-08-21 at 22:15 -0600, Jeremy Whiting wrote: > I'm > getting an exception in gdbus-cxx-bridge like this: > [ERROR] unexpected exception caught in dbusCallback(): g_variant > failure ./src/gdbusxx/gdbus-cxx-bridge.h:1393 > Trace/breakpoint trap
The error is probably that a value of type "D-Bus object path" is expected and something else was sent by obexd. You can check by running with SYNCEVOLUTION_DEBUG=1 G_DBUS_DEBUG=message. Both CreateSession and PullAll are defined to return an object path. If obexd returns a string instead, then that's a bug in obexd. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
