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

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

[Octave-bug-tracker] [bug #41667] root figure parent property should be


From: Rik
Subject: [Octave-bug-tracker] [bug #41667] root figure parent property should be empty
Date: Sun, 02 Mar 2014 21:08:07 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

Follow-up Comment #4, bug #41667 (project octave):

This bug has more knock-on effects.  Executing "__run_test_suite__" in the GUI
now hangs at guidata.m.  The problem is that the ancestor function ends up
getting called like so:


ancestor (0, "figure")


Inside ancestor.m there is a "while (true)" loop that becomes infinite because
the call


get (0, "parent")


returns 0 instead of [] as it should.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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