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: Mike Miller
Subject: [Octave-bug-tracker] [bug #45914] fopen warns "found by searching load path" although the file doesn't exist
Date: Fri, 11 Sep 2015 02:20:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Update of bug #45914 (project octave):

                Category:                    None => Interpreter            
                  Status:                    None => Confirmed              
                 Release:                   4.0.0 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed on the default branch here also.

Not so much about timing, this also shows the same error:


>> x = 0;
>> save x x
>> unlink ("x"); sleep (10); fd = fopen ("x", "rb")
warning: fopen: '/tmp/x' found by searching load path
fd = -1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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