Bug 33027
Summary: | fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, evan, pam, pnormand, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | 30508 | ||
Bug Blocks: | 33295 |
Eric Seidel (no email)
fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
Trying to keep the gtk bot green. It needs to be consistently green if we're going to add it to the "core builders" list that our tools use to check if the tree is "open" for commits or not.
I've only seen it crash once so far:
http://build.webkit.org/results/GTK%20Linux%20Release/r52627%20(7126)/results.html
There is Qt bug about this test, but it's unlikely to be related. bug 31192
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Log from the crashed test:
encoding error : input conversion failed due to input error, bytes 0x94 0xD8 0x40 0xB1
encoding error : input conversion failed due to input error, bytes 0x94 0xD8 0x40 0xB1
I/O error : encoder error
encoding error : input conversion failed due to input error, bytes 0x94 0xD8 0x40 0xB1
xmlParseChunk: encoder error
encoding error : input conversion failed due to input error, bytes 0x94 0xD8 0x40 0xB1
xmlParseChunk: encoder error
Eric Seidel (no email)
Saw this again just now:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r52901%20(2188)/results.html
Eric Seidel (no email)
Again: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r53054%20(2276)/fast/parser/xml-declaration-missing-ending-mark-stderr.txt
Eric Seidel (no email)
Again:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Debug/r53757%20(2612)/fast/parser/xml-declaration-missing-ending-mark-stderr.txt
This time it had an ASSERT failure (which is helpful!):
encoding error : input conversion failed due to input error, bytes 0xC8 0xDB 0x72 0x09
encoding error : input conversion failed due to input error, bytes 0xC8 0xDB 0x72 0x09
I/O error : encoder error
encoding error : input conversion failed due to input error, bytes 0xC8 0xDB 0x72 0x09
xmlParseChunk: encoder error
encoding error : input conversion failed due to input error, bytes 0xC8 0xDB 0x72 0x09
xmlParseChunk: encoder error
ASSERTION FAILED: this
(../../WebCore/dom/Node.h:325 WebCore::Document* WebCore::Node::document() const)
It's trying to access node->document() from a NULL Node pointer it would appear.
Philippe Normand
This is caused by Bug 30508 I think.
Eric Seidel (no email)
Another instance:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r54005%20(2799)/fast/parser/xml-declaration-missing-ending-mark-stderr.txt
This is a common crasher.
Eric Seidel (no email)
Still crashing:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Debug/r56461%20(4273)/results.html
I recommend we skip this test until the code bug can be fixed.
Philippe Normand
Skipped as of r56621
Philippe Normand
Unskip as of r66479 because bug 30508 is now fixed. Please reopen if needed :)