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

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

[Octave-bug-tracker] [bug #45860] Many stacked uipanels crashes the qt g


From: jsh
Subject: [Octave-bug-tracker] [bug #45860] Many stacked uipanels crashes the qt gui in Windows 8
Date: Wed, 13 Jul 2016 07:59:56 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #7, bug #45860 (project octave):

Running without Gui doesn't result in any error messages, just crash. Is there
a way to run gdb with Octave on Windows?

Some more testing revealed that the issue seems to be the nested parents, as
in the code below:


n = 24;
h = uipanel( );
for i=1:n
  % uipanel( 'parent', h );   % Works
  h = uipanel( 'parent', h );   % Crashes
end



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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