bugGNU Octave - Bugs: bug #33121, crash when combining...

 
 

bug #33121: crash when combining "plot", "legend" and "line"

Submitter:  None
Submitted:  Tue 19 Apr 2011 10:17:08 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  JF Cardoso Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.4.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 19 Apr 2011 06:48:34 PM UTC, comment #1: 

Happily, this bug has already been fixed.  However, you will need to build from source to access the fix, or wait for the 3.4.1 release.  Instructions for downloading the source code from the Mercurial repository are available here (http://www.gnu.org/software/octave/download.html)

Rik <rik5>
Group administrator
Tue 19 Apr 2011 10:17:08 AM UTC, original submission:  


## This code raises the error "structure has no member `fontname'

clear ;
figure(1); clf
plot(1:10, randn(10, 2));
legend("aaa", "bbb");      ## but it does not if either this line is commented out
line([ 0 10  ], [-1 1]);   ## OR if this other line is commented out



Anonymous

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by None (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
    2011-04-19 rik5 CategoryPlotting Plotting with gnuplot
        StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code