[Webkit-unassigned] [Bug 63290] Stack overflow with enormous SVG filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 22:45:47 PDT 2014


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





--- Comment #9 from Dirk Schulze <krit at webkit.org>  2014-09-19 22:45:47 PST ---
(In reply to comment #8)
> Also, I think we can make the limit pretty small for now. 100 links?
> 
> I can imagine a pretty complicated graph, but wide rather than deep. Anything deeper than 100 is getting pretty intense.
> 
> (I'm sure this comment will come back to haunt me when we're replicating huge Photoshop files with lots of layers and effects)

Just a correction to the text above, there is no recursion, it is just a deep tree. As Dean says, you can have the same issue with a wide tree. We create the dependency tree immediately, so we should be able to scan how many filter primitives are in the tree and erase it if it has too many. Some operations probably should have a weight.

-- 
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