[webkit-reviews] review granted: [Bug 238694] [Cocoa] semaphore_timedwait() can return KERN_ABORTED : [Attachment 456436] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 2 08:43:27 PDT 2022


Geoffrey Garen <ggaren at apple.com> has granted Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 238694: [Cocoa] semaphore_timedwait() can return KERN_ABORTED
https://bugs.webkit.org/show_bug.cgi?id=238694

Attachment 456436: Patch

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




--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 456436
  --> https://bugs.webkit.org/attachment.cgi?id=456436
Patch

Do you know how this happens?

According to documentation, KERN_ABORTED means somebody manually terminated the
thread or something like that. That's a bit surprising. Not sure how it would
happen. Might be some other bug?


More information about the webkit-reviews mailing list