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

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

[Octave-bug-tracker] [bug #53925] local functions should be in auto-comp


From: Rik
Subject: [Octave-bug-tracker] [bug #53925] local functions should be in auto-complete list for readline at command line
Date: Thu, 17 May 2018 14:58:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53925 (project octave):

                Priority:              5 - Normal => 3 - Low                
              Item Group: Segfault, Bus Error, etc. => Feature Request        
                  Status:                    None => Confirmed              
                 Summary: segfault in debug mode when using TAB-complete from
readline => local functions should be in auto-complete list for readline at
command line

    _______________________________________________________

Follow-up Comment #2:

I pushed a fix to the stable branch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/644fe81ced33).

This stops the segfault, but the side effect is that local functions are not
included in the auto-complete list for readline.  The problem is that
curr_fcn->parent_fcn_scope() is returning a NULL pointer.  I don't know why
that is, but the current fix is good enough for me.

I have re-titled the bug to reflect the minor open issue, and lowered the
priority.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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