On Mon, 22 Sep 2003, Steve Hay wrote:
> Concentrating on the shortest sequence that still fails (lookup_uri +
> pool + both_str_con_add), I find that the attached patch (which
> truncates the t/apr/pool tests from 13 to just 2) makes this test
> sequence succeed.
>
> Most interestingly, if you move the "return Apache::OK;" that I've
> inserted into pool.pm down one more line, to just *after* the
> "$p->destroy();", then the test sequence fails again.
>
> Perhaps there is a problem with APR::Pool->destroy()?
That's interesting .... There's also a comment in
xs/Apache/Filter/Apache__Filter.h:
========================================================
static MP_INLINE apr_size_t mpxs_Apache__Filter_print(pTHX_ I32 items,
SV **MARK, SV **SP)
{
modperl_filter_t *modperl_filter;
apr_size_t bytes = 0;
[ ... ]
/* XXX: ap_rflush if $| */
return bytes;
}
=======================================================
that may be relevant?
--
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]