Re: Segfault on ppc-linux with modperl-1.25 with Apache 1.3.19 whencalling $r-send_fd()

2001-06-13 Thread Doug MacEachern
On 19 Mar 2001, Mark Lipscombe wrote: open ($FH, $fname); ... $r-send_fd($FH); you didn't check the return value of open(); patch below will check if the filehandle is NULL and croak rather than segfault. Index: src/modules/perl/Apache.xs

Segfault on ppc-linux with modperl-1.25 with Apache 1.3.19 whencalling $r-send_fd()

2001-03-18 Thread Mark Lipscombe
Hi, Apologies in advance for the length of this message. I have two (apparently) identical setups, consisting of the following: Apache 1.3.19 with php4, mod_ssl mod_perl compiled statically Perl 5.6.0 (output of -V appears at the end of this message) The only obvious difference is system A