|
From: | jsh |
Subject: | [Octave-bug-tracker] [bug #47931] Adding several uipanels to a figure results in a crash on Windows |
Date: | Mon, 16 May 2016 08:08:23 +0000 (UTC) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0 |
URL: <http://savannah.gnu.org/bugs/?47931> Summary: Adding several uipanels to a figure results in a crash on Windows Project: GNU Octave Submitted by: jsh Submitted on: Mon 16 May 2016 08:08:20 AM GMT Category: GUI Severity: 3 - Normal Priority: 5 - Normal Item Group: Crash Status: None Assigned to: None Originator Name: Originator Email: Open/Closed: Open Discussion Lock: Any Release: 4.0.1 Operating System: Microsoft Windows _______________________________________________________ Details: Running the code below which crashes on Windows (10) after 30-60 iterations (it works on my linux VM). h = figure; for i=1:100 h = uipanel('parent',h); i end _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47931> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |