bugPSPP - Bugs: bug #21060, CROSSTABS leaks memory.

 
 

bug #21060: CROSSTABS leaks memory.

Submitter:  John Darrington <jmd>
Submitted:  Thu 13 Sep 2007 02:46:24 AM UTC
   
 
Category:  Syntax Parser 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
   

Thu 13 Sep 2007 04:23:15 AM UTC, comment #3: 

Thanks John, I checked this in.

Ben Pfaff <blp>
Group administrator
Thu 13 Sep 2007 03:39:20 AM UTC, comment #2: 

It seems to fix the problem.

Thanks.

John Darrington <jmd>
Group administrator
Thu 13 Sep 2007 03:28:41 AM UTC, comment #1: 

Here's a fix for review.

(file #13931)

Ben Pfaff <blp>
Group administrator
Thu 13 Sep 2007 02:46:24 AM UTC, original submission:  

This syntax causes a memory leak:

DATA LIST LIST /x y .
BEGIN DATA.
5 12
6 23
6.4 32
7 33
END DATA.

CROSSTABS VARIABLES X (1,7) Y (1,7) /TABLES X BY Y.

echo 'and again'.

CROSSTABS VARIABLES X (1,7) Y (1,7) /TABLES X BY Y.

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 #13931:  crosstabs-leak-fix-2.patch added by blp (546B - 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 blp (Updated the item)
  • -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
    2007-09-13 blp StatusReady for Test/Review Fixed
        Open/ClosedOpen Closed
    2007-09-13 blp Attached File- Added crosstabs-leak-fix-2.patch, #13931
        StatusNone Ready for Test/Review
    2007-09-13 jmd ReleaseNone Before 0.6.0

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code