On Thu, 2004-10-28 at 12:33 +0200, Stefan Behlert wrote:
> Moin,
> 
> On Oct 28, 04 10:31:02 +0200, Stefan Behlert wrote:
> [...]
> > I'm currently still getting a SEGV because of a non-existing file named
> > "remotesettings". I have to investigate if that's a local problem or a
> > general one. Has anyone else seen this?
> 
> Ok, looks like this happens if one selects the evo2-plugin, but doesn't
> choose 'options'. Than no "remotesettings"-file is written, and multisync
> crashes in 
> sync_set_requestfailederror() at
> thissync->errorstr = g_strdup(errorstr);
> 
> because:
> 
> gpointer sync_set_requestfailederror(char* errorstr, sync_pair *thissync)
> from syncengine.c
> is called with
> sync_set_requestfailederror(env->handle, "could not connect to calendar");
> in sync_connect() from evolution_sync.c
> 
> same problem a few lines later. Patch appended.
> 

I think we really need to move to another cvs. I fixed this error
yesterday...

> 
>         ciao,
>           Stefan

-- 
Armin Bauer <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Multisync-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-devel

Reply via email to