RESOLVED FIXED 278213
Add a way to log which part of a serialized object failed IPC decoding
https://bugs.webkit.org/show_bug.cgi?id=278213
Summary Add a way to log which part of a serialized object failed IPC decoding
Charlie Wolfe
Reported 2024-08-15 21:16:19 PDT
Sometimes, we receive crash reports caused by WebContent receiving an invalid IPC message. While we log which IPC message was invalid, we do not know which part of the message caused the decoding failure. This patch introduces a way to log the specific part of a serialized object that failed IPC decoding. This is particularly important for IPC messages that send large objects, such as `WebPageCreationParameters` or `WebProcessCreationParameters`, which contain numerous objects with validators that could potentially cause a crash.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-15 21:16:30 PDT
Charlie Wolfe
Comment 2 2024-08-15 21:19:32 PDT
EWS
Comment 3 2024-08-16 12:08:17 PDT
Committed 282362@main (a56e4d9687cd): <https://commits.webkit.org/282362@main> Reviewed commits have been landed. Closing PR #32285 and removing active labels.
EWS
Comment 4 2024-08-16 20:18:03 PDT
Committed 280938.243@safari-7619-branch (ae9efaf1fa7c): <https://commits.webkit.org/280938.243@safari-7619-branch> Reviewed commits have been landed. Closing PR #1613 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.