VirtualBox

Changes between Initial Version and Version 4 of Ticket #11571


Ignore:
Timestamp:
Mar 11, 2013 11:07:51 AM (11 years ago)
Author:
galitsyn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11571 – Description

    initial v4  
    22
    33In essence, in certain non-root directory of a vboxsf mounted directory, mkdir() returns EEXIST while stat() returns ENOENT, as shown by this strace snippet below:
    4 
     4{{{
    55mkdir("plainbox.egg-info", 0777)        = -1 EEXIST (File exists)
    66stat64("plainbox.egg-info", 0xbfd696fc) = -1 ENOENT (No such file or directory)
    77write(2, "error: could not create 'plainbo"..., 57error: could not create 'plainbox.egg-info': File exists
    8 
     8}}}
    99I wrote a minimal program that reproduces the issue: https://gist.github.com/zyga/5110513
    1010

© 2023 Oracle
ContactPrivacy policyTerms of Use