<?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>59552</bug_id>
          
          <creation_ts>2011-04-26 15:58:45 -0700</creation_ts>
          <short_desc>ASSERTION FAILED: fontCache()-&gt;generation() == m_generation (running new-run-webkit-tests)</short_desc>
          <delta_ts>2012-02-05 14:06:18 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>All</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Geoffrey Garen">ggaren</reporter>
          <assigned_to>mitz</assigned_to>
          <cc>abarth</cc>
    
    <cc>adamk</cc>
    
    <cc>ggaren</cc>
    
    <cc>hyatt</cc>
    
    <cc>johnnyg</cc>
    
    <cc>morrita</cc>
    
    <cc>ojan</cc>
    
    <cc>pkasting</cc>
    
    <cc>steveblock</cc>
    
    <cc>tony</cc>
    
    <cc>tonyg</cc>
    
    <cc>yutak</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>392900</commentid>
    <comment_count>0</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2011-04-26 15:58:45 -0700</bug_when>
    <thetext>This seems like a real bug, and not an artifact of new-run-webkit-tests, even though new-run-webkit-tests is essential to reproducing it reliably.

* STEPS TO REPRODUCE:
new-run-webkit-tests --child-processes=32 --experimental-fully-parallel ietestcenter inspector java

ASSERTION FAILED: fontCache()-&gt;generation() == m_generation
/Volumes/Big/ggaren/webkit/Source/WebCore/platform/graphics/FontFallbackList.cpp(104) : const WebCore::FontData* WebCore::FontFallbackList::fontDataAt(const WebCore::Font*, unsigned int) const
1   WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const
2   WebCore::FontFallbackList::primaryFontData(WebCore::Font const*) const
3   WebCore::FontFallbackList::primarySimpleFontData(WebCore::Font const*)
4   WebCore::Font::primaryFont() const
5   WebCore::Font::fontMetrics() const
6   WebCore::RenderInline::culledInlineBoundingBox(WebCore::RenderInline const*) const
7   WebCore::RenderInline::culledInlineBoundingBox(WebCore::RenderInline const*) const
8   WebCore::RenderInline::culledInlineVisualOverflowBoundingBox() const
9   WebCore::RenderInline::linesVisualOverflowBoundingBox() const
10  WebCore::RenderInline::clippedOverflowRectForRepaint(WebCore::RenderBoxModelObject*)
11  WebCore::RenderText::clippedOverflowRectForRepaint(WebCore::RenderBoxModelObject*)
12  WebCore::RenderObject::repaint(bool)
13  WebCore::RenderObjectChildList::removeChildNode(WebCore::RenderObject*, WebCore::RenderObject*, bool)
14  WebCore::RenderObject::removeChild(WebCore::RenderObject*)
15  WebCore::RenderObject::remove()
16  WebCore::RenderObject::destroy()
17  WebCore::RenderText::destroy()
18  WebCore::Node::detach()
19  WebCore::ContainerNode::detach()
20  WebCore::Element::detach()
21  WebCore::ContainerNode::detach()
22  WebCore::Element::detach()
23  WebCore::ContainerNode::removeChildren()
24  WebCore::replaceChildrenWithFragment(WebCore::HTMLElement*, WTF::PassRefPtr&lt;WebCore::DocumentFragment&gt;, int&amp;)
25  WebCore::HTMLElement::setInnerHTML(WTF::String const&amp;, int&amp;)
26  WebCore::setJSHTMLElementInnerHTML(JSC::ExecState*, JSC::JSObject*, JSC::JSValue)
27  bool JSC::lookupPut&lt;WebCore::JSHTMLElement&gt;(JSC::ExecState*, JSC::Identifier const&amp;, JSC::JSValue, JSC::HashTable const*, WebCore::JSHTMLElement*)
28  void JSC::lookupPut&lt;WebCore::JSHTMLElement, WebCore::JSElement&gt;(JSC::ExecState*, JSC::Identifier const&amp;, JSC::JSValue, JSC::HashTable const*, WebCore::JSHTMLElement*, JSC::PutPropertySlot&amp;)
29  WebCore::JSHTMLElement::put(JSC::ExecState*, JSC::Identifier const&amp;, JSC::JSValue, JSC::PutPropertySlot&amp;)
30  void JSC::lookupPut&lt;WebCore::JSHTMLLIElement, WebCore::JSHTMLElement&gt;(JSC::ExecState*, JSC::Identifier const&amp;, JSC::JSValue, JSC::HashTable const*, WebCore::JSHTMLLIElement*, JSC::PutPropertySlot&amp;)
31  WebCore::JSHTMLLIElement::put(JSC::ExecState*, JSC::Identifier const&amp;, JSC::JSValue, JSC::PutPropertySlot&amp;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>392905</commentid>
    <comment_count>1</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2011-04-26 15:59:36 -0700</bug_when>
    <thetext>BTW, I did this on my Mac Pro. On a less powerful computer, you may need to scale down --child-processes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>392928</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2011-04-26 16:07:42 -0700</bug_when>
    <thetext>Hyatt, is it new that we access font data as part of destroying a renderer? Sometimes we have stale font data in the render tree and we are counting on the ability to purge it by doing a forced style recalc, and not touching it before or during the style recalc.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497027</commentid>
    <comment_count>3</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-11-07 02:07:40 -0800</bug_when>
    <thetext>*** Bug 60344 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497029</commentid>
    <comment_count>4</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-11-07 02:08:19 -0800</bug_when>
    <thetext>*** Bug 67031 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497031</commentid>
    <comment_count>5</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-11-07 02:08:40 -0800</bug_when>
    <thetext>*** Bug 71139 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497033</commentid>
    <comment_count>6</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-11-07 02:08:59 -0800</bug_when>
    <thetext>*** Bug 71083 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497037</commentid>
    <comment_count>7</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-11-07 02:21:07 -0800</bug_when>
    <thetext>Apparently this assertion failure happens intermittently on Chromium Mac bots.

Here&apos;s a dashboard link showing frequency of this assertion failure:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=fast%2Fcss%2Fcounters%2Fcomplex-before.html%2Cstorage%2Fdomstorage%2Fevents%2Fbasic-body-attribute.html%2Cfast%2Fdom%2FElement%2Fid-in-frame.html%2Chttp%2Ftests%2Fsecurity%2Fcross-frame-access-custom.html%2Cfast%2Fframes%2Fcontent-opacity-2.html%2Cfast%2Fparser%2Fclose-while-stopping.html%2Cfast%2Fframes%2Fsandboxed-iframe-navigation-targetlink.html%2Cfast%2Fframes%2Fiframe-double-scale-contents.html

(orange bit is a crash)

Some findings:
- This failure happens only on SnowLeopard. Leopard seems fine.
- This failure does not have something to do with CoreGraphics/Skia separation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497552</commentid>
    <comment_count>8</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-11-07 15:57:35 -0800</bug_when>
    <thetext>Also seen in fast/frames/sandboxed-iframe-noscript.html and fast/frames/sandboxed-iframe-navigation-targetlink.html .

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fframes%2Fsandboxed-iframe-noscript.html%2Cfast%2Fframes%2Fsandboxed-iframe-navigation-targetlink.html&amp;showExpectations=true</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>501764</commentid>
    <comment_count>9</comment_count>
      <attachid>114909</attachid>
    <who name="Tony Gentilcore">tonyg</who>
    <bug_when>2011-11-14 03:14:21 -0800</bug_when>
    <thetext>Created attachment 114909
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>501765</commentid>
    <comment_count>10</comment_count>
    <who name="Tony Gentilcore">tonyg</who>
    <bug_when>2011-11-14 03:15:19 -0800</bug_when>
    <thetext>Committed r100120: &lt;http://trac.webkit.org/changeset/100120&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>501766</commentid>
    <comment_count>11</comment_count>
    <who name="Tony Gentilcore">tonyg</who>
    <bug_when>2011-11-14 03:16:36 -0800</bug_when>
    <thetext>Expected cross-frame-access-custom.html to crash.

Example log:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=http%2Ftests%2Fsecurity%2Fcross-frame-access-custom.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503342</commentid>
    <comment_count>12</comment_count>
    <who name="Peter Kasting">pkasting</who>
    <bug_when>2011-11-15 15:19:42 -0800</bug_when>
    <thetext>*** Bug 72052 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503344</commentid>
    <comment_count>13</comment_count>
    <who name="Peter Kasting">pkasting</who>
    <bug_when>2011-11-15 15:20:35 -0800</bug_when>
    <thetext>Also now occurring in fast/dom/image-object.html (see e.g. http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6%20%28dbg%29/builds/6281/steps/webkit_tests/logs/stdio ).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504828</commentid>
    <comment_count>14</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-17 07:00:39 -0800</bug_when>
    <thetext>Also seen in fast/frames/frame-unload-crash.html - http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6%20(dbg)/builds/6313/steps/webkit_tests/logs/stdio. Will add CRASH expectation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504829</commentid>
    <comment_count>15</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-17 07:06:17 -0800</bug_when>
    <thetext>Committed r100620: &lt;http://trac.webkit.org/changeset/100620&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504920</commentid>
    <comment_count>16</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-17 09:39:20 -0800</bug_when>
    <thetext>Also seen in fast/dom/null-document-location-put-crash.html - http://build.chromium.org/p/chromium.webkit/waterfall?builder=Webkit+Mac10.6+(dbg)

Will add CRASH expectation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504922</commentid>
    <comment_count>17</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-17 09:40:50 -0800</bug_when>
    <thetext>Committed r100639: &lt;http://trac.webkit.org/changeset/100639&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505857</commentid>
    <comment_count>18</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-18 09:28:52 -0800</bug_when>
    <thetext>Also seen in fast/frames/sandboxed-iframe-parsing-space-characters.html - http://build.chromium.org/p/chromium.webkit/waterfall?builder=Webkit+Mac10.6+(dbg)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505859</commentid>
    <comment_count>19</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-18 09:35:01 -0800</bug_when>
    <thetext>Committed r100784: &lt;http://trac.webkit.org/changeset/100784&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505883</commentid>
    <comment_count>20</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2011-11-18 10:24:11 -0800</bug_when>
    <thetext>Committed r100788: &lt;http://trac.webkit.org/changeset/100788&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505884</commentid>
    <comment_count>21</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2011-11-18 10:24:58 -0800</bug_when>
    <thetext>Accidentally closed by webkit-patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>506844</commentid>
    <comment_count>22</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-21 03:55:34 -0800</bug_when>
    <thetext>Also seen in jquery/offset.html - http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6%20%28CG%29%28dbg%29/builds/1692</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>506852</commentid>
    <comment_count>23</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-21 04:04:57 -0800</bug_when>
    <thetext>Committed r100897: &lt;http://trac.webkit.org/changeset/100897&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>549612</commentid>
    <comment_count>24</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-02-05 14:06:18 -0800</bug_when>
    <thetext>Seems to be fixed?</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>114909</attachid>
            <date>2011-11-14 03:14:21 -0800</date>
            <delta_ts>2011-11-14 03:14:21 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-59552-20111114111419.patch</filename>
            <type>text/plain</type>
            <size>1435</size>
            <attacher name="Tony Gentilcore">tonyg</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTAwMTE5CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMGQzYzAwMjcyMDcwZjVlZThiY2Mx
MzAzMjdiYWQ4ODhkNzczYWU5Yi4uMWRkNDYzMTIyZjIyMDdiOWU3YzliODYzMmY4MmVkOWJmYWQ5
Y2MyNSAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDEwIEBACisyMDExLTExLTE0ICBUb255IEdlbnRpbGNvcmUg
IDx0b255Z0BjaHJvbWl1bS5vcmc+CisKKyAgICAgICAgQVNTRVJUSU9OIEZBSUxFRDogZm9udENh
Y2hlKCktPmdlbmVyYXRpb24oKSA9PSBtX2dlbmVyYXRpb24gKHJ1bm5pbmcgbmV3LXJ1bi13ZWJr
aXQtdGVzdHMpCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9p
ZD01OTU1MgorCisgICAgICAgICogcGxhdGZvcm0vY2hyb21pdW0vdGVzdF9leHBlY3RhdGlvbnMu
dHh0OiBFeHBlY3QgY3Jvc3MtZnJhbWUtYWNjZXNzLWN1c3RvbS5odG1sIHRvIENSQVNIIG9yIFBB
U1MuCisKIDIwMTEtMTEtMTAgIFl1cnkgU2VtaWtoYXRza3kgIDx5dXJ5c0BjaHJvbWl1bS5vcmc+
CiAKICAgICAgICAgV2ViIEluc3BlY3RvcjogZnVuY3Rpb24gcmVtb3RlIG9iamV0Y3Qgc2hvdWxk
IHByb3ZpZGUgYWNjZXNzIHRvIGZ1bmN0aW9uIHBvc2l0aW9uIGluIHRoZSBzY3JpcHQKZGlmZiAt
LWdpdCBhL0xheW91dFRlc3RzL3BsYXRmb3JtL2Nocm9taXVtL3Rlc3RfZXhwZWN0YXRpb25zLnR4
dCBiL0xheW91dFRlc3RzL3BsYXRmb3JtL2Nocm9taXVtL3Rlc3RfZXhwZWN0YXRpb25zLnR4dApp
bmRleCA2MjQ2ZDBlYzM4YWZiYjRhY2ZkZDIwYjA4YTUxYWRhY2RlMDI2MGJmLi4wOGViYTQ5ZTI2
NTFkMWRkMzAzYmI4Y2RlOWMxOTcwOTlmNmIxMjk1IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9w
bGF0Zm9ybS9jaHJvbWl1bS90ZXN0X2V4cGVjdGF0aW9ucy50eHQKKysrIGIvTGF5b3V0VGVzdHMv
cGxhdGZvcm0vY2hyb21pdW0vdGVzdF9leHBlY3RhdGlvbnMudHh0CkBAIC0zODg1LDMgKzM4ODUs
NSBAQCBCVUdXSzcyMTQ5IDogbWVkaWEvdHJhY2svdHJhY2tsaXN0LWlzLXJlYWNoYWJsZS5odG1s
ID0gVEVYVAogCiBCVUdWOF8xODIxIFdJTiBMSU5VWCA6IGh0dHAvdGVzdHMvaW5zcGVjdG9yLWVu
YWJsZWQvZGVkaWNhdGVkLXdvcmtlcnMtbGlzdC5odG1sID0gUEFTUyBDUkFTSAogQlVHV0s3MjEz
MyBTS0lQIE1BQyA6IGh0dHAvdGVzdHMvaW5zcGVjdG9yLWVuYWJsZWQvZGVkaWNhdGVkLXdvcmtl
cnMtbGlzdC5odG1sID0gUEFTUyBDUkFTSCBUSU1FT1VUCisKK0JVR1dLNTk1NTIgTUFDIERFQlVH
IDogaHR0cC90ZXN0cy9zZWN1cml0eS9jcm9zcy1mcmFtZS1hY2Nlc3MtY3VzdG9tLmh0bWwgPSBQ
QVNTIENSQVNICg==
</data>

          </attachment>
      

    </bug>

</bugzilla>