RESOLVED FIXED 84347
Web Inspector / Heap snapshots: "Objects allocated ..." views are empty
https://bugs.webkit.org/show_bug.cgi?id=84347
Summary Web Inspector / Heap snapshots: "Objects allocated ..." views are empty
Marja Hölttä
Reported 2012-04-19 07:56:01 PDT
The bug appears both in chromium trunk build (chromium r132979, WebKit r114621) and in Google Chrome 20.0.1105.0 dev. To reproduce: 1. Navigate to a page using JS. A static page with no interactions will do. 2. Take 3 heap snapshots. 3. Select snapshot 3, and display "Objects allocated before Snapshot 1". The view is empty. It should contain the same objects as snapshot 1. (Nothing was disposed.) Alternatively, use a page, and do something that allocates new objects between the snapshots. Then the "Objects allocated between snapshots 1 and 2" and "Objects allocated between snapshots 2 and 3" views should also be nonempty, but they are empty, too.
Attachments
Patch (3.42 KB, patch)
2012-04-19 11:32 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-04-19 11:32:14 PDT
Yury Semikhatsky
Comment 2 2012-04-19 11:38:53 PDT
Note You need to log in before you can comment on or make changes to this bug.