This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"unofficial" patches for some of the more spectacular [memory leaks]
authorLarry Wall <lwall@scalpel.netlabs.com>
Fri, 13 Jan 1995 18:28:56 +0000 (10:28 -0800)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 11 Jan 1995 19:01:11 +0000 (19:01 +0000)
commitadbc6bb137ce1026e8a7cba251bb82b41f398aae
treeec39556272514becaaba581543e7582d62230879
parenta0a2876f4683eca6ebc96f52b47823a87dd0ac4a
"unofficial" patches for some of the more spectacular [memory leaks]

To: Simon Parsons <S.Parsons@fulcrum.co.uk>

: I am on a Sun sparc running Solaris 5.3 / 5.4
:
: Are there any patches available for perl5.000, or a list of know bugs?
: I am having problems with a script running out of memory, which may be
: causes by memory leaks. The process size grows steadily up to approx
: 8Meg (over a couple of minutes) an then grows to approx 22Meg (in 2 or
: 3 seconds) before running out of memory. purify indicates memory
: leaks, but I am not sure whether this is as a result of perl
: abandoning memory as it exits.

5.001 will contain fixes for a number of memory leaks.  Here are some
unofficial patches for some of the more spectacular ones.  The one
for sv.c is the likeliest one to be affecting you, unless you're doing
a lot of evals.
op.c
perl.c
pp.c
scope.c
sv.c