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: Mike Miller
Subject: [Octave-bug-tracker] [bug #42242] Octave does not always execute most recently saved file in an NFS directory
Date: Wed, 30 Apr 2014 23:59:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36

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

Agree with all of the above suggestions, this is likely some kind of NFS
filesystem issue and not necessarily something that Octave is doing wrong.

Some more things you could try:


## Compare the atime, ctime, and mtime stamps before and after
## editing the script file with
format long
t = time
info = stat ("thescript.m")
## Confirm that Octave can read the new file content
type thescript


This might help point to whether it's that the updated saved file contents are
not being read or if it's simply that the file's timestamp is not being
updated or is skewed from the local clock.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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