Closed
Bug 515816
Opened 16 years ago
Closed 16 years ago
[HTML5] Pure virtual function call crash [@ nsHTMLFormElement::RemoveElement]
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
()
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(1 file)
|
636 bytes,
text/html
|
Details |
###!!! ASSERTION: Bad life cycle.: 'mLifeCycle == STREAM_ENDING', file /Users/jruderman/central/parser/html/nsHtml5Parser.cpp, line 772
###!!! ASSERTION: Form control should have had flag set correctly: '(mForm != nsnull) == HasFlag(ADDED_TO_FORM)', file /Users/jruderman/central/content/html/content/src/nsGenericHTMLElement.cpp, line 2314
pure virtual method called
terminate called without an active exception
This might be the same as bug 514425, but it has a nicer testcase ;)
Testcase must be local in order to trigger charset change, I'm guessing. Also, the HTML5 parser must be enabled.
| Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Blocks: html5-parsing
Comment 2•16 years ago
|
||
It seems to me this got fixed together with bug 514425. Do you still see this?
| Reporter | ||
Comment 3•16 years ago
|
||
I don't see this any more.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•16 years ago
|
||
Flags: in-testsuite+
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ nsHTMLFormElement::RemoveElement]
You need to log in
before you can comment on or make changes to this bug.
Description
•