Re: [mp2] local %ENV causes Segmentation fault or Bus error

2005-12-15 Thread Philippe M. Chiasson
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

Re: [Apache-Test patch] for shebang lines over 64 characters long

2005-12-15 Thread Stas Bekman
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 patch] for shebang lines over 64 characters long

2005-12-15 Thread Stas Bekman
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

Re: [PATCH] stop defining AP_HAVE_DESIGNATED_INITIALIZER/AP_DEBUG

2005-12-15 Thread Geoffrey Young
> 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