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

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

[Octave-bug-tracker] [bug #45914] fopen warns "found by searching load p


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #45914] fopen warns "found by searching load path" although the file doesn't exist
Date: Thu, 10 Sep 2015 06:57:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

URL:
  <http://savannah.gnu.org/bugs/?45914>

                 Summary: fopen warns "found by searching load path" although
the file doesn't exist
                 Project: GNU Octave
            Submitted by: andy1978
            Submitted on: Do 10 Sep 2015 06:57:44 GMT
                Category: None
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This looks like some timing problem. Run this in the CLI


fn = "foo.log";
save (fn, "fn");


and then paste to CLI in one line OR create a script file and run it (it will
not show the warning if unlink and fopen are run separately)


>> unlink (fn); fid = fopen (fn, 'rb')
warning: fopen: '/home/andy/temp/foo.log' found by searching load path
fid = -1





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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