Closed
Bug 1416698
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::net::HttpBaseChannel::SetReferrerWithPolicy
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1416344
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
People
(Reporter: calixte, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-14c74947-356b-482e-91a4-833bf0171113.
=============================================================
Top 10 frames of crashing thread:
0 libxul.so mozilla::net::HttpBaseChannel::SetReferrerWithPolicy [clone .cold.288]
1 libxul.so mozilla::net::HttpChannelChild::SetReferrerWithPolicy netwerk/protocol/http/HttpChannelChild.cpp:2770
2 libxul.so mozilla::css::Loader::LoadSheet
3 libxul.so mozilla::css::Loader::InternalLoadNonDocumentSheet
4 libxul.so mozilla::css::Loader::LoadSheet
5 libxul.so nsDocument::PreloadStyle dom/base/nsDocument.cpp:10230
6 libxul.so nsHtml5TreeOpExecutor::PreloadStyle parser/html/nsHtml5TreeOpExecutor.cpp:1029
7 libxul.so nsHtml5SpeculativeLoad::Perform
8 libxul.so nsHtml5TreeOpExecutor::FlushSpeculativeLoads parser/html/nsHtml5TreeOpExecutor.cpp:338
9 libxul.so nsHtml5LoadFlusher::Run parser/html/nsHtml5StreamParser.cpp:147
=============================================================
There are 501 crashes in nightly 58 starting with buildid 20171110100139.
The moz_crash_reason is always "MOZ_RELEASE_ASSERT(mIsSome)" (so probably a consequence of fix for bug 1410186).
:tnguyen, could you investigate please ?
Flags: needinfo?(tnguyen)
Reporter | ||
Updated•7 years ago
|
Crash Signature: [@ mozilla::net::HttpBaseChannel::SetReferrerWithPolicy] → [@ mozilla::net::HttpBaseChannel::SetReferrerWithPolicy]
[@ mozilla::Maybe<T>::operator* ]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(tnguyen)
Resolution: --- → DUPLICATE
Comment 2•7 years ago
|
||
Mirroring the Firefox58 status of bug 1416344
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•