On Mon, 13 May 2002, Alessandro Forghieri wrote:

> There is a residual crash at dir_config.t (WinNT SP6 - MS Visual
> Studio 6 SP3).

all tests pass for me with both 5.6.1 and bleedperl, httpd-2.0 from cvs on 
xp with msdev 6.0.  i also tried 5.6.1 with no debug symbols, still all 
pass.  would help to know which test causes the crash.  you could try 
turning on autoflush in the test (patch below), start the server with 
't/TEST -start' and run it through a browser by opening: 
http://localhost:8529/TestModperl::dir_config

Index: t/response/TestModperl/dir_config.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestModperl/dir_config.pm,v
retrieving revision 1.3
diff -u -r1.3 dir_config.pm
--- t/response/TestModperl/dir_config.pm        11 Apr 2002 11:08:44 -0000      1.3
+++ t/response/TestModperl/dir_config.pm        13 May 2002 16:27:03 -0000
@@ -16,6 +16,8 @@
 sub handler {
     my $r = shift;
 
+    $| = 1;
+
     plan $r, tests => 12;
 
     #Apache::RequestRec::dir_config tests



Reply via email to