Closed
Bug 305926
Opened 19 years ago
Closed 19 years ago
Crash when software update tries to start new version of firefox
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mossop, Unassigned)
Details
(Keywords: crash)
I had the 2005082501 trunk build of firefox installed and it downloaded the update for the new nightly trunk. On restarting the update progress bar appeared as normal and went to the end, then when that finished and it was starting firefox it crashed displaying the standard windows "firefox.exe has encountered a problem and needs to close". Talkback did not run for some reason. After cancelling the crash dialog I could start firefox normally and it worked fine with the new version being 2005082507. I still have the installer for that earlier build so I tested a couple of times and each time the crash occured.
Updated•19 years ago
|
Severity: normal → critical
| Reporter | ||
Comment 1•19 years ago
|
||
FWIW I got this again when updating to the nightly for 26th. Not entirely sure what else I can do to track down what is going on here, any suggestions?
| Reporter | ||
Comment 2•19 years ago
|
||
I started Visual Studio as a debugger when the latest crash happened, but it doesn't give me much other than a dissambly which I assume is pretty useless. It did give this further error: Unhandled exception at 0x00530557 in firefox.exe: 0xC0000005: Access violation reading location 0x00000000.
| Reporter | ||
Comment 3•19 years ago
|
||
I've narrowed this down to an odd setting in my profile. Having the pref app.update.showInstalledUI set to true seems to reliably cause software update to crash for me. Oddly I can't find anything in the code that sets this to true. The only place I can see that reads this pref is: http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/nsUpdateService.js.in#2350
Comment 5•19 years ago
|
||
It is never set to true in firefox... it is set to true in thunderbird... does it crash there?
| Reporter | ||
Comment 6•19 years ago
|
||
Tried thunderbird. It wasnt set to true there but I set it to true and updating did not crash. I did get a message after the restart that an update was available to thunderbird which I thought a bit odd but that may be another issue I've heard about today. I guess this isn't an issue for the time being? Can't quite figure out how I've ended up with a true setting for that pref in my firefox profile, I generally don't change prefs manually unless I know what they are.
Comment 7•19 years ago
|
||
going to mark WORKSFORME for now.. please reopen this bug if you find the problem appearing again. thanks!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•