[Thread Prev][Thread Next][Thread Index]
Re: Problem with SyncCM and a patch
- To: pilotmgr@xxxxxxxxxxxxxxxxxxxx, Dan.Mick@xxxxxxxxxxxx
- Subject: Re: Problem with SyncCM and a patch
- From: Dan Mick <dan.mick@xxxxxxxxxxxx>
- Date: Wed, 10 Nov 1999 13:36:56 -0800
- References: <199911020131.RAA19528@utopia.West.Sun.COM>
- Sender: owner-pilotmgr
Just to follow up and confirm 100%: yes, this was a bug in Solaris 8
libcsa,
only available internal to Sun, and it's since been resolved. (See,
we *do* test internally...;)
> A smoking gun: a recent bugfix to libcsa in the yet-to-be-released
> Solaris 8 has exactly the same threshold (16 weeks). I suspect
> something slightly wrong with that bugfix. So I suspect this
> issue is Solaris-8-specific, and there's a rumor that it's already
> been fixed...but I'll make certain. You non-Sun people probably
> needn't worry about this one.
>
> > 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 *
> ***********************************************************
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************