Re: [evolution-patches] fix for bug #41469



On Wed, 2003-04-16 at 14:36, Not Zed wrote:
> Sure.
> 
> i woudln't have minded debuggign for the upgrade process, because
> nobody's really tested it much yet, but who cares eh.

I almost decided to make each printf null-guard all the string values,
but that would have made a bigger mess? But yea, it would be nice to
have some debug spew if problems arise.

Jeff

> 
> 
> On Thu, 2003-04-17 at 06:31, Jeffrey Stedfast wrote:
> > Just a crash on Solaris in a printf with a NULL string argument.
> > 
> > so I just turned off debugging.
> > 
> > Jeff
> > 
> > -- 
> > Jeffrey Stedfast
> > Evolution Hacker - Ximian, Inc.
> > fejj ximian com  - www.ximian.com
> > 
> > ______________________________________________________________________
> > 
> > ? 41469.patch
> > Index: ChangeLog
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
> > retrieving revision 1.1240
> > diff -u -r1.1240 ChangeLog
> > --- ChangeLog	16 Apr 2003 14:49:22 -0000	1.1240
> > +++ ChangeLog	16 Apr 2003 20:54:34 -0000
> > @@ -1,3 +1,7 @@
> > +2003-04-16  Jeffrey Stedfast  <fejj ximian com>
> > +
> > +	* e-config-upgrade.c: Turn off debugging. Fixes bug #41469.
> > +
> >  2003-04-16  Ettore Perazzoli  <ettore ximian com>
> >  
> >  	* apps_evolution_shell.schemas: Increase the default value for
> > Index: e-config-upgrade.c
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/shell/e-config-upgrade.c,v
> > retrieving revision 1.7
> > diff -u -r1.7 e-config-upgrade.c
> > --- e-config-upgrade.c	4 Apr 2003 20:27:03 -0000	1.7
> > +++ e-config-upgrade.c	16 Apr 2003 20:54:34 -0000
> > @@ -42,7 +42,7 @@
> >  
> >  #include "e-config-upgrade.h"
> >  
> > -#define d(x) x
> > +#define d(x)
> >  
> >  /* output revision of configuration */
> >  #define CONF_MAJOR (1)
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]