| Summary: | [Flatpak SDK] file descriptor leak when running inspector tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | lmoura |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Philippe Normand
2020-10-14 04:16:34 PDT
Can't reproduce anymore :( with `run-webkit-tests --gtk --no-retry-failures inspector/` I had a bunch of warnings like: ** (process:353020): WARNING **: 09:11:44.938: Failed to connect to bus: Unable to create socket: Too many open files But it's not the case no more /o\ I managed to reproduce rather consistently here (Ubuntu 20.04 / Ryzen 5 3600 - 12 threads) with `inspector/` and `--iterations=2 --child-processes=36` It starts emitting these messages around late 400's test cases. Also appeared with `--child-processes=36 --repeat-each=2` in the late 300's. |