http://bugs.winehq.org/show_bug.cgi?id=9142
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |NEW Component|wine-files |wine-programs Ever Confirmed| |1 Summary|WINE does not process kernel|wcmd can't open locked files |oplocks correctly |
------- Additional Comments From vitaliy@kievinfo.com 2007-01-08 08:14 ------- Works fine with notepad for example.
$stat -c "%D %i" test.txt fd04 411549 $cat /proc/locks | grep 411549 1: LEASE ACTIVE WRITE 27798 fd:04:411549 0 EOF 2: FLOCK MSNFS READ 27798 fd:04:411549 0 EOF
However Wine does have some problem. cmd opens the file with FILE_SHARE_READ which does in this case not enough? But even changing it to FILE_SHARE_READ | FILE_SHARE_WRITE doesn't work.