Closed
Bug 769211
Opened 13 years ago
Closed 13 years ago
Crash [ @nsHttpChannel::InstallOfflineCacheListener] on out-of-process twitter.com
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 760955
People
(Reporter: cjones, Unassigned)
Details
Crash Data
In nsHttpChannel::CallOnStartRequest(), ShouldUpdateOfflineCacheEntry() is true because (mCacheEntry && (mCacheAccess & nsICache::ACCESS_WRITE)), presumably. However, in nsHttpChannel::InstallOfflineCacheListener(), mOfflineCacheEntry is null so we crash. (There's an assertion above that the entry is nonnull.)
Anyone know what's up here?
Reporter | ||
Comment 1•13 years ago
|
||
STR
(1) Load http://twitter.com in the b2g browser app
This should mostly likely reproduce in a desktop build of b2g https://wiki.mozilla.org/Gaia/Hacking#Building_B2G .
Comment 2•13 years ago
|
||
Dupe of bug 760955?
Crash Signature: [@ nsHttpChannel::InstallOfflineCacheListener]
Comment 3•13 years ago
|
||
Looks like it; thanks.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•