Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #6 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
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #5 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
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #4 by [EMAIL PROTECTED]:
It looks like this and issue 3630 are 1.0 blockers, but please confirm.
Issue attribute updates:
Owner: [EMAIL PROTECTED]
--
You r
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #3 by [EMAIL PROTECTED]:
I'm going to solve it with some help from the MessageLoopForIO once I land
the switch
to completion ports. However, this is not really relat
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #2 by [EMAIL PROTECTED]:
Can we solve this issue within the MessageLoopForIO implementation? It
would be nice
if consumers could say I'm unregistering now, and I do
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
Comment #1 by [EMAIL PROTECTED]:
(No comment was entered for this change.)
Issue attribute updates:
Status: Assigned
Owner: [EMAIL PROTECTED]
Labels:
Issue 3497: Improper cancellation of a FileInputStream operation.
http://code.google.com/p/chromium/issues/detail?id=3497
New issue report by [EMAIL PROTECTED]:
URLRequestFileJob::Kill has the following code:
stream_.Close()
and the implementation of FileInputStream::Close does:
CloseHandle(ha