Philip M. Gollucci wrote:
>> You will only get the Seg fault or Bus error when a process comes round
>> for recycling.
This is basically caused by the assumption that %ENV will be tied, and local
%ENV
breaks that assumption ;-S
The following patch fixes this problem for me:
Index: src/modules/p
Stas Bekman wrote:
Apache-Test has a problem on OpenBSD when perl's shebang is too long.
This patch uses the old eval trick to workaround the problem when we see
a perl path > 62 chars.
The only reason I didn't commit it right away is because I'm not sure
whether this workaround works on win3
Apache-Test has a problem on OpenBSD when perl's shebang is too long. This
patch uses the old eval trick to workaround the problem when we see a perl
path > 62 chars.
The only reason I didn't commit it right away is because I'm not sure
whether this workaround works on win32. Can someone on wi
> if ($self->{MP_MAINTAINER}) {
> $self->{MP_DEBUG} = 1;
> -if ($self->perl_config('gccversion')) {
> -#same as --with-maintainter-mode
> -$ccopts .= " $Wall -DAP_DEBUG";
> -$ccopts .= " -DAP_HAVE_DESIGNATED_INITIALIZER";
> -}
comm