WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145186
Crash under WebCore::invalidateStyleRecursively
https://bugs.webkit.org/show_bug.cgi?id=145186
Summary
Crash under WebCore::invalidateStyleRecursively
Antti Koivisto
Reported
2015-05-19 14:39:20 PDT
There are reports about crashes where we run out of stack under invalidateStyleRecursively.
Attachments
patch
(4.31 KB, patch)
2015-05-19 14:59 PDT
,
Antti Koivisto
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2015-05-19 14:59:10 PDT
Created
attachment 253406
[details]
patch
Antti Koivisto
Comment 2
2015-05-19 15:16:43 PDT
rdar://problem/19736838
Andreas Kling
Comment 3
2015-05-19 21:12:32 PDT
Comment on
attachment 253406
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=253406&action=review
r=me
> Source/WebCore/css/StyleInvalidationAnalysis.cpp:120 > + Vector<Element*> parentStack;
I'd slap some inline capacity on this Vector.
Antti Koivisto
Comment 4
2015-05-19 22:29:07 PDT
https://trac.webkit.org/r184615
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