Bug 29295 - Free ThreadGlobalData in Qt (heavily leaks when JS workers are used)
Summary: Free ThreadGlobalData in Qt (heavily leaks when JS workers are used)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-16 04:21 PDT by Zoltan Herczeg
Modified: 2009-09-16 06:21 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (3.18 KB, patch)
2009-09-16 04:28 PDT, Zoltan Herczeg
no flags Details | Formatted Diff | Diff
More changelog text (3.86 KB, patch)
2009-09-16 05:48 PDT, Zoltan Herczeg
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Herczeg 2009-09-16 04:21:08 PDT
This patch proposes a fix for the Qt port of wtf/ThreadSpecific.h to free thread local objects when a thread is destroyed.
Comment 1 Zoltan Herczeg 2009-09-16 04:28:12 PDT
Created attachment 39639 [details]
proposed patch
Comment 2 Zoltan Herczeg 2009-09-16 05:48:03 PDT
Created attachment 39642 [details]
More changelog text
Comment 3 Simon Hausmann 2009-09-16 06:03:11 PDT
Comment on attachment 39642 [details]
More changelog text

r=me, thanks for the more detailed explanation in the ChangeLog
Comment 4 Zoltan Horvath 2009-09-16 06:21:26 PDT
Landed in @48412. http://trac.webkit.org/changeset/48412/