[Webkit-unassigned] [Bug 118788] New: [GTK] WebKitDOM objects leaking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 04:18:41 PDT 2013


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

           Summary: [GTK] WebKitDOM objects leaking
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tpopela at redhat.com
                CC: cgarcia at igalia.com


On recent trunk I noticed that we are leaking some WebKitDOM objects like Range or Node. 

tpopela  ~/dev/webkitgtk3/webkitgtk-2.0.3/Programs/unittests  >  13:09  [f19]  
$ ./testdomnode 
/webkit/domnode/test_hierarchy_navigation: OK
/webkit/domnode/test_insertion: OK

tpopela  ~/dev/WebKit/WebKitBuild/Debug/Programs/unittests  >  13:06  [master]  
$ ./testdomnode 
/webkit/domnode/test_hierarchy_navigation: OK
/webkit/domnode/test_insertion: OK
LEAK: 5 WebCoreNode

It is even bigger, when testing WebKit based composer for Evolution (4 lines email written in composer):

tpopela  ~/dev/evolution/build/test/bin  >  13:04   
$ ./evolution 
LEAK: 20 CachedResource
LEAK: 7191 Range
LEAK: 4155 WebCoreNode

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