On Sun, 19 Jan 2003, Stas Bekman wrote:
> Nick Tonkin wrote:
> > On Fri, 17 Jan 2003, Nick Tonkin wrote:
> >
> >
> >>Hey all,
> >>
> >>Building the latest mp2 I get:
> >>protocol/echo_filter.........ok
> >>Failed Test Stat Wstat Total Fail Failed List of Failed
> >>-------------------------------------------------------------------------------
> >>apr/threadmutex.t 3 3 100.00% 1-3
> >>*** server localhost.rlnt.net:8529 shutdown
> >>!!! error running tests (please examine t/logs/error_log)
> >>*** Error code 1
>
> Nick et al, please submit a complete bug report as explained here:
> http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
> (linked from the shortcuts menu!).
<grumble>
Hrmph. There should be a lynx-friendly version of these sites. All that
cool template-driven menu stuff just turns into a long long list of links!
</grumble>
OK. Bug report sent under different mail, using latest cvs
sources. There's two errors now, used to be one!
>
> Here is something to try with the prev error
>
> Index: src/modules/perl/modperl_util.c
> ===================================================================
> RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v
> retrieving revision 1.50
> diff -u -r1.50 modperl_util.c
> --- src/modules/perl/modperl_util.c 11 Jan 2003 00:02:16 -0000 1.50
> +++ src/modules/perl/modperl_util.c 19 Jan 2003 02:07:30 -0000
> @@ -15,7 +15,7 @@
> POPSTACK;
>
> if (SvTRUE(ERRSV)) {
> - if (logfailure) {
> + if (1) {
> (void)modperl_errsv(aTHX_ HTTP_INTERNAL_SERVER_ERROR,
> NULL, NULL);
> }
>
>
Patch made no difference to the error.
- nick
~~~~~~~~~~~~~~~~~~~~
Nick Tonkin {|8^)>