Re: Solaris theme selector crash



Hi,

I was looking at these bug reports.
Most of them are indeed duplicates of the same bug, namely
"When selecting a theme on Solaris 2.8, the gnome control center
 crashed.", but not all of them. And specifically, the one
that you marked them to be a duplicate of is a different thing,
some weird color depth problem.

 - 23741 is for wm-properties-capplet
 - 32021 also seems to be a different bug

I don't know about these two.

As for the one that is reported most, here's a patch that we
submitted in February:

---------8<----------
Index: control-center/capplets/theme-switcher/lister.c
===================================================================
RCS file: /cvs/gnome/control-center/capplets/theme-switcher/lister.c,v
retrieving revision 1.5.2.2
diff -u -r1.5.2.2 lister.c
--- control-center/capplets/theme-switcher/lister.c     2000/08/05
20:25:36        1.5.2.2
+++ control-center/capplets/theme-switcher/lister.c     2001/02/13
13:23:13
@@ -114,7 +114,12 @@
   FILE *fout = NULL;
   char *errstring = NULL;
   int out_fd;
+#ifndef HAVE_GETLINE
+  char line[1024];
+  char *lineptr = line;
+#else
   char *lineptr = NULL;
+#endif
   size_t linecount = 0;

 gchar *template = g_strconcat (file, "-XXXXXX", NULL);
--------->8----------


cheers,

Laca

Chema Celorio wrote:
> 
> Can someone with a solaris box please take a look at :
> http://bugzilla.gnome.org/show_bug.cgi?id=26999
> 
> It is a crash that has been reported 60+ times, but I don't have access
> to a Solaris box. If the SUN guys already have a patch for this, it
> would be great if it can be forwarded upstream.
> 
> Another thing, is there anybody out there that wants to take care of
> bugfixing control center stuff on solaris ? Come on you brave soul !!
> speak up and you'll be rewarded with 100 love points.
> 
> thanks,
> Chema
> 
> _______________________________________________
> gnome-hackers mailing list
> gnome-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-hackers

_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers




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