RESOLVED FIXED145186
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+
Antti Koivisto
Comment 1 2015-05-19 14:59:10 PDT
Antti Koivisto
Comment 2 2015-05-19 15:16:43 PDT
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
Note You need to log in before you can comment on or make changes to this bug.