Hmm. This looks like 2 different problems. I can see the potential problem 
in the backtrace you gave me, but that doesn't have anything to do with 
Categories.

Can someone describe the Categories problem to me?

Thanks,

Tom


On Wed, 6 Aug 2003, Christian Pell wrote:

> On Wed, 2003-08-06 at 13:58, kevin mulholland wrote:
> > However when I now try to sync it fails when fetching the Categories.xml
> > file, this file does exist and is readable.
> > 
> > Any clues ? thanks
> > 
> 
> Hi, actually this happened to me too after a couple of succesfull syncs.
> I recompiled multisync with debugging info and attaching the backtrace.
> It looks like there is some problem in parsing opie XML data, but I just
> started to play with multisync, so I'm not sure.
> 
> (gdb) bt
> #0  0x40f609a5 in contact_data_to_xml (conn=0x81c80d0,
> contacts=0x8189adc) at opie_xml.c:1129
> #1  0x40f5c460 in serialize_contact_data (conn=0x81c80d0,
> contacts=0x8189adc) at opie_comms.c:635
> #2  0x40f5af73 in sync_done (conn=0x81c80d0, success=1) at
> opie_sync.c:878
> #3  0x0805919b in sync_process_changes (localconn=0x81c80d0,
> remoteconn=0x80890a8, localchanges=0x8189a94,
>     remotechanges=0x0, newdbs=7, thissync=0x8096e60) at
> syncengine.c:1370
> #4  0x08056ee8 in sync_main (data=0x8096e60) at syncengine.c:607
> #5  0x407ecc40 in pthread_start_thread_event () from
> /lib/libpthread.so.0
> (gdb) l opie_xml.c:1129
> 1124          {
> 1125            /* first email should not have a ; before it */
> 1126            if(current_cid != contact->cids)
> 1127              g_string_sprintfa(bodystr,";");
> 1128
> 1129            g_string_sprintfa(bodystr,"%s", current_cid->data);
> 1130            current_cid= current_cid->next;
> 1131          }
> 1132          g_string_sprintfa(bodystr,"\"");
> 1133        }
> (gdb) p current_cid
> $5 = (GList *) 0x1
> 
> Bye!
> 
> 



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to