[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #12948] MATCH FILES still crashes
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #12948] MATCH FILES still crashes |
Date: |
Tue, 3 May 2005 06:17:34 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12948>
Summary: MATCH FILES still crashes
Project: PSPP
Submitted by: jmd
Submitted on: Tue 05/03/05 at 06:17
Category: None
Severity: 7 - Major
Status: None
Assigned to: blp
Open/Closed: Open
_______________________________________________________
Details:
Sorry Ben there's still a problem somewhere.
This file causes a crash.
DATA LIST LIST /w * x * y * .
BEGIN DATA
4 5 6
1 2 3
END DATA.
COMPUTE j=0.
LOOP #k = 1 to 10.
COMPUTE j=#k + j.
END LOOP.
MATCH FILES FILE=* /DROP=w.
FINISH.
I tried to debug it, but got a bit lost. I suspect the problem may not
actually be in MATCH FILES but elsewhere. Interestingly, if I exchange the
two data rows the fault changes to an assertion in vars-atr.c
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12948>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #12948] MATCH FILES still crashes,
John Darrington <=