[Webkit-unassigned] [Bug 131489] New: WebKit eats a huge amount of memory with large fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 04:25:07 PDT 2014


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

           Summary: WebKit eats a huge amount of memory with large fonts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rhodovan.u-szeged at partner.samsung.com
                CC: darin at apple.com, ap at webkit.org, akling at apple.com
            Blocks: 116980


Created an attachment (id=229042)
 --> (https://bugs.webkit.org/attachment.cgi?id=229042&action=review)
Test case

WebKit eats a huge amount of memory if we are trying to load texts with really large font-size. E.g.: the following test uses all the 8G of my memory and the only solution to kill the browser is a complete PC reboot:


<style type="text/css">

    * {
    font-size:5388%;

    }

</style>
A

I've run the test on release and debug EFL builds, but I'm not sure that it is a port specific issue or not. It would be great if someone could validate it on other ports too.

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