Bug 30698

Summary: createThreadInternal on Android leaks on failure
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Ben Murdoch <benm>
Status: RESOLVED FIXED    
Severity: Normal CC: benm, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Patch 1 for Bug 30698 dimich: review+, benm: commit-queue-

Description Steve Block 2009-10-22 17:32:22 PDT
On Android, createThreadInternal leaks an object of type ThreadData on failure.
Comment 1 Steve Block 2009-10-22 17:53:58 PDT
Created attachment 41706 [details]
Patch 1 for Bug 30698
Comment 2 WebKit Commit Bot 2009-10-23 03:01:42 PDT
Comment on attachment 41706 [details]
Patch 1 for Bug 30698

Rejecting patch 41706 from commit-queue.

Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--quiet', '--exit-after-n-failures=1']" exit_code: 1
Running build-dumprendertree
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 11506 test cases.
fast/media/mq-transform-02.html -> failed

Exiting early after 1 failures. 7441 tests run.
138.55s total testing time

7440 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
3 test cases (<1%) had stderr output
Comment 3 Ben Murdoch 2009-10-23 03:07:28 PDT
Will land manually, looks like https://bugs.webkit.org/show_bug.cgi?id=30700 caused the cq to fail.
Comment 4 Ben Murdoch 2009-10-23 07:09:21 PDT
Landed as r49977.
Comment 5 Eric Seidel (no email) 2009-10-23 12:03:11 PDT
Comment on attachment 41706 [details]
Patch 1 for Bug 30698

Sorry about the commit-queue trouble.  Should work fine now.
Comment 6 Steve Block 2009-10-23 12:11:36 PDT
benm@google.com has already landed this by hand.