Bug 247138 - Add RELEASE_LOG_FAULT in Connection::markCurrentlyDispatchedMessageAsInvalid
Summary: Add RELEASE_LOG_FAULT in Connection::markCurrentlyDispatchedMessageAsInvalid
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-27 10:44 PDT by Alex Christensen
Modified: 2022-10-27 21:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2022-10-27 10:44:51 PDT
That function is called when we are terminating a process because of invalid IPC, which has the same user-visible impact as a crash but we aren't tracking it like a crash or gathering analytics.  This should fix that.
Comment 1 Radar WebKit Bug Importer 2022-10-27 10:45:10 PDT
<rdar://problem/101641127>
Comment 2 Alex Christensen 2022-10-27 10:47:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5863
Comment 3 EWS 2022-10-27 21:18:11 PDT
Committed 256087@main (3c14d9145daf): <https://commits.webkit.org/256087@main>

Reviewed commits have been landed. Closing PR #5863 and removing active labels.