bugGNU Octave - Bugs: bug #46561, crash on setting legend location

 
 

bug #46561: crash on setting legend location

Submitter:  ederag <ederag>
Submitted:  Sat 28 Nov 2015 11:34:47 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  jwe
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
   

Tue 01 Dec 2015 09:05:24 AM UTC, comment #4: 

Fixed, thanks !

ederag <ederag>
Tue 01 Dec 2015 05:32:16 AM UTC, comment #3: 

I checked in the following changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/d02ffc87d9ee

John W. Eaton <jwe>
Group administrator
Mon 30 Nov 2015 09:05:53 PM UTC, comment #2: 

Thanks for the report.  I think I see what is causing the problem.  I should have a solution soon.

John W. Eaton <jwe>
Group administrator
Mon 30 Nov 2015 04:36:37 PM UTC, comment #1: 

Confirmed.  Thanks for finding this and narrowing it down to the changeset responsible.

Rik <rik5>
Group administrator
Sat 28 Nov 2015 11:34:47 PM UTC, original submission:  


plot(1:10, ";leg1;", 1:10, ";leg2;");
legend("location", "north")
error: string value: wrong type argument 'cell'
error: set: expecting argument 0 to be a property name
Segmentation fault


This crash has been introduced by
changeset 20679:19d6f94c21cb
date:        Thu Nov 05 15:06:52 2015 -0500
eliminate more uses of error_state

with 20678 it's fine
and during the dichotomy, the crash happened for the subsequent
20680, 20682, 20688, 20700, 20760, and the latest
changeset:   20773:4d78e076a592

It happens both with qt and gnuplot toolkit.

ederag <ederag>

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by ederag (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
    2015-12-01 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2015-11-30 rik5 StatusNone Confirmed
        Assigned toNone jwe

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code