bugGNU Octave - Bugs: bug #46053, axes in uipanel segfaults

 
 

bug #46053: axes in uipanel segfaults

Submitter:  -X- <jsh>
Submitted:  Sat 26 Sep 2015 02:08:26 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 26 Sep 2015 09:14:17 AM UTC, comment #1: 

The last patch for bug #45540 happens to also fix this bug, so I pushed it here:

http://hg.savannah.gnu.org/hgweb/octave/rev/79eb0746b21f

Closing report.

Pantxo Diribarne <pantxo>
Group Member
Sat 26 Sep 2015 02:08:26 AM UTC, original submission:  

In the latest dev build I get immediate segfault if I put an axes in an uipanel and move the mouse pointer over it (I guess raises focus of the figure). This worked fine in the 4.0 release so something must have changed.


f = figure();
p = uipanel( 'parent', f );
ax = axes( 'parent', p );


Note that this seems to work fine (axes has figure as parent).


f = figure();
p = uipanel( 'parent', f );
ax = axes( 'parent', f );


-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

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (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
    2015-09-26 pantxo CategoryGUI Plotting with OpenGL
        StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code