[webkit-reviews] review requested: [Bug 237398] [macOS] WebContent processes crash with XPC_EXIT_REASON_SIGTERM_TIMEOUT when logging out : [Attachment 454364] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 08:17:15 PST 2022


Chris Dumez <cdumez at apple.com> has asked  for review:
Bug 237398: [macOS] WebContent processes crash with
XPC_EXIT_REASON_SIGTERM_TIMEOUT when logging out
https://bugs.webkit.org/show_bug.cgi?id=237398

Attachment 454364: Patch

https://bugs.webkit.org/attachment.cgi?id=454364&action=review




--- Comment #15 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 454364
  --> https://bugs.webkit.org/attachment.cgi?id=454364
Patch

Turns out I cannot even release the OS transaction in the signal handler. As a
result, I am going back to Alexey's original proposal to call _exit(0).

Eventually we should just stop leaking this transaction (and adopt
RunningBoard) but this is quite a bit of work and not risk free.


More information about the webkit-reviews mailing list