bugPSPP - Bugs: bug #27883, split file causes crosstabs...

 
 

bug #27883: split file causes crosstabs segfault

Submitter:  Jason H Stover <jstover>
Submitted:  Fri 30 Oct 2009 08:44:32 PM UTC
   
 
Category:  None Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 06 Mar 2010 07:58:49 PM UTC, comment #1: 

I pushed a fix for this and added a test.

I'd still appreciate it if you'd verify that the output is correct.  I only verified that it didn't crash any longer.

Thank you!

Ben Pfaff <blp>
Group administrator
Fri 30 Oct 2009 08:44:32 PM UTC, original submission:  

The following syntax crashes crostabs, master branch:

data list / v0 to v2 1-6 (A)
begin data.
a c e
a c e
a c e
a d e
a d f
b d f
b d f
b c f
b d e
a c f
end data.
 SORT CASES BY v0.
 SPLIT FILE SEPARATE BY  v0.

 CROSSTABS
        /TABLES= v1     BY       v2
        /FORMAT=AVALUE LABELS TABLES PIVOT
        /STATISTICS=CHISQ
        /CELLS=COUNT ROW COLUMN TOTAL.

Jason H Stover <jstover>
Group Member

 

(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 jstover (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-06 blp StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code