WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
312265
Retry process launch
https://bugs.webkit.org/show_bug.cgi?id=312265
Summary
Retry process launch
adrian_taylor
Reported
2026-04-14 06:24:49 PDT
rdar://173715411
is an intermittent bug in process launch which occurs only for very large binaries. If WebKit is built with code coverage instrumentation enabled, that pushes us over the troublesome threshold, and WebKit sometimes fails to launch its child processes. Provide a build-time option to add a retry loop for such launches, which enables us to run test suites even if coverage is enabled. Unless the make command line contains GCC_PREPROCESSOR_ADDITIONS=ENABLE_RETRY_LAUNCHES, or that option is specified in some other way, this code change has no effect.
Attachments
Add attachment
proposed patch, testcase, etc.
adrian_taylor
Comment 1
2026-04-14 06:28:27 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/62729
EWS
Comment 2
2026-04-14 23:37:54 PDT
Committed
311264@main
(8c1776bc8803): <
https://commits.webkit.org/311264@main
> Reviewed commits have been landed. Closing PR #62729 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug