DescriptionMojo EDK: Correctly handle EMSGSIZE on Mac.
As the comment copy-pasted from the IPC::ChannelPosix states, on Mac
EMSGSIZE may be returned when sending a message if there is insufficient
buffer space for transmitted FDs. Currently, the channel implementation
treats this as a fatal error; this CL changes it to a recoverable error.
This also re-enables NewlibPackagedAppTest.SuccessfulLoad, which was
failing on some bots due to this problem.
BUG=660582
Committed: https://crrev.com/12a7f40d299651beb746bf316b0c6c93fa8083d5
Cr-Commit-Position: refs/heads/master@{#434058}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 23 (16 generated)
|