bugGNU Octave - Bugs: bug #52710, execution error for consecutive...

 
 

bug #52710: execution error for consecutive plots involving legend

Submitter:  A.R. Burgers <arb>
Submitted:  Thu 21 Dec 2017 07:35:32 AM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Dec 2017 09:09:48 AM UTC, comment #2: 

@arb: thanks. Closing report as fixed.

Pantxo Diribarne <pantxo>
Group Member
Thu 21 Dec 2017 08:42:58 AM UTC, comment #1: 

Never mind, this seems to be fixed in hg_id = 9c684d270c79+

A.R. Burgers <arb>
Thu 21 Dec 2017 07:35:32 AM UTC, original submission:  

This script:


v = version
hg_id = __octave_config_info__.hg_id
plot(1:10)
legend({'a'});
plot(1:10)
fprintf('at end of script\n');


executed from the command line with octave script_name.m
produces this output and error message:


v = 4.3.0+
hg_id = 96a228168986+
error: invalid value for array property "position"
execution error in graphics callback function
at end of script


Also, after running into the error, the script continues execution, ending with printing 'at end of script'.

This occurs for quite recent dev versions only.

A.R. Burgers <arb>

 

(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 arb (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-21 pantxo StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code