Bug 166198 - patch textproc/p5-Text-Template: Fix a long standing memory leak.
Summary: patch textproc/p5-Text-Template: Fix a long standing memory leak.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-17 12:00 UTC by Zane C. Bowers-Hadley
Modified: 2012-04-06 14:40 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (267 bytes, patch)
2012-03-17 12:00 UTC, Zane C. Bowers-Hadley
no flags Details | Diff
file.diff (353 bytes, patch)
2012-03-17 12:00 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2012-03-17 12:00:23 UTC

https://rt.cpan.org/Public/Bug/Display.html?id=22031

Unfortunately that bug has gone unpatched by the author for a long time.

How-To-Repeat: 

Use any thing that makes heavy use of it.

Rendering a Toader::Gallery object will easily go through in excess of 6GB of RAM. Post patch it stays stable at generally around 70MB.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-17 12:00:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-04-06 13:48:00 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-06 14:34:44 UTC
culot       2012-04-06 13:34:23 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Text-Template Makefile 
  Added files:
    textproc/p5-Text-Template/files patch-lib_Text_Template.pm 
  Log:
  - Add a patch to fix a memory leak [1]
  - Bump PORTREVISION [1]
  - Add LICENSE (Artistic 1 & GPL 2)
  
  PR:             ports/166198 [1]
  Submitted by:   Zane C.B-H. <vvelox@vvelox.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.19      +7 -0      ports/textproc/p5-Text-Template/Makefile
  1.1       +10 -0     ports/textproc/p5-Text-Template/files/patch-lib_Text_Template.pm (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-04-06 14:38:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!