Closed
Bug 1464936
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::dom::ShadowRoot::StyleSheetApplicableStateChanged
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | fixed |
People
(Reporter: marcia, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
This bug was filed from the Socorro interface and is
report bp-94948627-4040-40d7-93aa-46e680180528.
=============================================================
Seen while looking at nightly crash stats: https://bit.ly/2sdfA0k. All seem to have MOZ_RELEASE_ASSERT(index >= 0). Crashes started using 20180528100448.
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6b9076ac236cb0f9f301bc601eac03f9ec4205df&tochange=a466172aed4bc2afc21169b749b8068a4b98c93f. Looks as if Shadow DOM landed during that timeframe - Bug 1460069.
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::ShadowRoot::StyleSheetApplicableStateChanged dom/base/ShadowRoot.cpp:400
1 xul.dll mozilla::StyleSheet::SetComplete layout/style/StyleSheet.cpp:248
2 xul.dll mozilla::css::Loader::DoSheetComplete layout/style/Loader.cpp:1781
3 xul.dll mozilla::css::Loader::SheetComplete layout/style/Loader.cpp:1709
4 xul.dll static void <lambda_0db49724c66295b7e2c98b5ac318dcd2>::operator layout/style/Loader.cpp:1678
5 xul.dll void mozilla::MozPromise<bool, bool, 1>::ThenValue<<lambda_0db49724c66295b7e2c98b5ac318dcd2>, <lambda_3e8034714f8fb4524838768933f1f0f7> >::DoResolveOrRejectInternal xpcom/threads/MozPromise.h:765
6 xul.dll mozilla::MozPromise<bool, nsresult, 0>::ThenValueBase::DoResolveOrReject xpcom/threads/MozPromise.h:497
7 xul.dll mozilla::MozPromise<bool, bool, 1>::ThenValueBase::ResolveOrRejectRunnable::Run xpcom/threads/MozPromise.h:402
8 xul.dll mozilla::SchedulerGroup::Runnable::Run xpcom/threads/SchedulerGroup.cpp:337
9 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1088
=============================================================
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(emilio)
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → emilio
Flags: needinfo?(emilio)
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8981376 [details]
Bug 1464936: Avoid crashing with @import in Shadow DOM.
https://reviewboard.mozilla.org/r/247506/#review253474
Attachment #8981376 -
Flags: review?(bugs) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b796e93632f1
Avoid crashing with @import in Shadow DOM. r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/11224 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Upstream PR merged
Updated•7 years ago
|
status-firefox60:
--- → unaffected
status-firefox61:
--- → unaffected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Flags: in-testsuite+
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
•