Closed
Bug 1642275
Opened 4 years ago
Closed 4 years ago
Crash in [@ mozilla::dom::SessionHistoryEntry::GetDocshellID]
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | disabled |
firefox77 | --- | unaffected |
firefox78 | --- | disabled |
firefox79 | --- | disabled |
firefox80 | --- | fixed |
People
(Reporter: gsvelto, Assigned: peterv)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This bug is for crash report bp-51b36652-b4b6-414d-8838-338140200530.
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::SessionHistoryEntry::GetDocshellID docshell/shistory/SessionHistoryEntry.cpp:394
1 xul.dll XPTC__InvokebyIndex
2 @0x74b65fbe27
3 xul.dll trunc
4 xul.dll static XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1140
5 xul.dll XPC_WN_GetterSetter js/xpconnect/src/XPCWrappedNativeJSOps.cpp:986
6 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:585
7 xul.dll js::CallGetter js/src/vm/Interpreter.cpp:789
8 xul.dll js::NativeGetProperty js/src/vm/NativeObject.cpp:2490
9 xul.dll Interpret js/src/vm/Interpreter.cpp:2992
We're hitting this assertion, there isn't much to work with in the stack because it appears to be mostly JIT'd code. The first buildid for this crash is 20200527093527.
Updated•4 years ago
|
Flags: needinfo?(peterv)
Assignee | ||
Comment 1•4 years ago
|
||
This can only happen if fission.sessionHistoryInParent is set to true, which is currently defaulting to false because of issues like this crash.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(peterv)
Resolution: --- → INVALID
Comment 2•4 years ago
|
||
I was about to file a similar bug, since this needs to get fixed for sessionHistoryInParent
And peterv should have a patch.
Comment 3•4 years ago
|
||
The severity field is not set for this bug.
:kmag, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(kmaglione+bmo)
Updated•4 years ago
|
Severity: -- → S3
Flags: needinfo?(kmaglione+bmo)
Priority: -- → P3
Updated•4 years ago
|
Assignee: nobody → peterv
Status: REOPENED → ASSIGNED
Fission Milestone: --- → M6a
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/39e52c61aa4a
Crash in [@ mozilla::dom::SessionHistoryEntry::GetDocshellID]. r=farre
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago → 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•4 years ago
|
status-firefox77:
--- → unaffected
status-firefox78:
--- → disabled
status-firefox79:
--- → disabled
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → disabled
You need to log in
before you can comment on or make changes to this bug.
Description
•