Joe Schaefer wrote:
Stas Bekman <[EMAIL PROTECTED]> writes:
[...]
One thing I didn't take into an account:
my $ba = $r->connection->bucket_alloc;
now will be autodestroyed via DESTROY, which ensures yet another segfault,
since that $ba must not be destroyed by user code. Of course we may need
Stas Bekman <[EMAIL PROTECTED]> writes:
[...]
> One thing I didn't take into an account:
>
>my $ba = $r->connection->bucket_alloc;
>
> now will be autodestroyed via DESTROY, which ensures yet another segfault,
> since that $ba must not be destroyed by user code. Of course we may need the
>
Stas Bekman wrote:
Joe, please take a look. It was actually a trivial fix in tests, since
it's used only in one place. So it probably shouldn't affect any users.
One problem I have is with:
APR::Bucket::alloc_destroy moved to APR::BucketAlloc::DESTROY
So now one doesn't need to call destroy exp
Joe, please take a look. It was actually a trivial fix in tests, since
it's used only in one place. So it probably shouldn't affect any users.
One problem I have is with:
APR::Bucket::alloc_destroy moved to APR::BucketAlloc::DESTROY
So now one doesn't need to call destroy explicitly since DESTR
Randy Kobes wrote:
On Mon, 27 Dec 2004, Stas Bekman wrote:
Randy Kobes wrote:
[ ... ]
In a similar spirit to the provision of mp2doc as a
solution to the problem of using 'perldoc' under mp2,
I'm wondering (out loud) if it might hasten an overall
solution to tbe CPAN/CPANPLUS problem by addressing
Pratik wrote:
On Thu, 23 Dec 2004 15:24:05 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote:
I'm not sure I understand your question. Do you ask how can you test those
changes? For example by writing a new section where you test that
some ENV var got set or not (e.g. die if it's not).
In the previou
Patrick Powell wrote:
Cut to the chase:
downloaded latest mod_perl, compiled for solaris, ran tests:
#> make test
server test failed, could not find TestFilter/...
Appears that the t/filter is not in the @INC path for some of the
tests.
Thanks Patrick, but please submit a proper bug report as expl
On Mon, 27 Dec 2004, Stas Bekman wrote:
> Randy Kobes wrote:
[ ... ]
> > In a similar spirit to the provision of mp2doc as a
> > solution to the problem of using 'perldoc' under mp2,
> > I'm wondering (out loud) if it might hasten an overall
> > solution to tbe CPAN/CPANPLUS problem by addressing
On Thu, 23 Dec 2004 15:24:05 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote:
> I'm not sure I understand your question. Do you ask how can you test those
> changes? For example by writing a new section where you test that
> some ENV var got set or not (e.g. die if it's not).
In the previous patch
Randy Kobes wrote:
On Sun, 26 Dec 2004, Stas Bekman wrote:
The current state of things is as follows: we release
things as they are, and it's up to users to request/demand
to have PAUSE and CPAN clients fixed.
But how many users will be aware, or even suspect, that the
root of the issue is someth
10 matches
Mail list logo