bugGNU Octave - Bugs: bug #42774, Suddenly, Octave function...

 
 

bug #42774: Suddenly, Octave function legends.m tells me to fill a bug report.

Submitter:  None
Submitted:  Tue 15 Jul 2014 12:10:24 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Need Info Assigned to:  None
Originator Name:  Gonzalo Rodríguez Prieto Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Aug 2014 05:43:40 AM UTC, comment #2: 

No response in two weeks.  Closing report.

Rik <rik5>
Group administrator
Tue 15 Jul 2014 03:12:47 PM UTC, comment #1: 

Are you using fltk or gnuplot for plotting?

I think I might add "close all;" near the top of the script where you have "clear;".  This will shut any open figure windows you have.  I don't know exactly what is going on, but the complaint from legend has to do with multiple axes in the same figure.

If that doesn't work, try adding "close all;" before each new creation of a plot window.


Rik <rik5>
Group administrator
Tue 15 Jul 2014 12:10:24 PM UTC, original submission:  

=legends.m "tells" me to fill up an error report =

I have written a lengthy script (I submitted as attach) when the Octave console crashes and tells me to fill up a report. And here I am. In principle, the code works well up to today, without any real problem. Well, It has a lot of programming bugs, but due to my lack of experience, namely. But I am not sure why, now the use of the legend function does not work after the first or second execution of the script, and this error code is in the screen:

error: legend.m: This should not happen. File a bug report.
error: called from:
error:   /usr/share/octave/3.8.1/m/plot/appearance/legend.m at line 147, column 7
error:   /home/gonzalo/Documentos/04-Calculations/2014-07-15/ALEX087/alexraw.m at line 379, column 1


As it indicates, the problem seems to be at line 379 in my code, but I have no idea what is wrong there. Yesterday was working perfectly.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #31717:  alexraw.m added by None (15KiB - text/x-objcsrc)

 

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
    2014-08-03 rik5 Open/ClosedOpen Closed
    2014-07-16 rik5 StatusNone Need Info
    2014-07-15 None Attached File- Added alexraw.m, #31717

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code