[Webkit-unassigned] [Bug 18263] New: WebCore never releases GDI font handles (HFONTS)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 16:13:05 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18263

           Summary: WebCore never releases GDI font handles (HFONTS)
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


WebCore never releases GDI font handles (HFONTS)

WebCore (I think by design) never releases font objects.  However this can be a
problem when you're surfing for a long period of time (at least on windows),
since HFONTs are GDI handles, of which there are only a fixed number.

Turn on the GDI object column of the task manager (View->Select Columns...) and
then view the attached test case, to see Safari bloat up to > 2000 GDI objects
and never drop below that.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list