bugPSPP - Bugs: bug #47181, EXAMINE - boxplot of variable with...

 
 

bug #47181: EXAMINE - boxplot of variable with no data crashes psppire

Submitter:  Friedrich Beckmann <beckmanf>
Submitted:  Wed 17 Feb 2016 06:51:54 PM UTC
   
 
Category:  Output Driver Severity:  7 - Major
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 18 Feb 2016 07:00:17 AM UTC, comment #1: 

I pushed a fix for this.

John Darrington <jmd>
Group administrator
Wed 17 Feb 2016 06:51:54 PM UTC, original submission:  

The following syntax crashes psppire. It tries to plot a variable with no data.


DATA LIST LIST /X * Y * .
BEGIN DATA
1
2
2
2
3
END DATA

EXAMINE
    /VARIABLES = Y
    /PLOT = BOXPLOT.


with the following assertion:


Assertion failed: (high >= low), function chart_get_scale, file src/math/chart-geometry.c, line 65.
Abort trap: 6


We should put this into the regression tests.

Friedrich Beckmann <beckmanf>
Group Member

 

(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 jmd (Posted a comment)
  • -email is unavailable- added by beckmanf (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 logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-18 jmd StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code