[Webkit-unassigned] [Bug 129559] Huge memory consumption while opening a properly crafted SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 09:23:45 PDT 2015


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

--- Comment #6 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
This is the simplest reduction I could get to repro this bug:

<svg xmlns="http://www.w3.org/2000/svg">
  <line stroke-dasharray="10,10" x1="0" y1="100" x2="1000000000" y2="0" style="stroke:black;stroke-width:2"/>
</svg>

Without the stroke-dash-array in the <line> tag, the memory usage is normal and the bug does not happen. With shorter line, the bug also does not happen.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/c0075332/attachment-0001.html>


More information about the webkit-unassigned mailing list