From: Tanaka Akira Date: 2011-11-18T12:14:26+09:00 Subject: [ruby-core:41125] Re: [ruby-trunk - Feature #5562] Improvement of Windows IO performance 2011/11/18 Hiroshi Shirosaki : > > Issue #5562 has been updated by Hiroshi Shirosaki. > > > At TestOpen3#test_capture3_flip error, ERROR_SHARING_VIOLATION occurs because ruby tries to unlink a temp file while new process by capture3 are running. New process seems to have reference to the temp file. > test_capture3_flip doesn't use Tempfile. Why a temp file is referenced by the process created by test_capture3_flip? -- Tanaka Akira