[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #15911] long string variables display incorrectly and cau
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #15911] long string variables display incorrectly and cause crashes. |
Date: |
Mon, 27 Feb 2006 10:18:18 +0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=15911>
Summary: long string variables display incorrectly and cause
crashes.
Project: PSPP
Submitted by: jmd
Submitted on: Mon 02/27/06 at 10:18
Category: None
Severity: 7 - Major
Status: None
Assigned to: None
Open/Closed: Open
Release: None
Effort: 0.00
_______________________________________________________
Details:
Strings more than 8 characters in length cause problems as demonstrated by
the code below. The output generated by the EXAMINE and FREQUENCIES commands
display incorrectly, whilst the T-TEST command crashes.
DATA LIST LIST /n * s (a34).
BEGIN DATA.
100 OneHundred
222 TwoHundredAndTwentyTwo
END DATA.
EXAMINE n BY s.
FREQUENCIES s.
T-TEST
/GROUPS = s("OneHundred","TwoHundredAndTwentyTwo")
/VAR = n.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=15911>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: [bug #15911] long string variables display incorrectly and cause crashes.,
John Darrington <=