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

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

[Octave-bug-tracker] [bug #48086] 2nd-level nested function not found in


From: Rik
Subject: [Octave-bug-tracker] [bug #48086] 2nd-level nested function not found in anonymous function
Date: Sun, 3 Mar 2019 16:55:45 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Support for handles to nested functions has been added to the next release of
Octave (6.0.0).  The test code in this bug report will work if the nested
function does not include a disp() function call.  But if it does, there is a
nasty error message printed.


octave:1> nesttst
main function
nested
error: internal error: invalid access link in function call stack
error: quad: evaluation of user-supplied function failed
error: called from
    nesttst>nested2 at line 15 column 7
    nested>@<anonymous> at line 8 column 15
    nesttst>nested at line 8 column 5
    nesttst at line 4 column 3


I'm attaching a new m-file called nesttst.m which demonstrates the failure.  



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48086>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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