bugGNU Octave - Bugs: bug #47931, Adding several uipanels to a...

 
 

bug #47931: Adding several uipanels to a figure results in a crash on Windows

Submitter:  -X- <jsh>
Submitted:  Mon 16 May 2016 08:08:20 AM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.0.1 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 16 May 2016 10:01:50 AM UTC, comment #2: 

Thanks for confirming that the problem still exists in 4.0.1.  I'll update the version number on the original report.

Lachlan Andrew <lachlan>
Mon 16 May 2016 08:11:55 AM UTC, comment #1: 

Seems I rediscovered my old bug, sorry:

https://savannah.gnu.org/bugs/?45860

-X- <jsh>
Mon 16 May 2016 08:08:20 AM UTC, original submission:  

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


-X- <jsh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lachlan (Posted a comment)
  • -email is unavailable- added by jsh (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-05-16 lachlan StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #45860

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code