[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool

** Attachment added: "grace-gdm.conf"
   http://launchpadlibrarian.net/22864326/grace-gdm.conf

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
strace shows that gdmgreeter is in fact crashing:

[pid 10364] execve("/usr/lib/gdm/gdmgreeter", ["/usr/lib/gdm/gdmgreeter"], [/* 
26 vars */]) = 0
[pid 10364] arch_prctl(ARCH_SET_FS, 0x7f7c41f94780) = 0
[pid 10364] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread djdvant
It seems to be in the latest packages, gdm was working fine until this
afternoons update.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-18 Thread Martin Pool
** Visibility changed to: Private

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
This might be the backtrace?

(gdb) bt
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305


** Visibility changed to: Public

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
That line is

 111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
 112 for (i = 0; i < gdm_wm_screens; i++)
 113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
 114 
 115 if (gdm_wm_screens < cur_screen_num)
 116 cur_screen_num = 0;
 117 
 118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
 119 }

it seems plausible that it is crashing there.

(gdb) info locals
screen = 
i = 27558944

(gdb) bt full
#0  0x0041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = 
i = 27558944
#1  0x0040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = 
hup = {__sigaction_handler = {sa_handler = 0x7fff2a4f2120, sa_sigaction 
= 0x7fff2a4f2120}, sa_mask = {__val = {140733903216872, 
  4131212846, 140733903216848, 0, 139690089767742, 0, 139690091768456, 1, 
0, 1, 139690021425858, 139690020982808, 139690024536576, 
  27317728, 4294967296, 139690091768456}}, sa_flags = 575611736, 
sa_restorer = 0x7fff2a4f2150}
term = {__sigaction_handler = {sa_handler = 0x1a, sa_sigaction = 0x1a}, 
sa_mask = {__val = {53, 4131212846, 139690089767152, 
  139690020956532, 46, 64550200, 140733903216448, 140733903216872, 
139690020957032, 0, 139690091768456, 139690091809176, 4222889, 
  139690021007888, 4202200, 4294967296}}, sa_flags = 1995, sa_restorer = 
0x7fff2a4f1f9f}
mask = {__val = {4222889, 27318304, 27318323, 139689997416889, 
27318304, 139689997391672, 140733903216888, 140733903216880, 
61267, 4096, 7740927, 6003431, 5610215, 1966080, 1751246, 4353680}}
ctrlch = 
error = 
theme_file = 
theme_dir = 
gdm_graphical_theme = 
gdm_gtk_theme = 
sid = 
r = 
i = 
key_string = 

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
I hoped that changing gdmgreeter to gdmlogin in gdm.conf would do as a
workaround, but it doesn't. However, turning on autologin in that file
avoids the whole problem and does let me get back in to my machine.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Martin Pool
Poking at it a bit more i thought this was interesting:

(gdb) p gdk_screen_get_n_monitors(gdk_screen_get_default())
$32 = 0
(gdb) l
106 
107 screen = gdk_screen_get_default ();
108 
109 gdm_wm_screens = gdk_screen_get_n_monitors (screen);
110 
111 gdm_wm_allscreens = g_new (GdkRectangle, gdm_wm_screens);
112 for (i = 0; i < gdm_wm_screens; i++)
113 gdk_screen_get_monitor_geometry (screen, i, 
gdm_wm_allscreens + i);
114 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) n
112 for (i = 0; i < gdm_wm_screens; i++)
(gdb) 
115 if (gdm_wm_screens < cur_screen_num)
(gdb) 
118 gdm_wm_screen = gdm_wm_allscreens[cur_screen_num];
(gdb) p cur_screen_num
$33 = 0
(gdb) p gdm_wm_allscreens
$34 = (GdkRectangle *) 0x0

That seems to be the immediate cause of the crash.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Schildt06
Thanks Man,
Hope that this gets fixed soon, untill then this would work.

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331416] Re: gdm fails with "the greeter application appears to be crashing" after upgrading to jaunty

2009-02-19 Thread Sebastien Bacher
*** This bug is a duplicate of bug 331324 ***
https://bugs.launchpad.net/bugs/331324

thank you for your debug information, that's bug #331324

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: gdm => gtk+2.0
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 331324
   gdmgreeter crashed with SIGSEGV in __libc_start_main()

-- 
gdm fails with "the greeter application appears to be crashing" after upgrading 
to jaunty
https://bugs.launchpad.net/bugs/331416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs