----- Original Message ----- 
From: Randy Kobes <[EMAIL PROTECTED]>
Sent: Saturday, May 20, 2000 05:50
Subject: Re: mod_perl 1.24, nmake test causes Apache Win32 to crash.


| On Sat, 20 May 2000, Thomas wrote:
| 
| > hi, 
| > I've run into some oddities..
| > running nmake test causes to seriously crash 
| > at "internal/table" while the same test with 1.22 passes fine.
| > Test "internal/api" FAILS for both 1.22 / 1.24
| > 
| > Both are compiled with identical setups using VC6 / WinNT
| > with the 1.3.12 / 5.00503 libs .
| > 
| > suggestions, anyone ??
| 
| Hi,
|    With VC6/Win98, Apache_1.3.12 and Perl-5.6.0,
| I get the internal/api.t tests passing, but internal/table.t
| fails. This seems related to one of the changes in
| Table.xs, as simply using Table.xs from mod_perl-1.23
| allows all tests to pass.
|    Running the tests with TEST_VERBOSE=1, which tests
| fail for you in internal/api.t?
| 
| best regards,
| randy kobes
| 


Hi Randy,
ok, did what u suggested regarding Table.xs and internal/table.t is now a GO. :)
Running in verbose mode, at internal/api.t throws a HTTP 500 Response and
then skips ahead.
>From mod_perl_error_log; ( ! )
--
[Sat May 20 11:31:32 2000] [error] Can't locate object method 
"new" via package "Apache::Request" at N:/cpp/mod_perl-1.24/t/net/perl/api.pl line ...
--

then, concluded there must be some sort of fubar with the module-tree.
manually removed Apache.pm + everything Apache::*,
re-ran nmake install and voila !.
100% pass! :))

best
thomas loo.

Reply via email to