[Bug 9142] wcmd can't open locked files

Wine Bugs wine-bugs at winehq.org
Wed Aug 1 08:14:29 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9142


vitaliy at 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 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list