<?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>20248</bug_id>
          
          <creation_ts>2008-07-31 22:26:15 -0700</creation_ts>
          <short_desc>Assertion failure in FrameView::scheduleRelayoutOfSubtree (m_frame-&gt;view() == this)</short_desc>
          <delta_ts>2008-08-01 00:06:28 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>19249</dup_id>
          
          <bug_file_loc>http://phoenix.lpl.arizona.edu/imageCategories_lander.php</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NeedsReduction</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Lilek">dev+webkit</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>87542</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-07-31 22:26:15 -0700</bug_when>
    <thetext>Clicking the gallery tab on &lt;http://phoenix.lpl.arizona.edu/imageCategories_lander.php&gt; hits the following ASSERT in r35503:

ASSERTION FAILED: m_frame-&gt;view() == this
(/Users/matt/Code/WebKit/WebCore/page/FrameView.cpp:823 void WebCore::FrameView::scheduleRelayoutOfSubtree(WebCore::RenderObject*))

Thread 0 Crashed:
0   com.apple.WebCore             	0x03327c72 WebCore::FrameView::scheduleRelayoutOfSubtree(WebCore::RenderObject*) + 92 (FrameView.cpp:823)
1   com.apple.WebCore             	0x035c8c47 WebCore::RenderObject::scheduleRelayout() + 159 (RenderObject.cpp:2756)
2   com.apple.WebCore             	0x035cb295 WebCore::RenderObject::markContainingBlocksForLayout(bool, WebCore::RenderObject*) + 459 (RenderObject.cpp:792)
3   com.apple.WebCore             	0x035cb3f9 WebCore::RenderObject::setNeedsLayout(bool, bool) + 101 (RenderObject.cpp:706)
4   com.apple.WebCore             	0x030dc395 WebCore::RenderObject::setNeedsLayoutAndPrefWidthsRecalc() + 33 (RenderObject.h:412)
5   com.apple.WebCore             	0x035cc2e6 WebCore::RenderObject::setStyle(WebCore::RenderStyle*) + 3736 (RenderObject.cpp:2328)
6   com.apple.WebCore             	0x03585f8b WebCore::RenderBox::setStyle(WebCore::RenderStyle*) + 91 (RenderBox.cpp:87)
7   com.apple.WebCore             	0x035a5e77 WebCore::RenderInline::setStyle(WebCore::RenderStyle*) + 25 (RenderInline.cpp:47)
8   com.apple.WebCore             	0x035c95d0 WebCore::RenderObject::setAnimatableStyle(WebCore::RenderStyle*) + 126 (RenderObject.cpp:2162)
9   com.apple.WebCore             	0x0352c37b WebCore::Node::setRenderStyle(WebCore::RenderStyle*) + 37 (Node.cpp:1053)
10  com.apple.WebCore             	0x032b537b WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 919 (Element.cpp:789)
11  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
12  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
13  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
14  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
15  com.apple.WebCore             	0x0326d1f0 WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 1346 (Document.cpp:1139)
16  com.apple.WebCore             	0x032619d1 WebCore::Document::updateRendering() + 49 (Document.cpp:1165)
17  com.apple.WebCore             	0x0326633a WebCore::Document::updateDocumentsRendering() + 158 (Document.cpp:1172)
18  com.apple.WebCore             	0x032c9088 WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, WTF::PassRefPtr&lt;WebCore::Event&gt;, int&amp;, bool) + 2140 (EventTarget.cpp:282)
19  com.apple.WebCore             	0x032c9a1e WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr&lt;WebCore::Event&gt;, int&amp;, bool) + 364 (EventTargetNode.cpp:132)
20  com.apple.WebCore             	0x032cb528 WebCore::EventTargetNode::dispatchHTMLEvent(WebCore::AtomicString const&amp;, bool, bool) + 174 (EventTargetNode.cpp:376)
21  com.apple.WebCore             	0x0336a583 WebCore::HTMLImageLoader::dispatchLoadEvent() + 175 (HTMLImageLoader.cpp:134)
22  com.apple.WebCore             	0x03264ac8 WebCore::Document::dispatchImageLoadEventsNow() + 162 (Document.cpp:2789)
23  com.apple.WebCore             	0x03264b0b WebCore::Document::imageLoadEventTimerFired(WebCore::Timer&lt;WebCore::Document&gt;*) + 17 (Document.cpp:2804)
24  com.apple.WebCore             	0x0328c4cb WebCore::Timer&lt;WebCore::Document&gt;::fired() + 89 (Timer.h:99)
25  com.apple.WebCore             	0x03721b34 WebCore::TimerBase::fireTimers(double, WTF::Vector&lt;WebCore::TimerBase*, 0ul&gt; const&amp;) + 198 (Timer.cpp:350)
26  com.apple.WebCore             	0x03721bdc WebCore::TimerBase::sharedTimerFired() + 110 (Timer.cpp:370)
27  com.apple.WebCore             	0x036fada6 WebCore::timerFired(__CFRunLoopTimer*, void*) + 78 (SharedTimerMac.mm:85)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87543</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-07-31 22:52:59 -0700</bug_when>
    <thetext>This may be a dupe of bug 19564, bug 19249, bug 18000, or bug 16211.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87544</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-08-01 00:06:28 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; This may be a dupe of bug 19564, bug 19249, bug 18000, or bug 16211.

And the winner is: bug 19249!

*** This bug has been marked as a duplicate of 19249 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>