[Webkit-unassigned] [Bug 110441] New: ASSERTION FAILED: !m_normalFlowListDirty in RenderLayer::normalFlowList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 01:52:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110441

           Summary: ASSERTION FAILED: !m_normalFlowListDirty in
                    RenderLayer::normalFlowList
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: reni at webkit.org
                CC: eric at webkit.org, loislo at chromium.org


Running the following test we get an assertion faulire:


Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3bf7a54 in WebCore::RenderLayer::normalFlowList (this=0x84bc38)
    at /home/reni/Data/REPOS/webkit/Source/WebCore/rendering/RenderLayer.h:474
474        Vector<RenderLayer*>* normalFlowList() const { ASSERT(!m_normalFlowListDirty); return m_normalFlowList.get(); }


The test:

<html>
<body>
    <table style="-webkit-transform: translate3d(-100px, 0, 0)">
    <tr>
          <td>
        <form>
              <input placeholder="Search videos" value="#"><input>
        </form>
        </td>
    </tr>
    </table>
</body>
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list