David Wheeler wrote:
On Mar 21, 2005, at 6:57 AM, Geoffrey Young wrote:

a release candidate for Apache-Test 1.21 is now available.

  http://cvs.apache.org/~geoff/Apache-Test-1.21-dev.tar.gz

please take the time to excercise the candidate through all your existing
applications that use Apache-Test and report back successes or failures.


Hrm. With MasonX::Interp::WithCallbacks, I see this:

t/08apache............Use of uninitialized value in join or string at /usr/local/lib/perl5/5.8.5/darwin-2level/File/Spec/Unix.pm line 73.
Use of uninitialized value in join or string at /usr/local/lib/perl5/5.8.5/darwin-2level/File/Spec/Unix.pm line 73.


And then it freezes. The processes aren't taking up any CPU, so I don't know what's going on...

David, please add:

use Carp;
$SIG{__WARN__} = \&Carp::cluck;

to see who triggers this warning.

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

Reply via email to