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: Rik
Subject: [Octave-bug-tracker] [bug #35067] Symbol table incorrect after clear -f and DLD function reload
Date: Fri, 22 May 2015 15:59:27 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

Follow-up Comment #2, bug #35067 (project octave):

Bug is still present, but urlread has also become a core function.  Updated to
use chol.cc to show the problem.


octave:1> chol2inv (rand (3));
## Hit Ctrl-Z to suspend Octave and return to shell prompt.
## sh> touch libinterp/dldfcn/chol.cc
## sh> make
## This updates the timestamp on chol.oct
## Now resume Octave
## sh> fg
octave:2> clear -f chol2inv
octave:3> chol2inv
error: Invalid call to chol.  Correct usage is:

 -- Loadable Function: R = chol (A)
 -- Loadable Function: [R, P] = chol (A)
 -- Loadable Function: [R, P, Q] = chol (S)
 -- Loadable Function: [R, P, Q] = chol (S, "vector")
 -- Loadable Function: [L, ...] = chol (..., "lower")
 -- Loadable Function: [L, ...] = chol (..., "upper")




    _______________________________________________________

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]