[Webkit-unassigned] [Bug 31253] New: Memory leak, garbage collector management failed ? help !

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 05:15:55 PST 2009


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

           Summary: Memory leak, garbage collector management failed ?
                    help !
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: flament.david at gmail.com


Created an attachment (id=42748)
 --> (https://bugs.webkit.org/attachment.cgi?id=42748)
bug_memoryLeak.html

Hi,

I use a test page that will continuously consume memory until there's no free
memory.
I looked into the test page's source, the javascript code is doing such a
process:

1) create an image with "new Image()";
2) set the image.src to one of the 12 test pictures;
3) append the image to document container;
4) continue the loop from 1)

This piece of test code consume more and more memory until there's no free
memory.
So, I think, Garbage collector management failed.

Have you an idea ? Bug already exist ?
Exemple of page using in attachement.

Thank's for your help ...

Thank

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