[Webkit-unassigned] [Bug 18205] New: DOMNode objects are garbage collected although there strong references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 29 04:43:40 PDT 2008


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

           Summary: DOMNode objects are garbage collected although there
                    strong references
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: illenberger at mac.com


I am using the WebKit.framework inside a ObjC-2.0 application which uses the
new Leopard garbage collection. In my custom objects I am holding strong
references to DOMNode objects. Sometimes when I access  these nodes using my
references after they were removed from their DOMDocument, my app crashes. It
seems as if the DOMNodes get collected although I am holding strong references
to them.
I attached a test case that demonstrates this issue.


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