WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 117977
110441
ASSERTION FAILED: !m_normalFlowListDirty in RenderLayer::normalFlowList
https://bugs.webkit.org/show_bug.cgi?id=110441
Summary
ASSERTION FAILED: !m_normalFlowListDirty in RenderLayer::normalFlowList
Renata Hodovan
Reported
2013-02-21 01:55:01 PST
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2013-02-21 07:21:45 PST
Is this a regression?
Renata Hodovan
Comment 2
2013-02-21 07:31:27 PST
(In reply to
comment #1
)
> Is this a regression?
I don't know from when we have this bug. But my fuzzer crashed on it now and since you were the last one who reviewed the line of assertion check I've added you to the CC list.
Simon Fraser (smfr)
Comment 3
2013-02-21 13:34:08 PST
What does the rest of the stack look like?
Renata Hodovan
Comment 4
2014-09-08 05:38:54 PDT
*** This bug has been marked as a duplicate of
bug 117977
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug