Closed
Bug 1512520
Opened 6 years ago
Closed 6 years ago
Crash in IPC::ParamTraits<nsIPrincipal>::Write
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1507991
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | fix-optional |
firefox66 | --- | fix-optional |
People
(Reporter: calixte, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-456d3fe7-5ffe-4cee-914a-be8680181206.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll IPC::ParamTraits<nsIPrincipal>::Write dom/ipc/PermissionMessageUtils.cpp:23
1 xul.dll mozilla::ipc::IPDLParamTraits<mozilla::dom::WindowGlobalInit>::Write ipc/ipdl/DOMTypes.cpp:1905
2 xul.dll mozilla::dom::PBrowserChild::SendPWindowGlobalConstructor ipc/ipdl/PBrowserChild.cpp:337
3 xul.dll mozilla::dom::WindowGlobalChild::Create dom/ipc/WindowGlobalChild.cpp:60
4 xul.dll nsGlobalWindowInner::InnerSetNewDocument dom/base/nsGlobalWindowInner.cpp:1651
5 xul.dll nsGlobalWindowOuter::SetNewDocument dom/base/nsGlobalWindowOuter.cpp:1939
6 xul.dll nsresult nsDocumentViewer::InitInternal layout/base/nsDocumentViewer.cpp:969
7 xul.dll nsDocumentViewer::Init layout/base/nsDocumentViewer.cpp:715
8 xul.dll nsresult nsDocShell::Embed docshell/base/nsDocShell.cpp:6357
9 xul.dll nsDSURIContentListener::DoContent docshell/base/nsDSURIContentListener.cpp:182
=============================================================
There is 1 crash in nightly 65 with buildid 20181205213623. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1487249.
[1] https://hg.mozilla.org/mozilla-central/rev?node=20554da7b303
Flags: needinfo?(nika)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(nika)
Resolution: --- → DUPLICATE
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
•