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

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

[Octave-bug-tracker] [bug #47605] dbwhere hangs after debug_on_error sto


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47605] dbwhere hangs after debug_on_error stops Octave
Date: Mon, 04 Apr 2016 19:52:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #9, bug #47605 (project octave):

That's right, the last sentence isn't quite how that works.  The curr_frame is
initialized to NULL when the class object is constructed.

I looked at the cs[] layout last night but didn't quite understand the
indexing.  FWIW, in toplevel.h the "curr_frame > 1" could be "curr_frame > 0"
in the following:


  octave_function *do_caller (void) const
  {
    return curr_frame > 1 ? cs[curr_frame-1].m_fcn : cs[0].m_fcn;
  }


Not that it matters, just that the frame of reference of greater than zero
might be more how curr_frame is defined.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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