[Bug 615646] New: Ghost shut-down window after resuming from hibernation
http://bugzilla.novell.com/show_bug.cgi?id=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c0 Summary: Ghost shut-down window after resuming from hibernation Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: badshah400@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100527 SUSE/3.6.4-2.2 Firefox/3.6.4 I see a ghost shut-down window every time after resuming my computer from a hibernation. Usually it disappears all by itself after a few minutes. Sometimes, I have to click on the close window button to get rid of it. Reproducible: Always Steps to Reproduce: 1.Hibernate computer 2.Resume computer 3. Actual Results: Ghost shutdown window appears Expected Results: No ghost windows expected. -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c1 Atri Bhattacharya <badshah400@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Ghost shut-down window |Ghost shut-down window |after resuming from |after resuming from |hibernation |hibernation or suspend --- Comment #1 from Atri Bhattacharya <badshah400@gmail.com> 2010-06-19 01:18:02 UTC --- Similar ghost window after resuming from suspend too, editing summary accordingly. -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c2 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |vuntz@novell.com InfoProvider| |badshah400@gmail.com --- Comment #2 from Vincent Untz <vuntz@novell.com> 2010-06-20 10:32:14 UTC --- Screenshot? (I've never seen this after suspend) -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c3 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|badshah400@gmail.com | --- Comment #3 from Vincent Untz <vuntz@novell.com> 2010-06-20 10:33:58 UTC --- Ah, you suspend by using the shutdown window. -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c4 --- Comment #4 from Atri Bhattacharya <badshah400@gmail.com> 2010-06-20 11:21:31 UTC --- Created an attachment (id=370338) --> (http://bugzilla.novell.com/attachment.cgi?id=370338) Screenshot showing the ghost window -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c5 --- Comment #5 from Vincent Untz <vuntz@novell.com> 2010-06-21 13:45:44 UTC --- It's happening because gnome-session is blocked in the DeviceKit-power functions, when resuming. -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c6 --- Comment #6 from Vincent Untz <vuntz@novell.com> 2010-06-21 14:07:54 UTC --- Thanks to Richard (upstream for upower), we managed to determine that it's an issue with the dbus reply not being received. If you run: dbus-send --print-reply \ --system \ --dest=org.freedesktop.UPower \ /org/freedesktop/UPower \ org.freedesktop.UPower.Suspend You'll see 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c7 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com Summary|Ghost shut-down window |Suspending with |after resuming from |upower/dk-power blocks the |hibernation or suspend |calling process --- Comment #7 from Vincent Untz <vuntz@novell.com> 2010-06-21 17:06:22 UTC --- Okay, the issue is that pm-powersave calls on_ac_power which tries to talk to upower, but the call doesn't succeed (there's a noreply error). My guess is that the upower process is somehow stuck somewhere else because it's trying to resume. Kay: any idea on this? -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c8 --- Comment #8 from Vincent Untz <vuntz@novell.com> 2010-06-21 22:33:54 UTC --- Ahah, found it: + upowerd calls pm-suspend with g_spawn_sync(), so upowerd is blocked there + pm-suspend calls pm-powersave, which calls on_ac_power... which does a dbus call to upower. And of course, upower can't reply since it's blocked in g_spawn_sync(). -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c9 --- Comment #9 from Vincent Untz <vuntz@novell.com> 2010-06-22 23:51:55 UTC --- Discussion upstream: http://lists.freedesktop.org/archives/pm-utils/2010-June/002191.html -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c10 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Component|GNOME |Basesystem InfoProvider| |mvyskocil@novell.com AssignedTo|bnc-team-gnome@forge.provo. |bnc-team-screening@forge.pr |novell.com |ovo.novell.com --- Comment #10 from Vincent Untz <vuntz@novell.com> 2010-06-23 09:47:04 UTC --- Upstream just fixed it by updating the on_ac_power code: http://cgit.freedesktop.org/pm-utils/plain/src/on_ac_power?id=87883a1cc89618... So the fix would be to just use the new on_ac_power. I looked at our current version, and that's actually what it does when there's no upower/dk-power/hal available. Can we do this for 11.3? -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c11 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEEDINFO |ASSIGNED CC| |mvyskocil@novell.com InfoProvider|mvyskocil@novell.com | AssignedTo|bnc-team-screening@forge.pr |mvyskocil@novell.com |ovo.novell.com | --- Comment #11 from Michal Vyskocil <mvyskocil@novell.com> 2010-06-23 14:13:47 UTC --- I'm working on it, it'd be easy -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c12 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Michal Vyskocil <mvyskocil@novell.com> 2010-06-23 14:29:02 UTC --- submitted by sr#41977 -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c13 --- Comment #13 from Atri Bhattacharya <badshah400@gmail.com> 2010-07-02 17:22:53 UTC --- (In reply to comment #12)
submitted by sr#41977
Hi! I still see this problem with RC2, but I am hoping that this only means the fix did not make it into RC2 in time, and nothing more serious, right? -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c14 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #14 from Michal Vyskocil <mvyskocil@novell.com> 2010-07-07 10:06:32 UTC --- Hi coolo, can I submit the last fixes also to openSUSE:11.3? -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |coolo@novell.com -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c15 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|coolo@novell.com | --- Comment #15 from Stephan Kulow <coolo@novell.com> 2010-07-08 12:18:31 CEST --- No, 11.3 is done: http://wiki.opensuse.org/openSUSE:Maintenance -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c16 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #16 from Michal Vyskocil <mvyskocil@novell.com> 2010-07-09 08:25:52 UTC --- OK, seems to be fixed in 11.3 by coolo's sr 42609. So let's close this. -- 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=615646 http://bugzilla.novell.com/show_bug.cgi?id=615646#c17 --- Comment #17 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (615646) was mentioned in https://build.opensuse.org/request/show/42177 Factory / pm-utils -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com