Bug 16852 - REGRESSION: Many leaks seen on buildbot after r29425
Summary: REGRESSION: Many leaks seen on buildbot after r29425
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/trunk...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2008-01-12 07:45 PST by Mark Rowe (bdash)
Modified: 2008-01-12 20:52 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2008-01-12 07:45:32 PST
The change in <http://trac.webkit.org/projects/webkit/changeset/29425> appears to leak the ActivationStackNodes that are allocated by JSGlobalObject::reset.  An attempted fix for this was landed in <http://trac.webkit.org/projects/webkit/changeset/29435>, but it caused crashes so was rolled out shortly after.

Leaks output:
http://build.webkit.org/results/trunk-mac-intel-debug/3024/DumpRenderTree6-leaks.txt
Comment 1 Mark Rowe (bdash) 2008-01-12 20:52:47 PST
Fixed in r29443.