|
From: Anil <rep...@gm...> - 2008-01-09 15:59:23
|
http://pastebin.com/m64e40dbe The file plugin works, but not the syncml plugin. Also, if I set the trace environment variables as suggested on some of the site, it cores even more. Apparently, it has problems getting from the environment: vds5@vds5:~% export OSYNC_TRACE=~ vds5@vds5:~% export SYNCML_TRACE=~ vds5@vds5:~% msynctool --discover bb 1 Segmentation Fault (core dumped) vds5@vds5:~% cat Thread1-29330.log [1199894110.586501] >>>>>>> main(4, 8047d90) [1199894110.586688] >>>>>>> osync_group_env_new(8047d5c) [1199894110.586723] <<<<<<< osync_group_env_new: 8068e00 [1199894110.586754] >>>>>>> osync_format_env_new(8047d5c) [1199894110.586779] <<<<<<< osync_format_env_new: 8067fc0 [1199894110.586816] >>>>>>> osync_plugin_env_new(8047d5c) [1199894110.586841] <<<<<<< osync_plugin_env_new: 8068780 Without those env variables, I can do "bb 1" but not "bb 2". Something wrong with this syncml plugin I guess? On Jan 9, 2008 12:58 AM, Daniel Gollub <dg...@su...> wrote: > On Wednesday 09 January 2008 06:57:17 Anil wrote: > > :) > > > > I cleaned up the build and recompiled. Still, msynctool core dumps > > when I try to do a discover. Any ideas? > > Could you build OpenSync additionally with: > > -DCMAKE_BUILD_TYPE=Debug > > or RelWithDebInfo if it isn't already... > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |