Comment #32 on issue 2073 by [email protected]: Garbage collector sometimes fails on objects with Object.defineProperty (memleak?)
http://code.google.com/p/v8/issues/detail?id=2073

I just discovered the following problem in tip of tree Chromium (Developer Build from r261336 and Blink r170770):

1. Open DevTools on DevTools.
2. In the inspected DevTools take a heap snapshot, wait until it loads and delete it using "delete all snapshots" button. 3. In the second DevTools take a heap snapshot and in the summary view find HeapSnapshotView.

Expected result:
No items.

Actual result:
One instance of HeapSnapshotView retained by code objects (see attached screenshot).


I'm not sure if that is the same issue or not, but retaining path looks very similar to the one in comment #25. I can file a separate issue to track that if you prefer.

Attachments:
        code-retainer.png  257 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to