You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by po...@prf.com on 2005/01/18 20:01:41 UTC

Autoreply: svn commit: r125534 - /perl/modperl/trunk/todo/bugs_mp /perl/modperl/trunk/todo/release

Your message reads:

Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au
 (Rockliffe SMTPRA 4.5.6) with SMTP id <B0...@mail.hotspace.com.au> for <98...@prf.com>;
 Wed, 19 Jan 2005 06:01:41 +1100
Received: (qmail 20384 invoked by uid 500); 18 Jan 2005 19:03:11 -0000
Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm
Precedence: bulk
list-help: <ma...@perl.apache.org>
list-unsubscribe: <ma...@perl.apache.org>
list-post: <ma...@perl.apache.org>
Reply-To: dev@perl.apache.org
Delivered-To: mailing list modperl-cvs@perl.apache.org
Received: (qmail 20351 invoked by uid 99); 18 Jan 2005 19:03:10 -0000
X-ASF-Spam-Status: No, hits=-9.8 required=10.0
	tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194)
  by apache.org (qpsmtpd/0.28) with SMTP; Tue, 18 Jan 2005 11:03:10 -0800
Received: (qmail 66734 invoked by uid 65534); 18 Jan 2005 19:03:09 -0000
Date: 18 Jan 2005 19:03:09 -0000
Message-ID: <20...@minotaur.apache.org>
From: gozer@apache.org
To: modperl-cvs@perl.apache.org
Subject: svn commit: r125534 - /perl/modperl/trunk/todo/bugs_mp /perl/modperl/trunk/todo/release
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Virus-Checked: Checked

Author: gozer
Date: Tue Jan 18 11:03:07 2005
New Revision: 125534

URL: http://svn.apache.org/viewcvs?view=rev&rev=125534
Log:
The reported PerlRun leakage isn't a release blocker, so move it to
bugs.


Modified:
   perl/modperl/trunk/todo/bugs_mp
   perl/modperl/trunk/todo/release

Modified: perl/modperl/trunk/todo/bugs_mp
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/bugs_mp?view=diff&rev=125534&p1=perl/modperl/trunk/todo/bugs_mp&r1=125533&p2=perl/modperl/trunk/todo/bugs_mp&r2=125534
==============================================================================
--- perl/modperl/trunk/todo/bugs_mp	(original)
+++ perl/modperl/trunk/todo/bugs_mp	Tue Jan 18 11:03:07 2005
@@ -8,7 +8,12 @@
 * PassEnv/SetEnv propogation in <Perl> section 
   http://www.gossamer-threads.com/archive/mod_perl_C1/dev_F4/%5BMP2_BUG%5D_PerlPassEnv_issues_P70500/
 
-
+* there was a report about PerlRun leaking memory. the reporter didn't
+  give any more details, but I suspect that it's due to
+  ModPerl::Util::unload_package() which perfectly fits the timing when
+  the leak was introduced (when PerlRun started to use unload_package).
+  
+  Report: http://gossamer-threads.com/lists/modperl/modperl/77162
 
 * most of the xs wrappers print no "Usage: " when wrong args/wrong
   number of args are passed, would be nice to add the usage message

Modified: perl/modperl/trunk/todo/release
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=125534&p1=perl/modperl/trunk/todo/release&r1=125533&p2=perl/modperl/trunk/todo/release&r2=125534
==============================================================================
--- perl/modperl/trunk/todo/release	(original)
+++ perl/modperl/trunk/todo/release	Tue Jan 18 11:03:07 2005
@@ -4,8 +4,3 @@
 
 -- see also todo/api_status
 -- see also todo/release-checklist
-
-* there was a report about PerlRun leaking memory. the reporter didn't
-  give any more details, but I suspect that it's due to
-  ModPerl::Util::unload_package() which perfectly fits the timing when
-  the leak was introduced (when PerlRun started to use unload_package).


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org