Closed
Bug 1244894
Opened 7 years ago
Closed 7 years ago
"Assertion failure: !Failed(), at ErrorResult.h:103" - nsEditor::SplitNodeDeep - nsHTMLEditRules::BustUpInlinesAtRangeEndpoints
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: jruderman, Assigned: khuey)
References
Details
(Keywords: assertion, testcase)
Attachments
(4 files)
Assertion failure: !Failed(), at ErrorResult.h:103
> * thread #1: tid = 0x87b05e, 0x0000000102877388 XUL`mozilla::ErrorResult::~ErrorResult(this=0x00007fff5fbf63f0) + 88 at ErrorResult.h:103, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
> * frame #0: 0x0000000102877388 XUL`mozilla::ErrorResult::~ErrorResult(this=0x00007fff5fbf63f0) + 88 at ErrorResult.h:103
> frame #1: 0x00000001028703c5 XUL`mozilla::ErrorResult::~ErrorResult(this=0x00007fff5fbf63f0) + 21 at ErrorResult.h:100
> frame #2: 0x00000001061ffe63 XUL`nsEditor::SplitNodeDeep(this=0x000000013f34c400, aNode=0x00000001206e68c0, aSplitPointParent=0x000000013bbf9700, aSplitPointOffset=0, aEmptyContainers=no, aOutLeftNode=0x0000000000000000, aOutRightNode=0x0000000000000000) + 547 at nsEditor.cpp:3844
> frame #3: 0x00000001062770e7 XUL`nsHTMLEditRules::BustUpInlinesAtRangeEndpoints(this=0x00000001244c7800, item=0x000000013f3d25e0) + 967 at nsHTMLEditRules.cpp:6145
Reporter | ||
Updated•7 years ago
|
Attachment #8714510 -
Attachment mime type: text/html → application/xhtml+xml
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Here's another testcase with slightly different call stack, but still including SplitNodeDeeop. Taken from WebKit's crash test suite.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → khuey
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8715923 -
Flags: review?(bzbarsky)
![]() |
||
Comment 4•7 years ago
|
||
Comment on attachment 8715923 [details] [diff] [review] Patch r=me
Attachment #8715923 -
Flags: review?(bzbarsky) → review+
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a1ab58495944
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•