Crash in [@ IPCError-content | RecvUpdateDocumentURI Setting DocumentURI with a different Origin than principal URI]
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox113 | --- | unaffected |
| firefox114 | --- | unaffected |
| firefox115 | + | fixed |
People
(Reporter: mccr8, Assigned: aiunusov)
References
(Regression)
Details
(Keywords: crash, regression, topcrash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/9bf3dde2-a77a-4b7b-92ac-9ea650230509
Reason: DUMP_REQUESTED
Top 10 frames of crashing thread:
0 libxul.so mozilla::nsDisplayList::nsDisplayList layout/painting/nsDisplayList.h:3054
0 libxul.so mozilla::nsDisplayListCollection::nsDisplayListCollection layout/painting/nsDisplayList.h:3545
0 libxul.so nsIFrame::BuildDisplayListForStackingContext layout/generic/nsIFrame.cpp:3434
1 libxul.so nsIFrame::BuildDisplayListForChild layout/generic/nsIFrame.cpp:4288
2 libxul.so DisplayLine layout/generic/nsBlockFrame.cpp:7086
3 libxul.so nsBlockFrame::BuildDisplayList layout/generic/nsBlockFrame.cpp:7243
4 libxul.so nsIFrame::BuildDisplayListForSimpleChild layout/generic/nsIFrame.cpp:4007
4 libxul.so nsIFrame::BuildDisplayListForChild layout/generic/nsIFrame.cpp:4111
5 libxul.so nsHTMLScrollFrame::BuildDisplayList layout/generic/nsGfxScrollFrame.cpp:4136
6 libxul.so nsIFrame::BuildDisplayListForChild layout/generic/nsIFrame.cpp:4338
It looks like we're hitting this fairly often, but only on Android.
Artur, could you take a look? Thanks.
| Reporter | ||
Comment 1•3 years ago
|
||
I'm not sure what the best way to investigate this is. I think there's some way to get the stack of the crashing process from the minidump, but I'm not sure how exactly.
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 2•3 years ago
|
||
I've marked this as a sec bug, because it is a regression from a sec bug, and I don't know whether this indicates a security issue in Android, or just some incompatibility of this change with non-Fission.
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
I asked the sheriffs to backout that patch. Thanks!
Looking..
| Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Backed out bug 1783504. Please close this bug if the fix will be part of the other one.
| Assignee | ||
Comment 5•3 years ago
|
||
will be resolved as a part of 1783504
Comment 6•3 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 AArch64 and ARM crashes on nightly
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 7•3 years ago
|
||
Fixed by backout.
| Reporter | ||
Comment 8•3 years ago
|
||
I'll unhide this to make it easier to find. There's no security information in this bug that I can see.
Updated•3 years ago
|
Description
•