Chromium Code Reviews
DescriptionDo *not* make file handles inheritable on Windows.
This is the cause of the pub failures to unpack a file that has
just been created. The problem is that another 7-zip process has
inherited the file handle for a file that we are still writing.
When we are done writing the file, we cannot use it because the
other process still keeps the handle.
R=sgjesse@google.com,rnystrom@google.com
BUG=dartbug.com/5910
Committed: https://code.google.com/p/dart/source/detail?r=13960
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||