Closed
Bug 1447422
Opened 7 years ago
Closed 7 years ago
Crash in nsContentUtils::WarnScriptWasIgnored
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | fixed |
People
(Reporter: marcia, Assigned: baku)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
1.23 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-49d84974-b95a-4cf6-adf1-f21a10180314.
=============================================================
Seen while looking at nightly crash data: http://bit.ly/2G8EQg7. Crashes started using 20180313225158.
Code was touched in Bug 1443079. ni on :baku
Top 10 frames of crashing thread:
0 xul.dll nsContentUtils::WarnScriptWasIgnored dom/base/nsContentUtils.cpp:5835
1 xul.dll nsWindowWatcher::OpenWindowInternal toolkit/components/windowwatcher/nsWindowWatcher.cpp:696
2 xul.dll nsWindowWatcher::OpenWindow2 toolkit/components/windowwatcher/nsWindowWatcher.cpp:443
3 xul.dll nsGlobalWindowOuter::OpenInternal dom/base/nsGlobalWindowOuter.cpp:7207
4 xul.dll nsGlobalWindowOuter::OpenNoNavigate dom/base/nsGlobalWindowOuter.cpp:5634
5 xul.dll nsDocShell::InternalLoad docshell/base/nsDocShell.cpp:9744
6 xul.dll nsDocShell::OnLinkClickSync docshell/base/nsDocShell.cpp:13769
7 xul.dll mozilla::dom::HTMLFormElement::SubmitSubmission dom/html/HTMLFormElement.cpp:784
8 xul.dll mozilla::dom::HTMLFormElement::FlushPendingSubmission dom/html/HTMLFormElement.cpp:1580
9 xul.dll mozilla::dom::HTMLFormElement::BeforeSetAttr dom/html/HTMLFormElement.cpp:187
=============================================================
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Attachment #8960879 -
Flags: review?(bugs)
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Attachment #8960879 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/59a42f4b6ef6
Better check on aDocument in nsContentUtils::WarnScriptWasIgnored, r=smaug
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Blocks: 1443079
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox-esr52:
--- → unaffected
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
•