Bug 151447 - LayoutTestRelay processes leak on iOS testers
Summary: LayoutTestRelay processes leak on iOS testers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 09:55 PST by Alexey Proskuryakov
Modified: 2015-11-19 11:15 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (1.18 KB, patch)
2015-11-19 09:56 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
fixed ChangeLog (1.18 KB, patch)
2015-11-19 10:07 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-11-19 09:55:10 PST
I noticed that iOS testers run out of file descriptors all the time, and then noticed that we have lots of LayoutTestRelay processes running.

It's obviously a bug that they are not terminated. I don't have any time to investigate it, so I'll just all LayoutTestRelay to kill-old-processes.
Comment 1 Alexey Proskuryakov 2015-11-19 09:56:36 PST
Created attachment 265868 [details]
proposed patch
Comment 2 WebKit Commit Bot 2015-11-19 09:58:51 PST
Attachment 265868 [details] did not pass style-queue:


ERROR: Tools/ChangeLog:3:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2015-11-19 10:07:56 PST
Created attachment 265869 [details]
fixed ChangeLog
Comment 4 WebKit Commit Bot 2015-11-19 11:15:48 PST
Comment on attachment 265869 [details]
fixed ChangeLog

Clearing flags on attachment: 265869

Committed r192638: <http://trac.webkit.org/changeset/192638>
Comment 5 WebKit Commit Bot 2015-11-19 11:15:52 PST
All reviewed patches have been landed.  Closing bug.