Issue 3630: Improper cleanup of IPC Channel
http://code.google.com/p/chromium/issues/detail?id=3630
Comment #3 by [EMAIL PROTECTED]:
Fixed with cl 5021.
Issue attribute updates:
Status: Fixed
--
You received this message because you are listed in the owner
or CC fields of this issue,
Issue 3630: Improper cleanup of IPC Channel
http://code.google.com/p/chromium/issues/detail?id=3630
Comment #2 by [EMAIL PROTECTED]:
I talked with Ricardo, and fixing this is not critical for 1.0. It would
involve
changes in base/ that are more disruptive than is warranted for 1.0.
Issue attr
Issue 3630: Improper cleanup of IPC Channel
http://code.google.com/p/chromium/issues/detail?id=3630
Comment #1 by [EMAIL PROTECTED]:
Was this bug on trunk before r2477, when 154 was branched?
If so, we should fix for 1.0
Issue attribute updates:
Status: Assigned
Owner: [EMAIL P
Issue 3630: Improper cleanup of IPC Channel
http://code.google.com/p/chromium/issues/detail?id=3630
New issue report by [EMAIL PROTECTED]:
The IPC Channel exposes a Close() method that attempts cleanup of the
channel before closing it. The problem is that if there is a pending IO
operation when t