[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 3313

[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 Bugs, which is a dire

[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

[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 gd

[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

[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

[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 Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

[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 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 appli

[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 Ubunt