Bug 56343
Summary: | Leak of Structure instance from inside JSGlobalData::storeVPtrs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, ggaren, oliver |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Mark Rowe (bdash)
Call stack: [thread 0x7fff70b12c20]: | 0x2 | start | main | dumpRenderTree(int, char const**) | prepareConsistentTestingEnvironment() | setDefaultsToConsistentValuesForTesting() | resetDefaultsToConsistentValues() | LayoutTestController::setSerializeHTTPLoads(bool) | objc_msgSend | lookUpMethod | prepareForMethodLookup | _class_initialize | +[WebView initialize] | JSC::initializeThreading() | pthread_once | JSC::initializeThreadingOnce() | JSC::JSGlobalData::storeVPtrs() | JSC::ExecutableBase::createStructure(JSC::JSValue) | JSC::Structure::create(JSC::JSValue, JSC::TypeInfo const&, unsigned int, JSC::ClassInfo const*) | WTF::RefCounted<JSC::Structure>::operator new(unsigned long) | WTF::fastMalloc(unsigned long) | malloc | malloc_zone_malloc
The structure allocated by the call to VPtrHackExecutable::createStructure appears to be leaked.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/9132794>
Adam Roben (:aroben)
Geoff, did you fix this recently?
Geoffrey Garen
Yes! http://trac.webkit.org/changeset/81483.