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 = <value optimized out>
i = 27558944
(gdb) bt full
#0 0x000000000041ea8a in gdm_wm_screen_init (cur_screen_num=0) at gdmwm.c:118
screen = <value optimized out>
i = 27558944
#1 0x000000000040d41d in main (argc=1, argv=0x7fff2a4f21d8) at greeter.c:1305
bg_color = <value optimized out>
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 = <value optimized out>
error = <value optimized out>
theme_file = <value optimized out>
theme_dir = <value optimized out>
gdm_graphical_theme = <value optimized out>
gdm_gtk_theme = <value optimized out>
sid = <value optimized out>
r = <value optimized out>
i = <value optimized out>
key_string = <value optimized out>
--
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs