Re: GDM Greeter cores on FreeBSD

2003-09-10 Thread Joe Marcus Clarke
On Wed, 10 Sep 2003, George wrote:

> On Mon, Sep 08, 2003 at 07:36:01AM +0900, Alexander Nedotsukov wrote:
> > As a quick olution apply this in to libart_lgpl2.
>
> The offending asserts have been commented out pending further review and
> fixage later.  The release that does this is 2.3.16 of libart_lgpl (nothing
> else was changed).  Note that while this affects GDM mostly it does seem to
> happen with apps like the panel and nautilus.  2.3.16 was included in todays
> gnome 2.4 release BTW.

Yep, we've already added it to the ports tree.  Thanks for the follow-up!

Joe

>
> George
>
> --
> George <[EMAIL PROTECTED]>
>War is much too serious a matter to be entrusted to the military.
>-- George Clemenceau
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>

PGP Key : http://www.marcuscom.com/pgp.asc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GDM Greeter cores on FreeBSD

2003-09-10 Thread George
On Mon, Sep 08, 2003 at 07:36:01AM +0900, Alexander Nedotsukov wrote:
> As a quick olution apply this in to libart_lgpl2.

The offending asserts have been commented out pending further review and
fixage later.  The release that does this is 2.3.16 of libart_lgpl (nothing
else was changed).  Note that while this affects GDM mostly it does seem to
happen with apps like the panel and nautilus.  2.3.16 was included in todays
gnome 2.4 release BTW.

George

-- 
George <[EMAIL PROTECTED]>
   War is much too serious a matter to be entrusted to the military.
   -- George Clemenceau
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GDM Greeter cores on FreeBSD

2003-09-07 Thread Alexander Nedotsukov
Kees Jan Koster wrote:

Dear All,

I use the Gnome GDM2 greeter in graphical mode, but recent versions of
it dump core (signal 6). This happens on both machines that I use it on.
One is a desktop and the other is a laptop, so I dounbt it is a hardware
issue.
My OS is FreeBSD-stable, cvsupped as of this week. I use portupgrade to
keep my ports up to date.
To reproduce:

* install recent (this week) version of FreeBSD's gdm2 port.
* start it using the shell script in /usr/X11R6/etc/rc.d
* choose the configure option
* enter root password
* pick graphical mode
* *churn, churn* *POW* signal 6
warning: GDM greeter will not restart at all after following the above
procedure. I removed the port and reinstalled it to fix the problem.
Plain mode (default) works fine, so that is what I use now.

Anyone else see this problem? How do I fix this?

As a quick olution apply this in to libart_lgpl2.

--- art_render_gradient.c.orig  Mon Sep  8 07:32:33 2003
+++ art_render_gradient.c   Sun Sep  7 20:18:18 2003
@@ -336,10 +336,10 @@
  assert ((stops[ix-1].offset <= offset_fraction + EPSILON) ||
 ((stops[ix].offset > (1.0 - EPSILON)) && (offset_fraction < E
== 0.0*/)));
  assert (offset_fraction <= stops[ix].offset);
-  assert (fabs (offset_fraction - stops[ix-1].offset) > EPSILON ||
+/*  assert (fabs (offset_fraction - stops[ix-1].offset) > EPSILON ||
 (d_offset >= 0.0));
  assert (fabs (offset_fraction - stops[ix].offset) > EPSILON ||
- (d_offset <= 0.0));
+ (d_offset <= 0.0));*/
 
  while (width > 0)
{

All the best,
Alexander.
Yours,
  Kees Jan
---
Kees Jan Koster e-mail:   kjkoster "at" kjkoster.org
www: http://www.kjkoster.org/
---
Life is uncertain; eat dessert first.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 



--
Alexander
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GDM Greeter cores on FreeBSD

2003-09-07 Thread Glenn Johnson
On Sun, Sep 07, 2003 at 11:18:20PM +0200, Kees Jan Koster wrote:

> Dear All,
>
> I use the Gnome GDM2 greeter in graphical mode, but recent versions of
> it dump core (signal 6). This happens on both machines that I use it
> on.  One is a desktop and the other is a laptop, so I dounbt it is a
> hardware issue.
>
> My OS is FreeBSD-stable, cvsupped as of this week. I use portupgrade
> to keep my ports up to date.
> 
> To reproduce:
> 
>  * install recent (this week) version of FreeBSD's gdm2 port.
>  * start it using the shell script in /usr/X11R6/etc/rc.d
>  * choose the configure option
>  * enter root password
>  * pick graphical mode
>  * *churn, churn* *POW* signal 6
> 
> warning: GDM greeter will not restart at all after following the above
> procedure. I removed the port and reinstalled it to fix the problem.
>
> Plain mode (default) works fine, so that is what I use now.
>
> Anyone else see this problem? How do I fix this?

Yes, I see this same behavior.  It started after a recent update but
I was not paying close enough attention to know which one.  I just
switched to the standard greeter (gdmlogin) as I have had too many other
things to worry about as of late.

-- 
Glenn Johnson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GDM Greeter cores on FreeBSD

2003-09-07 Thread Joe Marcus Clarke
On Sun, 7 Sep 2003, Kees Jan Koster wrote:

> Dear All,
>
> I use the Gnome GDM2 greeter in graphical mode, but recent versions of
> it dump core (signal 6). This happens on both machines that I use it on.
> One is a desktop and the other is a laptop, so I dounbt it is a hardware
> issue.
>
> My OS is FreeBSD-stable, cvsupped as of this week. I use portupgrade to
> keep my ports up to date.

This is a known issue, and a bug has been filed in GNOME Bugzilla.

Joe

>
> To reproduce:
>
>  * install recent (this week) version of FreeBSD's gdm2 port.
>  * start it using the shell script in /usr/X11R6/etc/rc.d
>  * choose the configure option
>  * enter root password
>  * pick graphical mode
>  * *churn, churn* *POW* signal 6
>
> warning: GDM greeter will not restart at all after following the above
> procedure. I removed the port and reinstalled it to fix the problem.
>
> Plain mode (default) works fine, so that is what I use now.
>
> Anyone else see this problem? How do I fix this?
>
>  Yours,
>Kees Jan
>
> ---
>  Kees Jan Koster e-mail:   kjkoster "at" kjkoster.org
>  www: http://www.kjkoster.org/
> ---
>  Life is uncertain; eat dessert first.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>

PGP Key : http://www.marcuscom.com/pgp.asc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"