[Bug 555027] New: autologin failure ...
http://bugzilla.novell.com/show_bug.cgi?id=555027 Summary: autologin failure ... Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: mmeeks@novell.com QAContact: qa@suse.de Found By: --- I installed the Gnome live-CD; then re-booted, went through the auto-configuration flow, and then (AFAIR re-booted), and gdm / auto-login hung - after mis-rendering some painfully cramped text inside a dialog saying that [ I thought we had accelerated auto-login so it did not do this incidentally ]. I switched consoles, and discovered that (apparently) X is not responding / re-rendering either, so I got a trace of that - fine: Thread 1 (Thread 0xb73396c0 (LWP 7134)): #0 0xffffe430 in __kernel_vsyscall () #1 0xb74a457d in select () from /lib/libc.so.6 #2 0x081370a3 in WaitForSomething () #3 0x0808da09 in Dispatch () #4 0x08071f85 in main () Then I poked at other apps: (gdb) attach 7708 Attaching to process 7708 ptrace: Operation not permitted. (gdb) q linux-8pm5:~ # ps auwx | grep 7708 gdm 7708 0.0 0.0 0 0 ? Z 19:45 0:00 [canberra-gtk-pl] <defunct> (gdb) bt #0 0xffffe430 in __kernel_vsyscall () #1 0xb6f46d5e in poll () from /lib/libc.so.6 #2 0xb6bc9150 in ?? () from /usr/lib/libxcb.so.1 #3 0xb6bcae64 in xcb_wait_for_reply () from /usr/lib/libxcb.so.1 #4 0xb702af3b in _XReply () from /usr/lib/libX11.so.6 #5 0xb701ebf6 in XSync () from /usr/lib/libX11.so.6 #6 0xb740f7b8 in gdk_flush () from /usr/lib/libgdk-x11-2.0.so.0 #7 0xb75988fc in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #8 0x0806148b in gtk_tree_model_iter_n_children () #9 0xb6e95ace in __libc_start_main () from /lib/libc.so.6 #10 0x08050621 in gtk_tree_model_iter_n_children () (gdb) finish Run till exit from #0 0xffffe430 in __kernel_vsyscall () ^[[C Detaching from program: /usr/bin/gnome-session, process 7398 Before I hit metacity: (gdb) bt #0 0xffffe430 in __kernel_vsyscall () #1 0xb6df7d95 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0xb6eef27c in pthread_cond_wait () from /lib/libc.so.6 #3 0xb6b761a3 in ?? () from /usr/lib/libxcb.so.1 #4 0xb6b77e64 in xcb_wait_for_reply () from /usr/lib/libxcb.so.1 #5 0xb6ff2f3b in _XReply () from /usr/lib/libX11.so.6 #6 0xb6fe6bf6 in XSync () from /usr/lib/libX11.so.6 #7 0x08069808 in gdk_rectangle_intersect () #8 0x08085c84 in gdk_rectangle_intersect () #9 0x0808b832 in gdk_rectangle_intersect () #10 0x0806233e in gdk_rectangle_intersect () #11 0x08078cc0 in gdk_rectangle_intersect () #12 0x08061dc6 in gdk_rectangle_intersect () #13 0x08071b64 in gdk_rectangle_intersect () #14 0x08072858 in gdk_rectangle_intersect () #15 <signal handler called> #16 0xffffe430 in __kernel_vsyscall () #17 0xb6ed6d1e in poll () from /lib/libc.so.6 #18 0xb6b76150 in ?? () from /usr/lib/libxcb.so.1 #19 0xb6b77e64 in xcb_wait_for_reply () from /usr/lib/libxcb.so.1 #20 0xb6ff2f3b in _XReply () from /usr/lib/libX11.so.6 #21 0xb6fe6bf6 in XSync () from /usr/lib/libX11.so.6 #22 0x0808f59e in gdk_rectangle_intersect () #23 0x08081c99 in gdk_rectangle_intersect () #24 0x08081eae in gdk_rectangle_intersect () #25 0x08081ee7 in gdk_rectangle_intersect () #26 0x08085a5c in gdk_rectangle_intersect () #27 0x08063816 in gdk_rectangle_intersect () #28 0x080ab89c in gdk_rectangle_intersect () #29 0xb73f14c3 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #30 0xb73f3211 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #31 0xb73f366f in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #32 0xb714b4c2 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #33 0xb714ed98 in ?? () from /usr/lib/libglib-2.0.so.0 #34 0xb714f1ef in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #35 0x08072383 in gdk_rectangle_intersect () #36 0xb6e25ace in __libc_start_main () from /lib/libc.so.6 #37 0x08053ad1 in gdk_rectangle_intersect () Which seems to be the cause of the grief. It -seems- that if you send metacity whatever signal it is that kills it benignly, and it gets that in the middle of some xcb synchronous call - then -very- bad things happen. quite why metacity is doing this work synchronously, instead of at idle, later I have no idea. But it hung my whole session & I couldn't log in. At least - pkill -9 -f metacity from the console let me log-in. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=555027#c1 --- Comment #1 from Michael Meeks <mmeeks@novell.com> 2009-11-12 13:44:07 MST --- strangely, I see no signal handler that could be at fault here - which is most odd. Could it be the crash reporter getting in the way ? or is the trace just completely bogus ? :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 --- Comment #2 from Michael Meeks <mmeeks@novell.com> 2009-11-16 13:45:35 UTC --- Up-stream bug with sensible looking patch is: https://bugzilla.gnome.org/show_bug.cgi?id=600864 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c3 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |sbrabec@novell.com Info Provider| |mmeeks@novell.com --- Comment #3 from Stanislav Brabec <sbrabec@novell.com> 2009-12-16 18:10:48 CET --- metacity packages with patch from the upstream bug applied will appear soon here: http://download.opensuse.org/repositories/home:/sbrabec:/branches:/openSUSE:... Please test. If there are no problems, I'll send it to 11.2 and Factory. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c4 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |captain.magnus@opensuse.org --- Comment #4 from Magnus Boman <captain.magnus@opensuse.org> 2009-12-16 21:37:29 UTC --- Stanislav, Can you check with upstream if they plan to release a version update for metacity with this patch in the very near future? We are in the process of releasing GNOME 2.28.2 as a maintanance update so would be good to have this in the same batch. See Bug#564611 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c5 --- Comment #5 from Stanislav Brabec <sbrabec@novell.com> 2009-12-18 15:28:00 CET --- I don't see any new version on GNOME ftp. And the fix even does not compile in 11.2 (they use -Werror and ingore return value of write()), see https://bugzilla.gnome.org/show_bug.cgi?id=600864#c10. Created request id 27119 to openSUSE:11.2:Update:Test. Feel free to cancel it if GNOME 2.28.2 will include fixed metacity. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c6 --- Comment #6 from Stanislav Brabec <sbrabec@novell.com> 2009-12-18 17:53:39 CET --- *** Bug 564823 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=564823 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c7 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|mmeeks@novell.com | Resolution| |FIXED --- Comment #7 from Stanislav Brabec <sbrabec@novell.com> 2009-12-22 16:21:36 CET --- Upstream symptoms of the race condition are the same, assuming that it is a correct fix. Submitting separately because the fix is not part of GNOME 2.28.2. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c8 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #8 from Stanislav Brabec <sbrabec@novell.com> 2010-01-10 17:20:23 CET --- Reopening. Request id 27119 for openSUSE 11.2 (that obsoleted by submitreq 27450) is still waiting for checkin to the openSUSE:11.2:Update:Test. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c9 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |maintenance@opensuse.org --- Comment #9 from Stanislav Brabec <sbrabec@novell.com> 2010-01-10 17:22:05 CET --- To maintenance: Could you please approve this fix for update? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c10 --- Comment #10 from Marcus Meissner <meissner@novell.com> 2010-01-11 13:50:04 UTC --- first, your submission is not linear. and also not in your homedir anymore. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/all/GNOME/metacity (Old) and /work/src/done/11.2/metacity (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "metacity", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/all/GNOME/metacity/metacity.changes 2009-12-02 12:03:34.000000000 +0100 +++ /work/src/done/11.2/metacity/metacity.changes 2009-12-16 16:14:21.000000000 +0100 @@ -2 +2 @@ -Wed Dec 2 12:03:27 CET 2009 - vuntz@opensuse.org +Wed Dec 16 16:13:31 CET 2009 - sbrabec@suse.cz @@ -4,2 +4,2 @@ -- Update the way we remove the ha, la, ig locales for old versions - of openSUSE. +- Fix a race condition that causes that gdm autologin sometimes + never completes (bnc#555027, bgo#600864). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c11 --- Comment #11 from Marcus Meissner <meissner@novell.com> 2010-01-11 13:53:06 UTC --- err, my fault. i diffed against factory .. sorry -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c12 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:30065 --- Comment #12 from Swamp Workflow Management <swamp@suse.com> 2010-01-11 13:54:34 UTC --- The SWAMPID for this issue is 30065. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/30065) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c13 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |meissner@novell.com Info Provider|maintenance@opensuse.org | --- Comment #13 from Marcus Meissner <meissner@novell.com> 2010-01-11 16:59:26 UTC --- please submit patchinfo tioo -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c15 --- Comment #15 from Michael Meeks <mmeeks@novell.com> 2010-01-12 11:22:17 UTC --- doesn't occur in stock SLE11 - only SP1. Thanks :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c16 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30065 |maint:running:30065 | |maint:released:11.2:30075 --- Comment #16 from Swamp Workflow Management <swamp@suse.com> 2010-01-20 14:53:24 UTC --- Update released for: metacity, metacity-debuginfo, metacity-debugsource, metacity-devel, metacity-lang Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c17 --- Comment #17 from Marcus Meissner <meissner@novell.com> 2010-01-20 14:54:17 UTC --- could be resolved if everything is done -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30065 |. |maint:released:11.2:30075 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c18 --- Comment #18 from Stanislav Brabec <sbrabec@novell.com> 2010-01-21 10:56:49 CET --- This patch seems to cause something strange - causes failure on another machine with prompt login. The login fails - applications seems to be running, but nothing except background is visible. Work-around: killall metacity as root from console before the login. It seems that metacity started by gdm is not properly killed in time. Log differences: If it fails: Varování správce oken: Obrazovka 0 na displeji ":0.0" již správce oken má; zkuste prosím nahradit aktuálního správce oken pomocí přepínače --replace. Varování správce oken: Obrazovka 0 na displeji ":0.0" již správce oken má; zkuste prosím nahradit aktuálního správce oken pomocí přepínače --replace. (says that window manager is already running) If it runs: (gnome-settings-daemon:15309): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed (gnome-settings-daemon:15309): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c19 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e-mail@fritz-biermann.de --- Comment #19 from Vincent Untz <vuntz@novell.com> 2010-01-21 15:15:46 UTC --- *** Bug 560048 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=560048 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c20 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomasz.zieja@gmail.com --- Comment #20 from Vincent Untz <vuntz@novell.com> 2010-01-21 15:18:11 UTC --- *** Bug 559124 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=559124 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c22 --- Comment #22 from Marcus Meissner <meissner@novell.com> 2010-01-21 15:38:18 UTC --- *sigh* -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c24 --- Comment #24 from Stanislav Brabec <sbrabec@novell.com> 2010-01-21 16:44:39 CET --- To all reproducers: The openSUSE 11.2 online metacity fix released yesterday seems to fix autologin issues. But it seems to break standard login on some machines. If you can reproduce the autologin issue, please verify that metacity online update from yesterday is installed. Please report this problem only if you can reproduce autologin problem _with_ this fix. Hang while logging in after manual login seems to be a new issue after this fix. Please report this problem only if you can reproduce manual login problem _without_ this fix. In both cases above, symptoms are the same: Screen with just an background and X mouse pointer. However symptoms are the same, the technical background is completely different: Autologin hang is a race condition that causes hang in metacity calling illegal functions. Manual login hang seems to be caused by a race condition with two window managers at a time. And well, there is another race condidion that causes hang while suspending or halting GNOME: bug 540482 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c25 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #25 from Stanislav Brabec <sbrabec@novell.com> 2010-01-22 10:48:40 CET --- I am just debugging this problem on a machine where it happens. Yes, gdm's metacity instance does not stop in time. No, it is not a race, gdm's metacity instance runs forever. It does not respond to SIGTERM, only SIGKILL shuts it down. Surprisingly, on the second machine it does not happen. The screen is not empty as it looks. Applications are running, but they are in a strange state. After killing metacity and running another, I don't see any windows anywhere. But xwininfo does: Root window id: 0x5d (the root window) (has no name) Parent window id: 0x0 (none) 66 children: 0x4a005fa "Panel": ("gnome-panel" "Gnome-panel") 113x27+1167+24 +1167+24 1 child: .. 0x28000b8 "Bug 555027 – autologin failure ...": ("epiphany" "Epiphany") 454x114+0+0 +0+0 5 children: 0x280033d (has no name): () 1275x769+2+124 +2+124 0x28001bd (has no name): () 1275x769+2+124 +2+124 0x28002ef (has no name): () 1275x769+2+124 +2+124 0x28001bc (has no name): () 1279x801+0+94 +0+94 0x28000b9 (has no name): () 1x1+-1+-1 +-1+-1 .. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c26 --- Comment #26 from Michael Meeks <mmeeks@novell.com> 2010-01-22 11:09:39 UTC --- Interesting; can you attach gdb to the zombie metacity to see what it is doing when it is hung there ? I suspect the main-loop is not running, and thus we don't get the signal down the pipe to the main-loop, that then doesn't call exit. Another query is - wtf. are we running metacity etc. as user 'gdm' in the first-place, this can only make 'auto-login' horribly slow as we create two sessions instead of one ? - I thought we had fixed this [ at least in Moblin:Factory/gdm we have a patch to make autologin ~instant with no intervening WM ]. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c27 --- Comment #27 from Stanislav Brabec <sbrabec@novell.com> 2010-01-22 13:00:19 CET --- I tried this but failed (corrupt stack). But I succeeded to attach to the (pre-zombie) gdm and set breakpoints to sigterm_handler() and on_sigterm(). I was not able to debug for some reason, but I was at least able to get a partial backtrace. Program received signal SIGSEGV, Segmentation fault. 0xb7136cc0 in SmcSetProperties () from /usr/lib/libSM.so.6 #0 0xb7136cc0 in SmcSetProperties () from /usr/lib/libSM.so.6 #1 0x0807d0e1 in meta_session_shutdown () #2 0x080724df in main () It seems to be a race: gdm does not wait for metacity being terminated (it started to run session even if gdm was waiting on breakpoint), something probably happens before metacity finishes SIGTERM handling. And the something causes SIGSEGV. I guess that anybody can reproduce it in gdm. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c28 --- Comment #28 from Stanislav Brabec <sbrabec@novell.com> 2010-01-22 13:03:42 CET --- And strace log: 25858 poll([{fd=5, events=POLLIN}, {fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=13, event s=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, events=POLLIN}, {fd=17, events=POLL IN}], 9, -1) = 1 ([{fd=7, revents=POLLIN}]) 25858 read(7, "\21 8\3]\0\0\0|\0`\1\4\0\0\0\30\311h\0104\1\0\0\360Xq\10\364_A\267", 4096) = 32 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 poll([{fd=5, events=POLLIN}, {fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=13, event s=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, events=POLLIN}, {fd=17, events=POLL IN}], 9, -1) = 1 ([{fd=16, revents=POLLIN|POLLHUP}]) 25858 --- SIGTERM (Terminated) @ 0 (0) --- 25858 write(4, "\0", 1) = 1 25858 close(4) = 0 25858 sigreturn() = ? (mask now []) 25858 read(16, "", 8) = 0 25858 close(16) = 0 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 poll([{fd=5, events=POLLIN}, {fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=17, events=POLLIN}], 8, -1) = 1 ([{fd=3, revents=POLLIN|POLLHUP}]) 25858 close(3) = 0 25858 --- SIGSEGV (Segmentation fault) @ 0 (0) --- 25858 poll([{fd=7, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=7, revents=POLLOUT}]) 25858 writev(7, [{"$\0\1\0\33\0\2\0\0\0\0\0", 12}, {NULL, 0}, {"", 0}], 3) = 12 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 poll([{fd=7, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=7, revents=POLLOUT}]) 25858 writev(7, [{" \0\2\0\0\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8 25858 read(7, 0x80e3f98, 4096) = -1 EAGAIN (Resource temporarily unavailable) 25858 poll([{fd=7, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=7, revents=POLLOUT}]) 25858 writev(7, [{"%\0\1\0+\0\1\0", 8}, {NULL, 0}, {"", 0}], 3) = 8 25858 mmap2(NULL, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xb2e99000 25858 munmap(0xb2e99000, 421888) = 0 25858 munmap(0xb3000000, 626688) = 0 25858 mprotect(0xb2f00000, 135168, PROT_READ|PROT_WRITE) = 0 25858 poll([{fd=7, events=POLLIN}], 1, -1) = 1 ([{fd=7, revents=POLLIN}]) 25858 read(7, "\1\2=\3\0\0\0\0:\0\0\1\0\0\0\0\30\0\0\0\0\0\0\0\200\201l\10\0\0\0\0"..., 4096) = 96 25858 futex(0xb6dd63a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c29 --- Comment #29 from Stanislav Brabec <sbrabec@novell.com> 2010-01-22 13:09:28 CET --- To comment 26: I don't know, whether we call metacity for autologin, but this happens for prompt login. In prompt login gdm really starts specially configured metacity that remains running forever. I guess that I was able to reproduce it even outside gdm: Started metacity from console, later pressed Ctrl+C and - nothing happened. And yes, the bug is surely triggered by the online update: - It happens in the SIGINT handler - Downgrade/upgrade was reproducibly able to fix/re-occur this bug. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c30 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gy3544@yahoo.fr --- Comment #30 from Vincent Untz <vuntz@novell.com> 2010-01-22 14:33:43 UTC --- *** Bug 572763 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=572763 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c31 --- Comment #31 from G Y <gy3544@yahoo.fr> 2010-01-23 13:14:17 UTC --- Thanks Stanisslav for you message on my bug 572763. Just an information, on my computer the update of metacity blocked the autologin on start, but didn't solve the problem at shutdown. Good day. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c32 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ensonic@sonicpulse.de --- Comment #32 from Vincent Untz <vuntz@novell.com> 2010-01-25 10:26:52 UTC --- *** Bug 573389 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=573389 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c33 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P1 - Urgent Status|REOPENED |ASSIGNED --- Comment #33 from Stanislav Brabec <sbrabec@novell.com> 2010-01-25 12:24:57 CET --- Debugging this issue a bit more, it seems to be another race. Both session manager and metacity gets SIGTERM. If the processing is fast enough, metacity terminates before processing the signal from session manager. But both attempt to close session (smcConn). Bad things will happen, if metacity gets time to process both: It attempts to close already closed session. It causes SIGSEGV and zombie. This is a typical backtrace of this bug: Program received signal SIGSEGV, Segmentation fault. 0xb6f53cc0 in SmcSetProperties (smcConn=0x814a2f0, numProps=1, props=0xbff34ac8) at sm_client.c:373 373 IceGetHeader (iceConn, _SmcOpcode, SM_SetProperties, #0 0xb6f53cc0 in SmcSetProperties (smcConn=0x814a2f0, numProps=1, props=0xbff34ac8) at sm_client.c:373 #1 0x0807d0e1 in meta_session_shutdown () #2 0x080724df in main () Looking at metacity git log, I found a fix for that issue: edeadf6 And an upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=604867 The patch there seems to fix prompt login issue without breaking autologin issue. Testing package with this patch will appear in home:sbrabec:branches:openSUSE:11.2:Update. It should contain: Mon Jan 25 12:06:32 CET 2010 - sbrabec@suse.cz - Fix a race condition that causes crash during gdm login sometimes and login never completes (bnc#555027, bgo#604867). Please test. It fixed the issue for me, at least during my short test. Well, but one of my backtraces from previous testing look differently: Program received signal SIGSEGV, Segmentation fault. 0xb6ecbc55 in ?? () from /lib/libc.so.6 #0 0xb6ecbc55 in ?? () from /lib/libc.so.6 #1 0xb6ece0ba in malloc () from /lib/libc.so.6 #2 0xb6f450f5 in __vasprintf_chk () from /lib/libc.so.6 #3 0xb71cf656 in g_vasprintf () from /usr/lib/libglib-2.0.so.0 #4 0xb71bb0d7 in g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0 #5 0x0807ee7d in meta_warning () #6 0x0808d54c in meta_workspace_focus_default_window () #7 0x0808bb27 in meta_window_free () #8 0x0806242e in meta_display_unmanage_windows_for_screen () #9 0x08078e70 in meta_screen_free () #10 0x08061eb6 in meta_display_close () #11 0x080724f3 in main () LND: Sending signal 11 to Thread 0xb6a1b750 (LWP 5404) Looking at metacity changelog, there seems to be yet another race: https://bugzilla.gnome.org/show_bug.cgi?id=596200 The patch is a bit large (~9kB), but maybe we should consider it as well: db37deb + 19d85c8 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c34 --- Comment #34 from Stanislav Brabec <sbrabec@novell.com> 2010-01-25 13:22:34 CET --- Test packages are already available: http://download.opensuse.org/repositories/home:/sbrabec:/branches:/openSUSE:... And well, it seems that also gdm has a race conditions that makes possible starting session without verifying that gdm's metacity is already terminated: https://bugzilla.gnome.org/show_bug.cgi?id=608024 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c35 --- Comment #35 from Vance 萬斯 Baarda <vrb@novell.com> 2010-01-25 13:25:39 MST --- Your metacity-2.28.0-2.11.1.i586 package works for me so far. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c36 --- Comment #36 from Stefan Kost <ensonic@sonicpulse.de> 2010-01-25 20:29:25 UTC --- Also works for me. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c37 --- Comment #37 from Stanislav Brabec <sbrabec@novell.com> 2010-01-26 11:57:47 CET --- I just applied the another deadlock fix from the upstream GIT to prevent future bug reports. (deadlocks in GNOME Shell and Zenity). It seems to work without any problems as well. If there will be no complains, I will push it to the update channel as soon as possible. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c38 --- Comment #38 from G Y <gy3544@yahoo.fr> 2010-01-26 13:40:09 UTC --- hello, I tried the package 2.28.0-2.12.1. I start and shutdown 5 times. No problem at starting. But for me at shutdown nothing change : 3 of the 5 times I had the autologin and must push shutdown hardware button ... see comment 31 Good day. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c39 --- Comment #39 from Stanislav Brabec <sbrabec@novell.com> 2010-01-26 18:24:16 CET --- OK. Applied both additional fixes and submitted: openSUSE:11.2:Update:Test: request id 30509 Summary of the fix: This is the bug triggered on some machines by fix of the original report: Fix a race condition on SIGTERM + session end at once that causes crash in gdm and login sometimes never completes (bnc#555027, bgo#604867). This is the bug that probably was not yet reported in Novell Bugzilla, but it is in the same spirit as the original report (original race was "doing too much in SIGTERM", this one is "doing too much in SIGCHLD"): Fix a race condition on SIGCHLD + g_child_watch() that sometimes causes deadlocks (bnc#555027, bgo#596200). Please populate to the update channel as fast as possible. I guess that more machines experience the race. System which experiences this race forces users to use console online update. It would be nice to put this information somewhere: If your system hangs on login, do following: Ctrl+Alt+F1 type root type your root password "{your_computer_name}:~ #" should appear type YaST2 online_update and {Enter} Proceed installing at least metacity (you can use Tab, Space, Arrows and Enter to navigate) When done, type: rcxdm restart ; exit Your system should work again. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c41 --- Comment #41 from Fatih Alabas <f.alabas@ttmail.com> 2010-01-26 19:29:29 UTC --- Your fix is working fine at both login and shutdown. Thank you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c42 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |maintenance@opensuse.org --- Comment #42 from Stanislav Brabec <sbrabec@novell.com> 2010-01-26 21:10:55 CET --- May I ask for yet another SWAMPID? To comment 41: However the fix covers race condition that may theoretically happen on logout, I believe, that the shutdown problem is NOT covered by this fix. Problems on shutdown are much more probably caused by bug 540482 (see comment 24). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c43 --- Comment #43 from Fatih Alabas <f.alabas@ttmail.com> 2010-01-26 20:35:17 UTC --- Shutdown problem occurrences on my machine was generally 1 out of 5/6 shutdowns. I have tried more for this patch,but unable to catch one. Maybe the probability has been reduced, at least ! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c44 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. maint:running:30522 --- Comment #44 from Swamp Workflow Management <swamp@suse.com> 2010-01-26 22:46:38 UTC --- The SWAMPID for this issue is 30522. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/30522) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c45 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|maintenance@opensuse.org | --- Comment #45 from Marcus Meissner <meissner@novell.com> 2010-01-28 14:35:14 UTC --- all suvbmitted -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c46 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #46 from Stanislav Brabec <sbrabec@novell.com> 2010-01-28 18:01:08 CET --- OK. Closing and waiting for online update. Also upstream just released metacity-2.28.1 that includes fixes mentioned here. (Only compiler warning fix metacity-race-autologin-cleanup.patch uses a different code.) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c47 Mark Buell <mark_buell@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |mark_buell@yahoo.com Resolution|FIXED | --- Comment #47 from Mark Buell <mark_buell@yahoo.com> 2010-01-29 04:12:31 UTC --- I'm new at this - and may be doing this bug reporting incorrectly - idk. However, I am having exactly the reported prompt login symptoms. Login occurs, no prob, but then I have a default background, no panels, no apparent activity, mouse cursor works ok, nothing else works. I can ctrl-alt-F1 or ctrl-alt-backspace to reboot. Plain CLI seems to work ok, I can get to YaST2. Normally desktop is controlled by Compiz. Metacity version installed is 2.28.0-2.5.2 (re-install does not help). Restart does not change anything. Fix above as root does not change anything. YaST2 shows no updates - everything updated. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c48 --- Comment #48 from Mark Buell <mark_buell@yahoo.com> 2010-01-29 04:24:47 UTC --- addendum: in the time it took to write the previous comment, the machine in question finally booted to an operative desktop. Most personal settings appear to be missing - background, panels, etc., but it is working. Fix employed: Ctrl+Alt+F1 type root type your root password "{your_computer_name}:~ #" should appear type YaST2 online_update and {Enter} Proceed installing at least metacity (you can use Tab, Space, Arrows and Enter to navigate) When done, type: rcxdm restart ; exit Except no updates made - all were already done. Which would indicate that the rcxdm restart alone made something change. Very strange. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c49 --- Comment #49 from Steven Moring <smoring@novell.com> 2010-01-29 12:49:24 UTC --- I have the same issue as Mark (comments 47 and 48) but mine never gets to a desktop that's functional. I have a slow, very old machine that I'm testing with, it's a gx260 (Dell), not sure if that's in common with Mark or not. I have updated metacity before ever going through to the gnome desktop via yast and online update, same results. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c50 --- Comment #50 from Mark Buell <mark_buell@yahoo.com> 2010-01-29 13:59:22 UTC --- All is not well. fyi: my hardware: intel m-board, 1.8G intel cpu, 2G RAM, 2 20G hdd, machine is ~ 4-5 yrs old, gpu Nvidia. I'm afraid I don't remember the specs, and the system monitor locks up when I try to click the "System" tab. CPU usage is 99 - 100%, the monitor is using 38-45% cpu cycles, but nothing else reported by the monitor shows the rest of that usage. Other programs seem to be responding normally. This machine has been running 11.2 since shortly after it was released. I notice on the openSuSE forum there is a thread reporting similar problems, in a recent time frame. That thread notes an UPGRADE to Metacity 2.28.0-2.11.x seems to fix the problem. This would be a downgrade to me. I may see if I can get to it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c51 --- Comment #51 from Marcus Meissner <meissner@novell.com> 2010-01-29 14:03:17 UTC --- an iupdate is in the test repo, metacity2.28.0-2.6.1 at http://download.opensuse.org/update/11.2-test/ please test. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c52 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mauricio.guerrilha@gmail.co | |m --- Comment #52 from Vincent Untz <vuntz@novell.com> 2010-01-29 15:03:29 UTC --- *** Bug 575183 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=575183 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c53 --- Comment #53 from Mark Buell <mark_buell@yahoo.com> 2010-01-29 15:41:15 UTC --- Apology: I misread version number - 2.11 would be newer than 2.5. I have downloaded 2.6 and Stanislav's 2.12. I will test both sequentially. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c54 --- Comment #54 from Vance 萬斯 Baarda <vrb@novell.com> 2010-01-29 09:39:37 MST --- (In reply to comment #53)
Apology: I misread version number - 2.11 would be newer than 2.5. I have downloaded 2.6 and Stanislav's 2.12. I will test both sequentially.
Please focus on testing the RPM in http://download.opensuse.org/update/11.2-test/ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c55 --- Comment #55 from Mark Buell <mark_buell@yahoo.com> 2010-01-29 17:01:52 UTC --- With both metacity 2.28.0-2.6.1 and 2.28.0-2.12.1 login prompt works normally, and gnome system monitor reports something like "normal" cpu cycle usage (9-30%). Gnome desktop settings still don't come up on reboot. Gnome system monitor still locks up when trying to access the "system" tab. My guess is that these two issues are coincidental, not related, but you guys would know better than I. If you like, I will revert to 2.6.1, and send you any reports that might be helpful. Thank you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c56 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO CC| |cdengler@novell.com Info Provider| |vuntz@novell.com --- Comment #56 from Christian Dengler <cdengler@novell.com> 2010-02-08 12:15:31 UTC --- Vincent, should we release the package in update-test or will you provide a new package (according to comment #55)? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c57 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |vuntz@novell.com Info Provider|vuntz@novell.com | --- Comment #57 from Vincent Untz <vuntz@novell.com> 2010-02-08 12:56:15 UTC --- Comment #55 seems unrelated to this metacity issue, so please go ahead with the update. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c58 --- Comment #58 from Christian Dengler <cdengler@novell.com> 2010-02-08 13:18:37 UTC --- Vincent, thanks for the fast answer. Update released. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c59 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. maint:running:30522 |. maint:running:30522 | |maint:released:11.2:30534 --- Comment #59 from Swamp Workflow Management <swamp@suse.com> 2010-02-08 13:19:37 UTC --- Update released for: metacity, metacity-debuginfo, metacity-debugsource, metacity-devel, metacity-lang Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. maint:running:30522 |. |maint:released:11.2:30534 |maint:released:11.2:30534 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c60 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com --- Comment #60 from Federico Mena Quintero <federico@novell.com> 2010-02-11 21:18:50 UTC --- This looks like it is also affecting bug #570385. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555027 http://bugzilla.novell.com/show_bug.cgi?id=555027#c65 Scott Reeves <sreeves@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED CC| |sreeves@novell.com InfoProvider|sreeves@novell.com | Resolution| |FIXED --- Comment #65 from Scott Reeves <sreeves@novell.com> 2010-04-10 00:00:40 UTC --- Fix is included in the 2.28.1 version we ship in SP1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com