Closed
Bug 300404
Opened 18 years ago
Closed 18 years ago
Firefox fails to start immediatly after software update (when 'Later' option is chosen)
Categories
(Toolkit :: Application Update, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.8final
People
(Reporter: mossop, Assigned: darin.moz)
References
Details
(Keywords: verified1.8)
Attachments
(1 file)
1.04 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050711 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050711 Firefox/1.0+ After firefox has downloaded an update it restarts to apply it. I see the progress bar as it applies the update then this window closes but firefox does not start. I can start firefox manually. This has happened twice out of about eight times I have updated. Reproducible: Sometimes Steps to Reproduce:
Reporter | ||
Comment 1•18 years ago
|
||
Forgot to mention, the update is applying, when I start firefox manually it is the new version.
Reporter | ||
Comment 2•18 years ago
|
||
After another couple of updates it looks like this always happen if you dont choose to update immediatly, but restart firefox yourself at a later time.
Comment 3•18 years ago
|
||
Yeah, that matches the issue I've found. If you let Software Update restart Firefox, it applies the update and starts Firefox properly. If you say Later, then quit Firefox yourself, the next start applies the updates but does not start Firefox. This happened with my update to build 20050722, and has been occuring for every update I have tried using Later for the past few weeks.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•18 years ago
|
||
Reassigning to darin, Guys, could you tell us what build ids you're updating across?
Assignee: nobody → darin
Comment 5•18 years ago
|
||
This happens on the latest trunk builds of Firefox and Thunderbird. If you delay restarting, then close out Firefox and restart it, the update exe runs but Firefox is not launched. If you let update shut firefox down and restart automatically to trigger the update.exe, then Firefox is launched at completion of the updater.
Flags: blocking1.8b4+
Comment 6•18 years ago
|
||
(In reply to comment #4) > Guys, could you tell us what build ids you're updating across? As the bug report says, any updates between nightly builds - be it one day or three days - for a few weeks has had this problem, and may have always been like this (can't remember).
Assignee | ||
Updated•18 years ago
|
Reporter | ||
Comment 7•18 years ago
|
||
As an example, just saw this when updatin from: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050723 Firefox/1.0+ ID:2005072306 To: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050726 Firefox/1.0+ ID:2005072606
Assignee | ||
Updated•18 years ago
|
Priority: -- → P1
Assignee | ||
Comment 8•18 years ago
|
||
Thanks guys. I can reproduce this problem too. It only happens when I press "Later" and then quit Firefox, and relaunch it fresh.
Summary: Firefox fails to start immediatly after software update → Firefox fails to start immediatly after software update (when 'Later' option is chosen)
Assignee | ||
Comment 9•18 years ago
|
||
The problem appears to occur whenever Firefox is installed in a directory that has directory names with spaces.
Assignee | ||
Comment 10•18 years ago
|
||
This should do the trick.
Attachment #190743 -
Flags: review?(benjamin)
Updated•18 years ago
|
Attachment #190743 -
Flags: review?(benjamin) → review+
Comment 11•18 years ago
|
||
I'm afraind that this occurs even if we choose Restart Firefox now. Today, after updating to "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+" I must open firefox directly from my start menu. From weeks this behavior happens even choosing Restart Firefox Now. In fact I never used the Later buttom and always see this happens. Clickin in Restart buttons means, to me, that after updating the software Firefox should start auto. Thank you. Flávio
Assignee | ||
Comment 12•18 years ago
|
||
Flávio: Thanks for the additional info. I suspect that the current patch will still help. Let's re-test once it has been checked in and new builds appear (usually one day after a patch is checked-in). Thanks!
Assignee | ||
Updated•18 years ago
|
Attachment #190743 -
Flags: approval1.8b4?
Updated•18 years ago
|
Attachment #190743 -
Flags: approval1.8b4? → approval1.8b4+
Comment 13•18 years ago
|
||
Comment on attachment 190743 [details] [diff] [review] v1 patch what if short path names are disabled? why not instead do stuff in a way that can handle spaces?
Comment 14•18 years ago
|
||
There is already dodgy short-path-name stuff in the XRE apprunner restart code (which breaks for UNC paths, as I found) so why complain now? ;)
Assignee | ||
Comment 15•18 years ago
|
||
> what if short path names are disabled? why not instead do stuff in a way that
> can handle spaces?
Because the Microsoft CRT does not handle paths with spaces very well. I agree
that this is unfortunate since it won't work with UNC paths, but as James
correctly points out we have a problem there anyways with app restart. I think
a separate bug should be filed on eliminating the need to convert to short paths.
Assignee | ||
Comment 16•18 years ago
|
||
fixed-on-trunk please test tomorrow's build.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.8 → verified1.8
Updated•15 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•