octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42242] Octave does not always execute most re


From: Jon
Subject: [Octave-bug-tracker] [bug #42242] Octave does not always execute most recently saved file in an NFS directory
Date: Fri, 1 May 2020 15:21:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

Follow-up Comment #34, bug #42242 (project octave):

One of my systems wasn't running ntp, so I started it.  However,the problem is
still with me, but clear -f fixes it.  See below.

>> nfsbug
10
>> time
ans =  1588360654.74920
>> stat (file_in_loadpath ("nfsbug.m"))
ans =

  scalar structure containing the fields:

    dev =  50
    ino =  360685
    mode =  33279
    modestr = -rwxrwxrwx
    nlink =  1
    uid =  1027
    gid =  100
    rdev = 0
    size =  16
    atime =  1588347181
    mtime =  1588360486
    ctime =  1588360486
    blksize =  8192
    blocks =  8

>> edit nfsbug.m
>> stat (file_in_loadpath ("nfsbug.m"))
ans =

  scalar structure containing the fields:

    dev =  50
    ino =  360685
    mode =  33279
    modestr = -rwxrwxrwx
    nlink =  1
    uid =  1027
    gid =  100
    rdev = 0
    size =  16
    atime =  1588347181
    mtime =  1588360576
    ctime =  1588360576
    blksize =  8192
    blocks =  8

>> nfsbug
10
>> clear -f
>> nfsbug
20
>>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?42242>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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