Joe Orton wrote:
On Tue, Jun 29, 2004 at 04:52:31PM -0700, Stas Bekman wrote:

Philippe M. Chiasson wrote:

-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

protocol/echo_bbs2 is failing with a core dump when calling
$bb->cleanup

diff -u -I$Id -r1.2 echo_bbs2.pm
--- t/protocol/TestProtocol/echo_bbs2.pm 9 Jun 2004 14:46:22 -0000 1.2
+++ t/protocol/TestProtocol/echo_bbs2.pm 28 Jun 2004 19:25:50 -0000
@@ -37,7 +37,7 @@
}


       next unless $bb_in->flatten(my $data);
-        $bb->cleanup;
+        #$bb->cleanup;
       #warn "read: [$data]\n";
       last if $data =~ /^[\r\n]+$/;

I think that has to do with the recent change in Apache. Joe, what's the end of the story with bb reuse? Have you decided that it's impossible to re-use bb? What's the point of $bb->cleanup then?


I haven't committed any of the changes so they can't be breaking things
yet :) I'll try and get some resolution on the issue soon...

Ah, OK. I'm now updating my Apache and I hope that I won't be able to reproduce it :)



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to