Bug 33027 - fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
Summary: fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 30508
Blocks: 33295
  Show dependency treegraph
 
Reported: 2009-12-29 12:01 PST by Eric Seidel (no email)
Modified: 2010-08-31 06:27 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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
Comment 1 Eric Seidel (no email) 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
Comment 2 Eric Seidel (no email) 2010-01-06 22:45:13 PST
Saw this again just now:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r52901%20(2188)/results.html
Comment 4 Eric Seidel (no email) 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.
Comment 5 Philippe Normand 2010-01-25 01:24:38 PST
This is caused by Bug 30508 I think.
Comment 7 Eric Seidel (no email) 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.
Comment 8 Philippe Normand 2010-03-26 06:28:50 PDT
Skipped as of r56621
Comment 9 Philippe Normand 2010-08-31 06:27:13 PDT
Unskip as of r66479 because bug 30508 is now fixed. Please reopen if needed :)