[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #31346] Segmentation fault in ascii driver
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #31346] Segmentation fault in ascii driver |
Date: |
Sat, 16 Oct 2010 09:18:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010033100 Iceweasel/3.0.6 (Debian-3.0.6-3) |
URL:
<http://savannah.gnu.org/bugs/?31346>
Summary: Segmentation fault in ascii driver
Project: PSPP
Submitted by: jmd
Submitted on: Sat 16 Oct 2010 05:18:46 PM WST
Category: Output Driver
Severity: 7 - Major
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
The syntax below, which happens to be a verbatim extract from
tests/language/stats/npar.at, crashes when run with default settings from the
command line.
The problem doesn't show up in the autotests, because the crash occurs in the
ascii output driver whereas the tests use the csv driver.
DATA LIST NOTABLE LIST /x * y * w * .
BEGIN DATA.
1 2 1
2 1 3
3.1 1 4
3.2 2 1
4 2 2
5 3 1
1 4 2
. 5 1
END DATA.
WEIGHT BY w.
MISSING VALUES x (4).
NPAR TESTS
CHISQUARE=x y(-2,5)
/MISSING=ANALYSIS
/STATISTICS=DESCRIPTIVES
.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31346>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #31346] Segmentation fault in ascii driver,
John Darrington <=