RESOLVED FIXED Bug 33027
fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
https://bugs.webkit.org/show_bug.cgi?id=33027
Summary fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
Eric Seidel (no email)
Reported 2009-12-29 12:01:33 PST
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
Eric Seidel (no email)
Comment 1 2009-12-29 12:02:11 PST
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)
Comment 2 2010-01-06 22:45:13 PST
Eric Seidel (no email)
Comment 4 2010-01-24 14:13:57 PST
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
Comment 5 2010-01-25 01:24:38 PST
This is caused by Bug 30508 I think.
Eric Seidel (no email)
Comment 7 2010-03-24 16:46:49 PDT
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
Comment 8 2010-03-26 06:28:50 PDT
Skipped as of r56621
Philippe Normand
Comment 9 2010-08-31 06:27:13 PDT
Unskip as of r66479 because bug 30508 is now fixed. Please reopen if needed :)
Note You need to log in before you can comment on or make changes to this bug.