bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #47181] EXAMINE - boxplot of variable with no data crashe


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #47181] EXAMINE - boxplot of variable with no data crashes psppire
Date: Wed, 17 Feb 2016 18:51:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

URL:
  <http://savannah.gnu.org/bugs/?47181>

                 Summary: EXAMINE - boxplot of variable with no data crashes
psppire
                 Project: PSPP
            Submitted by: beckmanf
            Submitted on: Mi 17 Feb 2016 18:51:54 GMT
                Category: Output Driver
                Severity: 7 - Major
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47181>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]