Re: GMC/MC problems SOLVED :-)




On Wed, 6 Jan 1999, Miguel de Icaza wrote:
> 
> > > I need a stack trace and as much information as you can gather from
> > > the crash.
> > 
> > Sent to you December 29 at the start of this thread.  It's in the archives:
> > http://www.gnome.org/mailing-lists/archives/gnome-list/1998-December/1846.html
> > The stack trace hasn't changed since.
> 
> I have now commited a fix to gnome-libs/libgnome/gnome-metadata.c, can
> you try it?
> 
> Index: gnome-metadata.c
> ===================================================================
> RCS file: /debian/home/gnomecvs/gnome-libs/libgnome/gnome-metadata.c,v
> retrieving revision 1.25
> retrieving revision 1.26
> diff -u -u -r1.25 -r1.26
> --- gnome-metadata.c	1999/01/02 07:43:06	1.25
> +++ gnome-metadata.c	1999/01/06 18:42:09	1.26
> @@ -355,6 +355,9 @@
>  	int key_size = sl + ol + LISTLEN, r;
>  	DBT key;
>  
> +	if (!database && init ())
> +		return GNOME_METADATA_IO_ERROR;
> +	
>  	dbkey = alloca (key_size);
>  	strcpy (dbkey, space);
>  	strcat (dbkey, LIST);
> 
> Miguel.

OK, it works now regardless of the state of my ~/desktop directory.
Wonderful!  Thank you very much.

-Gleef



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