Bug 23142

Summary: ThreadGlobalData leaks seen on buildbot
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Web Template FrameworkAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: slewis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://buildbotsafari.apple.com/build_results/post-build-leopard-leak-tests/4083/Leak/DumpRenderTree2-leaks.txt
Attachments:
Description Flags
proposed fix darin: review+

Alexey Proskuryakov
Reported 2009-01-06 12:16:57 PST
Looks like the per-thread value isn't available from within destructor on Mac OS X, even though we don't clear it yet.
Attachments
proposed fix (1.51 KB, patch)
2009-01-06 12:33 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2009-01-06 12:33:23 PST
Created attachment 26467 [details] proposed fix
Darin Adler
Comment 2 2009-01-06 16:05:47 PST
Comment on attachment 26467 [details] proposed fix > + * wtf/ThreadSpecific.h: (WTF::::destroy): Temporarily reset the thread specific value > + to make getter work on Mac OS X. WTF::::destroy is not the name of the function. prepare-ChangeLog failed and needs human assistance. r=me
Alexey Proskuryakov
Comment 3 2009-01-06 23:24:37 PST
Committed revision 39672.
Note You need to log in before you can comment on or make changes to this bug.