<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>33027</bug_id>
          
          <creation_ts>2009-12-29 12:01:33 -0800</creation_ts>
          <short_desc>fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot</short_desc>
          <delta_ts>2010-08-31 06:27:13 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>30508</dependson>
          <blocked>33295</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>evan</cc>
    
    <cc>pam</cc>
    
    <cc>pnormand</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>175678</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-12-29 12:01:33 -0800</bug_when>
    <thetext>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&apos;re going to add it to the &quot;core builders&quot; list that our tools use to check if the tree is &quot;open&quot; for commits or not.

I&apos;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&apos;s unlikely to be related.  bug 31192</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>175679</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-12-29 12:02:11 -0800</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178010</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-06 22:45:13 -0800</bug_when>
    <thetext>Saw this again just now:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r52901%20(2188)/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>179217</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-10 19:13:39 -0800</bug_when>
    <thetext>Again: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r53054%20(2276)/fast/parser/xml-declaration-missing-ending-mark-stderr.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>184104</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-24 14:13:57 -0800</bug_when>
    <thetext>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&apos;s trying to access node-&gt;document() from a NULL Node pointer it would appear.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>184204</commentid>
    <comment_count>5</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2010-01-25 01:24:38 -0800</bug_when>
    <thetext>This is caused by Bug 30508 I think.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>185588</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-28 13:07:40 -0800</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>203687</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-03-24 16:46:49 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>204536</commentid>
    <comment_count>8</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2010-03-26 06:28:50 -0700</bug_when>
    <thetext>Skipped as of r56621</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>272067</commentid>
    <comment_count>9</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2010-08-31 06:27:13 -0700</bug_when>
    <thetext>Unskip as of r66479 because bug 30508 is now fixed. Please reopen if needed :)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>