Bug 145186

Summary: Crash under WebCore::invalidateStyleRecursively
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

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.