[Thread Prev][Thread Next][Thread Index]

Problem with SyncCM and a patch



SyncCM stopped working for me....would pause in the midst of
loading appointments from my CM calendar, and loop allocating
memory.  After a bunch of debug, I'm thinking it points to
a bug in Solaris's libcsa.so, but I'm not certain yet.
But I did find a workaround:

> diff cm.pm.orig cm.pm

936c936,939
<     $chunk = 16 * 7 * 24 * 60 * 60;   # 16 weeks.
---
>     # I've no idea why, but paring this down to 8 weeks makes my
>     # calendar work better.  i.e. at all.
> 
>     $chunk = 8 * 7 * 24 * 60 * 60;    # 8 weeks.

------------------------------------------------------------------------
***********************************************************
*             This is a public mailing list!              *
* Please do not publish Sun proprietary information here! *
*        -  -  -  -  -  -  -  -  -  -  -  -  -  -         *
*             http://www.moshpit.org/pilotmgr             *
***********************************************************


SourceForge.net Logo