bugPSPP - Bugs: bug #30684, Crash following split by alpha...

 
 

bug #30684: Crash following split by alpha variable.

Submitter:  John Darrington <jmd>
Submitted:  Sun 08 Aug 2010 01:10:19 PM UTC
   
 
Category:  Other Severity:  7 - Major
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 10 Apr 2011 02:20:31 AM UTC, comment #3: 

I checked in a fix for Michel's reduced test case.  I didn't check whether John's original example works.

Ben Pfaff <blp>
Group administrator
Sun 10 Apr 2011 12:18:28 AM UTC, comment #2: 

I confirmed that this still segfaults with Git at 36be36022d2a73818e514be8f9a9ccbe9160165f.

Ben Pfaff <blp>
Group administrator
Sat 04 Sep 2010 12:39:25 AM UTC, comment #1: 

Aparently, LIST command isn't working if the file is splitted with an alpha variable. This syntax works:

DATA LIST LIST /TREAT(F1) ID(F1).
BEGIN DATA
1 1
END DATA.

SPLIT FILE SEPARATE BY TREAT.
LIST ID.

But this crashes pspp

DATA LIST LIST /TREAT(A1) ID(F1).
BEGIN DATA
1 1
END DATA.

SPLIT FILE SEPARATE BY TREAT.
LIST ID.

Michel Boaventura <michelboaventura>
Group Member
Sun 08 Aug 2010 01:10:19 PM UTC, original submission:  

pspp assert fails when I try the example syntax from:

http://pages.infinit.net/rlevesqu/Syntax/BlockDesign/CRDesigns.txt

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

 

Carbon-Copy List
  • -email is unavailable- added by blp (Posted a comment)
  • -email is unavailable- added by michelboaventura (Posted a comment)
  • -email is unavailable- added by jmd (Submitted the item)
  •  

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

    Date Changed by Updated Field Previous Value => Replaced by
    2011-04-10 blp StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2011-04-10 blp CategoryNone Other
        StatusNone Confirmed
    2010-09-04 jmd SummaryCrash. (cause unknown) Crash following split by alpha variable.

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code