bugPSPP - Bugs: bug #11676, Crashes after IF statement.

 
 

bug #11676: Crashes after IF statement.

Submitter:  John Darrington <jmd>
Submitted:  Fri 21 Jan 2005 04:54:02 AM UTC
   
 
Category:  Syntax Parser Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 26 Jan 2005 01:42:44 AM UTC, comment #1: 

A fix has been checked in to the CVS repository

John Darrington <jmd>
Group administrator
Fri 21 Jan 2005 04:54:02 AM UTC, original submission:  

The following input will crash PSPP

INPUT PROGRAM.
LOOP c=1 to 10.
COMPUTE var1=NORMAL(100).
END CASE.
END LOOP.
END FILE.
END INPUT PROGRAM.


IF ( y > 0 ) .
        COMPUTE x=y.
END IF.

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-01-26 jmd CategoryNone Syntax Parser
    StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code