<?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>54711</bug_id>
          
          <creation_ts>2011-02-17 20:46:15 -0800</creation_ts>
          <short_desc>Assertion failure in HTMLFrameElementBase::insertedIntoDocument() when opening comcast.net main page</short_desc>
          <delta_ts>2012-01-03 13:41:16 -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>OS X 10.6</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>50312</dup_id>
          
          <bug_file_loc>http://www.comcast.net/</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="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aestes</cc>
    
    <cc>dglazkov</cc>
    
    <cc>eric</cc>
    
    <cc>rniwa</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>353378</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-02-17 20:46:15 -0800</bug_when>
    <thetext>Looks like one needs to be logged in. Then, opening http://www.comcast.net/ usually crashes with an assertion.

The assertion is fairly new, it has been added in &lt;http://trac.webkit.org/changeset/67182&gt;.

ASSERTION FAILED: !renderer()
/Users/ap/Safari/OpenSource/Source/WebCore/html/HTMLFrameElementBase.cpp(188) : virtual void WebCore::HTMLFrameElementBase::insertedIntoDocument()
 -&gt; WebCore::HTMLFrameElementBase::insertedIntoDocument()
 -&gt; WebCore::HTMLIFrameElement::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::ContainerNode::insertedIntoDocument()
 -&gt; WebCore::Element::insertedIntoDocument()
 -&gt; WebCore::notifyChildInserted(WebCore::Node*)
 -&gt; WebCore::ContainerNode::replaceChild(WTF::PassRefPtr&lt;WebCore::Node&gt;, WebCore::Node*, int&amp;, bool)
 -&gt; WebCore::Node::replaceChild(WTF::PassRefPtr&lt;WebCore::Node&gt;, WebCore::Node*, int&amp;, bool)
 -&gt; WebCore::JSNode::replaceChild(JSC::ExecState*)
 -&gt; WebCore::jsNodePrototypeFunctionReplaceChild(JSC::ExecState*)
 -&gt; 0x2ca8bcc001b8
 -&gt; JSC::JITCode::execute(JSC::RegisterFile*, JSC::ExecState*, JSC::JSGlobalData*)
 -&gt; JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
 -&gt; JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
 -&gt; WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
 -&gt; WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*)
 -&gt; WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector&lt;WebCore::RegisteredEventListener, 1ul&gt;&amp;)
 -&gt; WebCore::EventTarget::fireEventListeners(WebCore::Event*)
 -&gt; WebCore::Node::handleLocalEvents(WebCore::Event*)
 -&gt; WebCore::Node::dispatchGenericEvent(WTF::PassRefPtr&lt;WebCore::Event&gt;)
 -&gt; WebCore::Node::dispatchEvent(WTF::PassRefPtr&lt;WebCore::Event&gt;)
 -&gt; WebCore::Document::finishedParsing()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353379</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-02-17 20:46:55 -0800</bug_when>
    <thetext>Could be duplicate of bug 50312.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353446</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-02-17 23:38:49 -0800</bug_when>
    <thetext>I&apos;m amazed it took this long to find a regression from that (scary) change.  I can look into this tomorrow or monday.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353449</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-02-17 23:40:17 -0800</bug_when>
    <thetext>I feel like someone else was recently playing in this area... I wonder if this is a regression from a more recent build.  Would be nice to get a reduction and do a bisect-builds.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>529013</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-01-03 13:41:16 -0800</bug_when>
    <thetext>www.comcast.net loads http://xfinity.comcast.net/ for me, but doesn&apos;t crash in a Debug build on my machine.  I&apos;m sure this is a dupe of bug 50312, but we really need a reduction/consistent repro.

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

    </bug>

</bugzilla>