bugGNU Octave - Bugs: bug #35687, crash with...

 
 

bug #35687: crash with axes("position", [])

Submitter:  Muhali <muhali>
Submitted:  Fri 02 Mar 2012 05:27:51 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
   

Fri 11 Oct 2013 04:30:07 PM UTC, comment #3: 

Should be fixed in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/94dd9bba06a0).  Closing report.

Rik <rik5>
Group administrator
Fri 11 Oct 2013 08:48:35 AM UTC, comment #2: 

Can't reproduce that with octave 3.6.4. It gives me the error

error: _go_axes_: A(I): index out of bounds; value 3 out of bound 0
error: called from:
error:   /home/hous/code/octave/scripts/plot/util/axes.m at line 53, column 10

Reza <rezahousseini>
Mon 05 Mar 2012 10:27:26 PM UTC, comment #1: 

It also segfaults with an existing plot.


plot (1:10);
set (gca, "position", [])



Rik <rik5>
Group administrator
Fri 02 Mar 2012 05:27:51 AM UTC, original submission:  

I noticed that this code


graphics_toolkit fltk
axes ("position", []);


causes octave to crash.

Muhali <muhali>

 

(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 rezahousseini (Posted a comment)
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by muhali (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-11 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2012-03-02 rik5 Item GroupNone Segfault, Bus Error, etc.
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code