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

This patches does prevent the failure, but certainly doesn't seem to be
the right thing to be doing.

As far as a quick inspection can tell me, the bb is quite completely
foobar'ed

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?


--
__________________________________________________________________
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