Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Issue 113913: OSX: Close ipc channel if we're writing to a closed pipe. (Closed)

Created:
11 years, 7 months ago by jeremy
Modified:
9 years, 6 months ago
Reviewers:
John Grabowski
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

When writing to a closed pipe on OSX errno is set to EPERM. We specifically detect this case, close the channel and return an error. This CL also silences error messages that where previously printed to the console in this situation. BUG=12734 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17004

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M chrome/common/ipc_channel_posix.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jeremy
11 years, 7 months ago (2009-05-27 18:21:08 UTC) #1
John Grabowski
11 years, 7 months ago (2009-05-27 18:23:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698