Closed
Bug 475526
Opened 16 years ago
Closed 16 years ago
ASSERTION: XPIManager: output stream doesn't exist: 'mItem->mOutStream', file /Users/dave/mozilla/source/trunk/mozilla/xpinstall/src/nsXPInstallManager.cpp
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Core Graveyard
Installer: XPInstall Engine
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: mossop, Assigned: mossop)
References
Details
(Keywords: fixed1.9.0.11, fixed1.9.1)
Attachments
(1 file)
1.17 KB,
patch
|
dveditz
:
review+
dveditz
:
superreview+
beltzner
:
approval1.9.1+
samuel.sidler+old
:
approval1.9.0.11+
|
Details | Diff | Splinter Review |
bug 389816 and bug 338611 introduced two cases where it is perfectly normal for the xpi request to be cancelled before the output stream for the file has been created which makes this assertion bogus.
We should either downgrade this to a warning or something or just remove it entirely.
Assignee | ||
Comment 1•16 years ago
|
||
Actually maybe moving the assertion makes most sense. It will assert if the request was successful but there isn't an output stream.
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Attachment #359047 -
Flags: superreview?(dveditz)
Attachment #359047 -
Flags: review?(dveditz)
Assignee | ||
Updated•16 years ago
|
Attachment #359047 -
Flags: superreview?(dveditz)
Attachment #359047 -
Flags: superreview?(benjamin)
Attachment #359047 -
Flags: review?(dveditz)
Attachment #359047 -
Flags: review?(benjamin)
Assignee | ||
Updated•16 years ago
|
Attachment #359047 -
Flags: superreview?(dveditz)
Attachment #359047 -
Flags: superreview?(benjamin)
Attachment #359047 -
Flags: review?(dveditz)
Attachment #359047 -
Flags: review?(benjamin)
Comment 2•16 years ago
|
||
Comment on attachment 359047 [details] [diff] [review]
patch rev 1
r/sr=dveditz
Attachment #359047 -
Flags: superreview?(dveditz)
Attachment #359047 -
Flags: superreview+
Attachment #359047 -
Flags: review?(dveditz)
Attachment #359047 -
Flags: review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 359047 [details] [diff] [review]
patch rev 1
Would like to land this on the 1.9.1 branch. It only affects debug builds so there is basically no risk to the Firefox product.
Attachment #359047 -
Flags: approval1.9.1?
Updated•16 years ago
|
Attachment #359047 -
Flags: approval1.9.1? → approval1.9.1+
Comment 5•16 years ago
|
||
Comment on attachment 359047 [details] [diff] [review]
patch rev 1
a191=beltzner
Assignee | ||
Comment 6•16 years ago
|
||
Landed on branch http://hg.mozilla.org/releases/mozilla-1.9.1/rev/2a11f4d6330c
Keywords: fixed1.9.1
Updated•16 years ago
|
Attachment #359047 -
Flags: approval1.9.0.10+
Assignee | ||
Comment 7•16 years ago
|
||
Landed on 1.9.0.x branch:
Checking in xpinstall/src/nsXPInstallManager.cpp;
/cvsroot/mozilla/xpinstall/src/nsXPInstallManager.cpp,v <-- nsXPInstallManager.cpp
new revision: 1.169; previous revision: 1.168
done
Keywords: fixed1.9.0.10
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
•