> ulimit -c unlimited; /usr/bin/perl /home/faraway/dev/Apache2-AUS/t/TEST > -bugreport -verbose=0 > /usr/sbin/apache2 -d /home/faraway/dev/Apache2-AUS/t -f > /home/faraway/dev/Apache2-AUS/t/conf/httpd.conf -D APACHE2 -D > PERL_USEITHREADS
you're missing an important switch there: -D ONE_PROCESS. this is enabled by calling t/TEST like this t/TEST -one-process -bugreport and so on. using MakeMaker and 'make testcover' this switch is added. I'm not a M::B user, but judging from your output whatever Apache::TestMB is doing isn't sufficient. and I think we _do_ need david for that :) --Geoff