Closed
Bug 1580197
Opened 5 years ago
Closed 5 years ago
[Fission] Crash in [@ PLDHashTable::Search | mozilla::dom::BrowsingContext::Get]
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1580194
Fission Milestone | M5 |
Tracking | Status | |
---|---|---|
firefox71 | --- | disabled |
People
(Reporter: vlucaci, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
675.34 KB,
image/gif
|
Details |
This bug is for crash report bp-d73cffc5-3f1f-4fe4-8d5d-65fbd0190910.
Top 10 frames of crashing thread:
0 xul.dll PLDHashTable::Search xpcom/ds/PLDHashTable.cpp:510
1 xul.dll mozilla::dom::BrowsingContext::Get docshell/base/BrowsingContext.cpp:95
2 xul.dll mozilla::dom::BrowsingContext::GetOpener docshell/base/BrowsingContext.h:213
3 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp:7729
4 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
5 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
6 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
7 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
8 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
9 xul.dll nsGlobalWindowOuter::TabGroupOuter dom/base/nsGlobalWindowOuter.cpp
Affected versions
- 71.0a1 (2019-09-09)
Affected platforms
- Windows 10x64
Steps to reproduce
- Launch FF.
- Go to about:config.
- Search for fission.autostart and toggle it to True.
- Go to the following link https://tinyurl.com/y6h7yrzp.
- Once the page has loaded, right click the opened image and select View.
Expected result
- The image is opened and the tab does not crash.
Actual result
- When selecting the View Image from the context menu, the tab crashes.
Regression range
- Not a regression.
Additional notes
- This crash occurs only once per profile per session. Once it is occurred, following the same steps will not render another crash.
Reporter | ||
Updated•5 years ago
|
Summary: Crash in [@ PLDHashTable::Search | mozilla::dom::BrowsingContext::Get] → [Fission] Crash in [@ PLDHashTable::Search | mozilla::dom::BrowsingContext::Get]
Updated•5 years ago
|
Fission Milestone: --- → M5
Priority: -- → P2
Comment 1•5 years ago
|
||
Looks related to bug 1580191 and may also be fixed by removal of TabGroups (bug 1561715).
Comment 2•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Keywords: regression
Updated•5 years ago
|
Comment 3•5 years ago
•
|
||
Just a Note:
On Windows 10 , creating a new document (word,excel or power point) on www.office.com is blocked by a tab crash that contains this crash signature.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•