[Bug 23762] New: wineboot aborts if "Terminate Process" is clicked
http://bugs.winehq.org/show_bug.cgi?id=23762 Summary: wineboot aborts if "Terminate Process" is clicked Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: madewokherd(a)gmail.com To reproduce: 1. Open notepad and enter some text. 2. Open another instance of notepad and enter text there. 3. Run "wineboot --end-session --kill". 4. When asked whether to save, wait for the timeout dialog instead of making any selection. 5. When the timeout dialog appears, click "Terminate Process". Expected result: Wineboot closes the first instance of notepad, and the other instance of notepad asks whether to save. Actual result: Wineboot closes the first instance of notepad and exits unsuccessfully. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 --- Comment #1 from Vincent Povirk <madewokherd(a)gmail.com> 2010-07-22 16:40:32 --- It seems that in the case where we terminate, we also get a callback to end_session_message_callback, telling us that WM_QUERYENDSESSION returned 0. This isn't actually true; the process terminated without returning. But we take this as a request to abort the shutdown process. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 --- Comment #2 from Vincent Povirk <madewokherd(a)gmail.com> 2010-07-22 16:57:42 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-July/091134.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-07-23 13:50:02 --- Patch committed. http://source.winehq.org/git/wine.git/?a=commitdiff;h=da8904d150694ba82b201e... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-30 12:59:49 --- Closing bugs fixed in 1.3.0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23762 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |--- --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-08 10:40:46 CDT --- Removing 1.2.x milestone from bugs fixed in 1.2.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org