Issue 81: V8 Garbage collector removes referenced(still used) items.
http://code.google.com/p/v8/issues/detail?id=81

New issue report by sjoerdmulder:
When using XML documents, and certain elements are referenced. It seems
that Google Chrome is cleaning up the XML document top greedy, e.g.
parentNode properties of references become null and seem to be magically
disappeared.

See attached testcase, it will at random moments break-down. Because
element.parentNode is null, where the element is still referenced and used!

This breaks functionality like lookupPrefix and lookupNamespaceURI  
functions.

Also memory is increasing a lot, where Safari and Opera stay quite stable.
(Mozilla Firefox 3 suffers the same bug)


Attachments:
        garbage_collection.html  2.9 KB


Issue attributes:
        Status: New
        Owner: ----

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to