bugPSPP - Bugs: bug #18315, Memory leak in crosstabs

 
 

bug #18315: Memory leak in crosstabs

Submitter:  John Darrington <jmd>
Submitted:  Wed 15 Nov 2006 11:59:35 PM UTC
   
 
Category:  None Severity:  3 - Ordinary
Status:  Fixed Assigned to:  blp
Open/Closed:  Closed Release:  Before 0.6.0
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 05 Sep 2007 04:49:51 AM UTC, comment #3: 

Thanks John!  I checked this in.

Ben Pfaff <blp>
Group administrator
Mon 27 Aug 2007 12:09:43 AM UTC, comment #2: 

It seems to fix the problem.

John Darrington <jmd>
Group administrator
Sun 26 Aug 2007 09:32:21 PM UTC, comment #1: 

Here's a fix.

(file #13808)

Ben Pfaff <blp>
Group administrator
Wed 15 Nov 2006 11:59:35 PM UTC, original submission:  

This input leaks memory:

DATA LIST LIST /x y .
BEGIN DATA.
1 10
2 12
3 14
4 16
5 18
6 20
END DATA.

CROSSTABS 
        /TABLES x BY y
        /STATISTICS = chisq
        .

CROSSTABS 
        /TABLES y BY x
        /STATISTICS = chisq
        .

John Darrington <jmd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #13808:  crosstabs-leak-fix.patch added by blp (487B - text/x-diff)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jmd (Posted a comment)
  • -email is unavailable- added by blp (Updated 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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-09-05 blp StatusReady for Test/Review Fixed
        Open/ClosedOpen Closed
    2007-08-26 blp Attached File- Added crosstabs-leak-fix.patch, #13808
        StatusNone Ready for Test/Review
    2006-12-18 blp Assigned toNone blp
        ReleaseNone Before 0.6.0

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code