coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] new snapshot available: coreutils-8.23.237-eff51


From: Pádraig Brady
Subject: Re: [platform-testers] new snapshot available: coreutils-8.23.237-eff51
Date: Thu, 02 Jul 2015 08:45:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 02/07/15 03:38, Pádraig Brady wrote:
> On 02/07/15 02:55, Assaf Gordon wrote:
>> Hello,
>>
>> few results for coreutils-8.23.245-8bf2af  :


>> On OpenSUSE 13.2 x86_64, "tests/tail-2/assert" fail, log attached.
> 
> Interesting. Reproduced 100% of the time here too.
> BTW that VM gives a different version?
>   $ head -n1 /etc/issue
>   Welcome to openSUSE 12.3 ...

It's not 100% reproducible actually, though once it starts happening
it continues to, no matter how many times the file is replaced and removed.
What seems to be happening is that the IN_ATTRIB event is delivered
for the file on unlink() (the link count decreasing is an attribute change).
However the subsequent open() in recheck() succeeds!
I.E. the kernel dentry (cache) is still accessible through that name.
Adding a xnanosleep(.1) before the open() is enough to make the test succeed.

We could avoid this issue by adding IN_DELETE on the parent directory,
though I'm loath to change this at the moment.

cheers,
Pádraig.

Attachment: opensuse-3.7.10-iniotify-dentry-race.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]