Closed
Bug 1031852
Opened 10 years ago
Closed 10 years ago
Persistent crash after updating to today's Aurora build
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1031697
People
(Reporter: canuckistani, Unassigned)
Details
(Keywords: crash)
Crash Data
Some crashes:
https://crash-stats.mozilla.com/report/index/856c6af1-a10c-4406-b0ec-f3b912140628
https://crash-stats.mozilla.com/report/index/6d97f9f7-a292-4bf0-9880-575862140628
https://crash-stats.mozilla.com/report/index/b4943efb-bf98-4f6c-82e5-c188b2140628
Unsure why this went so badly, the foreground page was https://github.com/peerigon/phridge and I also have several pinned tabs:
- gmail & gcal
- irccloud
- tweetdeck
- feedly
- my blog's admin interface http://canuckistani.ca/ghost/
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Likewise here on Linux. Today's Aurora build is crashing constantly.
bp-cf13c8e1-0073-47a4-bfc2-538ba2140629
[@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
https://hg.mozilla.org/releases/mozilla-aurora/annotate/18d3fdc4a940/netwerk/protocol/http/HttpBaseChannel.cpp#l631
https://hg.mozilla.org/releases/mozilla-aurora/file/18d3fdc4a940/xpcom/glue/nsProxyRelease.h#l140
Service being used off main thread when it isn't allowed?
Severity: normal → critical
Crash Signature: [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
Keywords: crash
Comment 3•10 years ago
|
||
Appears to not affect Windows. Just *nix including Mac:
https://crash-stats.mozilla.com/query/?query_type=simple&query=GetStreamConverterService
I've seen a few signatures, but this is the most common. (3/5 of ones posted above)
Comment 4•10 years ago
|
||
See also bug 1031725 for another crash of the day.
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ]
(first crash in comment 1)
It does (affect Windows) but the crash reporter isn't working either, no logs in about:crashes! Running in safe mode doesn't help simply loading http://www.youtube.com/ for example crashes the browser.
User-agent:
Mozilla/5.0 (Windows NT 6.0; rv:32.0) Gecko/20100101 Firefox/32.0
For now downgrading to this: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-06-27-00-40-00-mozilla-aurora/firefox-32.0a2.en-US.win32.installer.exe as the current Aurora build is completely unusable.
Comment 7•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=731a5e8831e6&tochange=18d3fdc4a940
Near as I can tell, disabling cache2 requires setting the (arcane) browser.cache.use_new_backend_temp pref to false. (um, somebody needs to clean up the prefs for this, which appears to be bug 1030975) This might be what's keeping the horrible crashing at bay for me now.
I highly suspect the culprit of the day is bug 1013587.
https://hg.mozilla.org/releases/mozilla-aurora/rev/80f77d10896b
Flags: needinfo?(honzab.moz)
OS: Mac OS X → All
Product: Firefox → Core
Hardware: x86 → All
Version: unspecified → 32 Branch
Comment 8•10 years ago
|
||
See also bug 1031697
Updated•10 years ago
|
Crash Signature: [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ] → [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ]
Comment 10•10 years ago
|
||
All of these crashes have stacks coming out of a cache2 IO thread.
Updated•10 years ago
|
Crash Signature: [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ] → [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ]
[@ nsObserverService::NotifyObservers(nsISupports*, char const*, char16_t const*) ]
Updated•10 years ago
|
Component: General → Networking: Cache
Comment 11•10 years ago
|
||
Bug 1031697 is likely to be the Windows version of this.
(In reply to Alice0775 White from bug 1031697 comment #7)
> Bug 1013587 should be backed out from Aurora.
Yep, looks like that needs a backout.
Crash Signature: [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ]
[@ nsObserverService::NotifyObservers(nsISupports*, char const*, char16_t const*) ] → [@ mozilla::net::nsHttpHandler::GetStreamConverterService(nsIStreamConverterService**) ]
[@ nsObserverService::AddObserver(nsIObserver*, char const*, bool) ]
[@ nsObserverService::NotifyObservers(nsISupports*, char const*, char16_t const*) ]
[@ NS_Cycl…
Comment 12•10 years ago
|
||
Let's due it, it looks very much like it's one single issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Flags: needinfo?(honzab.moz)
You need to log in
before you can comment on or make changes to this bug.
Description
•