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 13:35:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

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

I did as instructed and the results are below.  However, modifying the
function changed its output.  (This is a one line script that's either
fprintf('10\n') or fprintf('20\n'); )This is the same function used in my
previous post.  The only change that I know that I did was to remove the
"sync" in my mount options that I put in for the results in Comment #30. 
Perhaps I am making an error?

>> nfsbug
20
>> time
ans =  1588353991.83605
>> stat (file_in_loadpath ("nfsbug.m"))
ans =

  scalar structure containing the fields:

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

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

  scalar structure containing the fields:

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

>> nfsbug
10
>>

    _______________________________________________________

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]