The NetworkProcess fails to relaunch after it crashes. This is a regression from using a NetworkProcess per ProcessPool to a NetworkProcess per WebsiteDataStore AFAICT.
<rdar://75148724>
Created attachment 424827 [details] Patch
Comment on attachment 424827 [details] Patch didTerminate does this too.
(In reply to Alex Christensen from comment #3) > Comment on attachment 424827 [details] > Patch > > didTerminate does this too. Indeed, I think the termination and crash logic should share code. I opted not to do it in this patch so to keep the patch small as possible for cherry-picking. Also, there are things the crash handling does and that the termination handling doesn't, which seems like another issue.
Comment on attachment 424827 [details] Patch I will work in a follow-up to share more code between the termination and crash logic.
Committed r275316: <https://commits.webkit.org/r275316> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424827 [details].