On Sat, 21 Apr 2001, Stas Bekman wrote:
 
> I get the same trace without -Duseshrplib.

i am getting a core dump with 5.6.1 too.  its similar to the trace you
posted before, but not the same.  bandaid below prevents it,
filters/input_msg test will fail.  

--- t/conf/modperl_extra.pl     2001/04/19 21:26:38     1.5
+++ t/conf/modperl_extra.pl     2001/04/20 18:39:21
@@ -7,7 +7,7 @@
 use Apache::Const -compile => ':common';
 use APR::Const -compile => ':common';
 
-eval { require TestFilter::input_msg };
+#eval { require TestFilter::input_msg };
 
 use APR::Table ();
 



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

Reply via email to