Closed
Bug 1662483
Opened 4 years ago
Closed 4 years ago
Crash in [@ nsTextControlFrame::UpdatePlaceholderText]
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox80 | --- | unaffected |
firefox81 | --- | unaffected |
firefox82 | --- | fixed |
People
(Reporter: aryx, Assigned: emilio)
References
(Regression)
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(2 obsolete files)
Frequent crash from the changes in bug 1658302.
Crash report: https://crash-stats.mozilla.org/report/index/d35d7e9c-2912-4aeb-8feb-5845b0200901
Top 9 frames of crashing thread:
0 xul.dll nsTextControlFrame::UpdatePlaceholderText layout/forms/nsTextControlFrame.cpp:510
1 xul.dll nsTextControlFrame::PlaceholderChanged layout/forms/nsTextControlFrame.cpp:496
2 xul.dll mozilla::dom::HTMLInputElement::AfterSetAttr dom/html/HTMLInputElement.cpp:1289
3 xul.dll mozilla::dom::Element::SetAttrAndNotify dom/base/Element.cpp:2359
4 xul.dll mozilla::dom::Element::SetAttr dom/base/Element.cpp:2216
5 xul.dll mozilla::dom::Element::SetAttribute dom/base/Element.cpp:1294
6 xul.dll mozilla::dom::Element_Binding::setAttribute dom/bindings/ElementBinding.cpp:1345
7 xul.dll mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions> dom/bindings/BindingUtils.cpp:3227
8 @0xbf8e2be9
Flags: needinfo?(emilio)
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(emilio)
Comment 2•4 years ago
|
||
Fuzzers are hitting this too.
Comment 3•4 years ago
|
||
Comment on attachment 9173470 [details]
testcase.html
><script>
>window.onload = () => {
> a.placeholder = "x"
> a.placeholder = ""
>}
></script>
><textarea id="a">a</textarea>
Attachment #9173470 -
Attachment is obsolete: true
Comment 4•4 years ago
|
||
Sorry about that, I should have looked at the patch first. Also fuzzing builds we not being updated that's why there was such a delay.
Comment 5•4 years ago
|
||
Fixed by backout: https://hg.mozilla.org/mozilla-central/rev/4a18696ce81f949bd4fea1a68966a4e335d8fbad
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Target Milestone: --- → 82 Branch
Reporter | ||
Comment 6•4 years ago
|
||
For the record, the patch here shall still land once reviewed (together with the re-land of bug 1658302).
Updated•4 years ago
|
Attachment #9173382 -
Attachment is obsolete: true
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•