bugPSPP - Bugs: bug #12948, MATCH FILES still crashes

 
 

bug #12948: MATCH FILES still crashes

Submitter:  John Darrington <jmd>
Submitted:  Tue 03 May 2005 06:17:33 AM UTC
   
 
Category:  Syntax Parser Severity:  7 - Major
Status:  Fixed Assigned to:  blp
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 May 2005 07:00:58 AM UTC, comment #1: 

A fix has been checked in to the CVS repository

Ben Pfaff <blp>
Group administrator
Tue 03 May 2005 06:17:33 AM UTC, original submission:  

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



John Darrington <jmd>
Group administrator

 

(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

 

CC list is empty

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-05 blp CategoryNone Syntax Parser
    StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.14-0b36.
Corresponding source code