The GPUConnectionToWebProcess::CreateGraphicsContextGL object's constructor doesn't actually move, so we end up making a copy for the IPC message. The 'serverConnectionHandle' instance is then still alive, and holding on to a MachSendRight. waitUntilInitialized can then block (for the 30 second timeout) if the GPUP crashes, since notification of the crash doesn't happen until all send rights are destroyed (including the one on the stack).
<rdar://109720377>
Pull request: https://github.com/WebKit/WebKit/pull/14519
Committed 264766@main (50f865ffbe32): <https://commits.webkit.org/264766@main> Reviewed commits have been landed. Closing PR #14519 and removing active labels.
*** Bug 257890 has been marked as a duplicate of this bug. ***