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)

ARM
Gonk (Firefox OS)
defect
Not set
normal

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?
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 .
Dupe of bug 760955?
Crash Signature: [@ nsHttpChannel::InstallOfflineCacheListener]
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.