Closed
Bug 101500
Opened 23 years ago
Closed 23 years ago
turbo won't shut down gracefully when logging out of NT
Categories
(Core Graveyard :: Cmd-line Features, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100319
mozilla0.9.7
People
(Reporter: fun, Unassigned)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20010913
BuildID: 2001091303
When I log out of Windows NT4sp6a with turbo loaded, Mozilla doesn't seem to
receive the shutdown message; NT gives the dialogue box saying the app won't
shut down gracefully and asking me to wait, kill it or cancel.
Just to make things annoying, this doesn't happen every time.
Reproducible: Sometimes
Steps to Reproduce:
1. Start->Shutdown
2. 'Close all programs and log on as a different user'
3. Hit 'Yes'.
Actual Results: Mozilla.exe has failed to shut down. Wait, kill it or cancel?
Expected Results: Exited gracefully when the system told it to.
Possibly related to bug 100319 (Turbo: Hangs or does not allow Windows 98 to
shut down) or bug 100874 (turbo should respond to ctrl+alt+del kill)? They're
the closest I found in bugzilla to this problem.
Comment 1•23 years ago
|
||
Reporter: Please try a more recent build to see if that alleviates your issue:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-win32-talkback.zip
-> XP Apps: Cmd-line Features
Assignee: asa → law
Component: Browser-General → XP Apps: Cmd-line Features
QA Contact: doronr → sairuh
This is likely a legitimate problem. We have no code to handle
WM_QUERYENDSESSION and/or WM_ENDSESSION. The behavior when in turbo mode is
just another symptom of the same problem.
See also bug 14807.
Updated•23 years ago
|
QA Contact: sairuh → tpreston
Comment 3•23 years ago
|
||
Marking NEW as per Bill's comment.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 4•23 years ago
|
||
Just tested this in today's build (2001092503), as requested.
* In turbo mode, bug 101500 still applies - Windows is unable to get Mozilla to
shut down, and comes up with 'Wait/End Task/Cancel' dialogue box.
* When not in turbo mode, Windows succeeds in shutting down Mozilla itself, but
the shutdown is not quite graceful - an open Composer window with unsaved text
was killed without the 'Save/Don't Save/Cancel' warning.
I think this isn't quite a duplicate of bug 14807.
Indeed; note that the other related bug, bug 14807, is really the same problem.
When we properly handle system shutdown, then we'll save composer window *and*
prevent the "not responding" alert.
*** This bug has been marked as a duplicate of 100319 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Assignee: law → nobody
Product: Core → Core Graveyard
QA Contact: tpreston → cmd-line
You need to log in
before you can comment on or make changes to this bug.
Description
•