Closed
Bug 87676
Opened 23 years ago
Closed 22 years ago
Installer doesn't handling missing XPI files well
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sfraser_bugs, Assigned: slogan)
References
Details
(Keywords: crash)
If an .xpi file is missing, the Mac installer hangs, and becomes unresponsive to
user events. Force quitting it then crashes the machine.
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
My comments from bug 87658:
When the file is not found (the retrieve command returns an E_CMD_FAIL) then we
try to close() the data socket. Previously we used to shutdown() the data
socket. This close() (of a valid socket descriptor) causes a hang.
only nsbeta1+ bugs can have milestones, resetting to ---
Target Milestone: mozilla0.9.9 → ---
Comment 4•22 years ago
|
||
removing nsbeta1- for Buffy
Comment 5•22 years ago
|
||
removing nsbeta1-, Mac Installer for Buffy
Comment 7•22 years ago
|
||
By the definitions on <http://bugzilla.mozilla.org/bug_status.html#severity> and
<http://bugzilla.mozilla.org/enter_bug.cgi?format=guided>, crashing and dataloss
bugs are of critical or possibly higher severity. Only changing open bugs to
minimize unnecessary spam. Keywords to trigger this would be crash, topcrash,
topcrash+, zt4newcrash, dataloss.
Severity: normal → critical
Quoth Steve Dagley: "The Mac installer code was never Carbonized and there is no
intention to ever change that."
http://groups.google.com/groups?threadm=yahoo_com-77F6E8.09344011022003%40h-204-29-187-156.netscape.com
http://groups.google.com/groups?threadm=avkj4k%24ihs2%40ripley.netscape.com
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•