From: jimmy.yin <Jim...@Su...> - 2005-11-15 14:52:44
|
Hi, there I added a group with a file-sync member and a syncml-http-server member. And I used Sync4J GUI Client Demo as a syncml client. After I started "msynctool --sync filesync4j --wait" and pressed "Synchronize" button on the Sync4J GUI client, opensync crashed saying "Segmentation fault". After I crossed out the following code: if (context->callback_function) (context->callback_function)(context->member, context->calldata, &error); from osync_context_report_error(...), opensync did not crash again. However, the synchronization still failed, saying: Member 2 of type syncml-http-server had an error while getting changes: A ds server must start with a received alert Member 2 of type syncml-http-server had an error while disconnecting: Reserved status 1 has not been added Member 1 of type file-sync just sent all changes Member 1 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to read from one of the members Attached file is the Trace of syncml-http-server client, generated after I crossed out the code from osync_context_report_error(...). Packages I installed: libopensync-0.18 libsyncml-20050909 patched libsoup-2.2.3 patched wbxml2-0.9.0 |