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

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

[Octave-bug-tracker] [bug #35067] Symbol table incorrect after clear -f


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #35067] Symbol table incorrect after clear -f and DLD function reload
Date: Thu, 05 Sep 2013 01:55:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Update of bug #35067 (project octave):

                Category:               Libraries => Interpreter            
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed still present with the development version of Octave. Updated to use
urlread since time.cc is now a built-in.


sh> ./run-octave
octave:1> s1 = urlread ("http://www.gnu.org/";);
Hit Ctrl-Z to suspend Octave and return to shell prompt.
sh> touch ../libinterp/dldfcn/urlwrite.cc
sh> make
## This updates the timestamp on time.oct
## Now resume Octave
sh> fg
octave:2> clear -f urlread
octave:3> s2 = urlread ("http://www.gnu.org/";);
error: Invalid call to urlwrite.  Correct usage is:

 -- Loadable Function: urlwrite (URL, LOCALFILE)
[...]
octave:4> clear -f
## Now urlread works correctly again
octave:5> s2 = urlread ("http://www.gnu.org/";);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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