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
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
Saw this again just now: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r52901%20(2188)/results.html
Again: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r53054%20(2276)/fast/parser/xml-declaration-missing-ending-mark-stderr.txt
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.
This is caused by Bug 30508 I think.
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.
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.
Skipped as of r56621
Unskip as of r66479 because bug 30508 is now fixed. Please reopen if needed :)