GNU bug report logs -
#13149
24.3.50; Emacs thinks file was changed outside Emacs, but it was not
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 11 Dec 2012 21:53:02 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.3.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #127 received at 13149 <at> debbugs.gnu.org (full text, mbox):
On 19.01.2013 4:55, Paul Eggert wrote:
> On 01/18/2013 02:52 PM, Dmitry Gutov wrote:
>> Is is possible that the test is measuring something not directly relevant?
>> Like I mentioned, emacs-24 build seems to work fine on cifs in all observable respects
>
> I suspect the problem is that cifs mishandles fstat
> but works with stat/lstat. What does the following
> program do for you?
cifs:
1358557459.946082000 fstat
1358557459.946082000 lstat
1358557459.946082000 stat
1358557459.946082000 fstat
1358557459.946082000 lstat
1358557459.946082000 stat
1358557459.946082000 lstat
1358557459.946082000 stat
1358557459.958583600 fstat
1358557459.958583600 lstat
1358557459.958583600 stat
vboxsf:
1358557454.975950900 fstat
1358557454.975950900 lstat
1358557454.975950900 stat
1358557454.975950900 fstat
1358557454.975950900 lstat
1358557454.975950900 stat
1358557454.988952600 lstat
1358557454.988952600 stat
1358557454.988952600 fstat
1358557454.988952600 lstat
1358557454.988952600 stat
So, vboxsf sees the change after the file has been closed, cifs - when
it's reopened.
This bug report was last modified 11 years and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.