Summary: | XPC services should release their os transaction when given a SIGTERM signal | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||||
Component: | New Bugs | Assignee: | Alex Christensen <achristensen> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | ggaren, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Alex Christensen
2021-07-07 09:17:31 PDT
Created attachment 433035 [details]
Patch
Comment on attachment 433035 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433035&action=review r=me > Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h:105 > + signal(SIGTERM, releaseOSTransaction); FWIW, I like using no-capture lambdas in cases like this. Created attachment 433038 [details]
Patch
Committed r279647 (239460@main): <https://commits.webkit.org/239460@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433038 [details]. |