<?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>81525</bug_id>
          
          <creation_ts>2012-03-19 10:35:54 -0700</creation_ts>
          <short_desc>ASSERTION FAILURE: !oldLast-&gt;m_nextSibling in WebFrameProxy::appendChild causing &quot;crashes&quot; on Lion Intel Debug WebKit2 testers</short_desc>
          <delta_ts>2012-03-19 17:00:29 -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>Frames</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>81453</dup_id>
          
          <bug_file_loc>http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111185%20(5032)/fast/frames/iframe-reparenting-unique-name-crash-log.txt</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, LayoutTestFailure, MakingBotsRed, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jessie Berlin">jberlin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>ap</cc>
    
    <cc>jberlin</cc>
    
    <cc>sam</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>581924</commentid>
    <comment_count>0</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-03-19 10:35:54 -0700</bug_when>
    <thetext>void WebFrameProxy::appendChild(WebFrameProxy* child)
{
    ASSERT(child-&gt;page() == page());
    ASSERT(!child-&gt;m_parentFrame);
    ASSERT(!child-&gt;m_nextSibling);
    ASSERT(!child-&gt;m_previousSibling);

    child-&gt;m_parentFrame = this;

    WebFrameProxy* oldLast = m_lastChild;
    m_lastChild = child;

    if (oldLast) {
        ASSERT(!oldLast-&gt;m_nextSibling);
        child-&gt;m_previousSibling = oldLast;
        oldLast-&gt;m_nextSibling = child;
    } else
        m_firstChild = child;
}

http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111185%20(5032)/fast/frames/iframe-reparenting-unique-name-crash-log.txt

I have to run all fast/frames tests under WKTR to reproduce this locally on my Lion machine - running just fast/frames/iframe-reparenting-unique-name.html is not enough. However, it always seems to &quot;crash&quot; in that test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>581925</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2012-03-19 10:36:29 -0700</bug_when>
    <thetext>&lt;rdar://problem/11074068&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>581929</commentid>
    <comment_count>2</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-03-19 10:42:05 -0700</bug_when>
    <thetext>Correction: I can reproduce this locally by just running the fast/frames/iframe-reparenting* tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>582475</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-03-19 17:00:29 -0700</bug_when>
    <thetext>Same thing as bug 81453.

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

    </bug>

</bugzilla>