RESOLVED FIXED 187065
Deal better with the network process crashing on startup
https://bugs.webkit.org/show_bug.cgi?id=187065
Summary Deal better with the network process crashing on startup
Chris Dumez
Reported 2018-06-26 15:16:38 PDT
When a network process crashes on startup, we would not attempt to relaunch it. If there were web processes waiting for a connection to this network process, we would send them an invalid connection identifier which would cause them to forcefully crash. Instead, we now apply the same policy whether a network process crashes on startup or later: - We attempt to relaunch the network process - If there were pending connections from WebContent processes, we send them the conn
Attachments
Patch (13.69 KB, patch)
2018-06-26 15:22 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2018-06-26 15:17:32 PDT
Chris Dumez
Comment 2 2018-06-26 15:22:25 PDT
Geoffrey Garen
Comment 3 2018-06-26 18:39:29 PDT
Comment on attachment 343647 [details] Patch r=me
WebKit Commit Bot
Comment 4 2018-06-26 19:11:05 PDT
Comment on attachment 343647 [details] Patch Clearing flags on attachment: 343647 Committed r233240: <https://trac.webkit.org/changeset/233240>
WebKit Commit Bot
Comment 5 2018-06-26 19:11:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.