[Webkit-unassigned] [Bug 212218] REGRESSION (r261277): [ Mac iOS ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 25 02:45:46 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212218

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
There is a slight moment in time where the socket factory has no connection due to a crash in network process.
In that case, the factory will ask for a new connection to network process and in the meantime will fail the socket creations.
We do not want to do callOnMainThreadAndWait as this might deadlock the web process in that case.

The current approach is fine as is as the socket could have been created a few seconds before and would have been closed by network process crash.
I'll update the test to make it more robust.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200525/55df259b/attachment.htm>


More information about the webkit-unassigned mailing list