Closed
Bug 563159
Opened 15 years ago
Closed 15 years ago
updater fails because application exe is still running
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mcs, Unassigned)
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
On Windows, the updater intermittently fails (at least on one of my test WinXP computers) and causes the Mozilla application to display this message:
The update could not be installed. Please make sure there are no
other copies of <APP> running on your computer, and then restart
<APP> to try again.
Exiting and restarting does allow the update to succeed, although restarting from the Tools menu (Apply Update Now) often fails with the above message too.
This is a spin off from bug 466778 comment 15.
I am attaching a patch that seems to fix the problem, which appears to be caused by a delay between the moment Windows says a process has exited and when the EXE has actually been released.
Thank you to Robert Strong for his guidance.
Attachment #442919 -
Attachment is patch: true
Comment 1•15 years ago
|
||
Comment on attachment 442919 [details] [diff] [review]
proposed fix (always sleep briefly)
I'll check this in next chance I have
Attachment #442919 -
Flags: review+
Comment 2•15 years ago
|
||
Pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/98901ab12e04
minusing in-testsuite and in-litmus... this is a rare condition that we can't test for
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Flags: in-litmus-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•