DescriptionIPC: Add more debug info.
We're still seeing crashes that appear to come from multiple simultaneous
writes. Given that writing_ is false when we crash, but the operation
matches the current thread, file handle and IPC Channel, it could
be that for some reason a failed Write is still genarating a notification.
So this CL stores two error codes (one for the current operation and another
for a previous failure), and the write size.
BUG=387876
R=cpu@chromium.org
Committed: https://crrev.com/431ce7382e8cae58d1dfbdde7c5c8bdc27daee2b
Cr-Commit-Position: refs/heads/master@{#294993}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|