bugGNU Octave - Bugs: bug #59551, clf produces an error after clear...

 
 

bug #59551: clf produces an error after clear all

Submitter:  Lars Kindermann <larskindermann>
Submitted:  Thu 26 Nov 2020 05:43:21 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 6.0.92 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 26 Nov 2020 08:12:47 PM UTC, comment #4: 

I can confirm this fixes the test case. Closing report since the actual issue is tracked elsewhere.

Pantxo Diribarne <pantxo>
Group Member
Thu 26 Nov 2020 06:26:05 PM UTC, comment #3: 

I pushed a change here:
https://hg.savannah.gnu.org/hgweb/octave/rev/158f9d2320c7

Marking as ready for test.

Markus Mützel <mmuetzel>
Group administrator
Thu 26 Nov 2020 06:10:10 PM UTC, comment #2: 

I should have written "linkprop" instead of "linkaxes".

Markus Mützel <mmuetzel>
Group administrator
Thu 26 Nov 2020 06:06:57 PM UTC, comment #1: 

Confirmed here.
"linkaxes" is probably another candidate to include a temporary "mlock" until bug #59439 is properly fixed.

Markus Mützel <mmuetzel>
Group administrator
Thu 26 Nov 2020 05:43:21 PM UTC, original submission:  

These commands


ax1=subplot(2,1,1);
ax2=subplot(2,1,2);
linkaxes([ax1,ax2])
clear all
clf


generate a warning in the gui


warning: onCleanup: error caught while executing cleanup function:
'unlink_linkprop' undefined near line 96, column 96


and an error when pasted into the terminal


fatal: caught signal Speicherzugriffsfehler -- stopping myself...
Speicherzugriffsfehler



Lars Kindermann <larskindermann>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

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 mmuetzel (Posted a comment)
  • -email is unavailable- added by larskindermann (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-11-26 pantxo StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2020-11-26 mmuetzel StatusConfirmed Ready For Test
    2020-11-26 mmuetzel StatusNone Confirmed
        Operating SystemGNU/Linux Any
        Dependencies- Depends on bugs #59439

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code