You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Brent Meshier <br...@gtlogistics.com> on 2000/06/29 23:18:58 UTC

SIGPIPE errors

Occasionaly, during a GET/POST, the request will be
dropped and netscape/IE returns "Document Contains No
Data".  The errors logs report:

[modperl] caught SIGPIPE in process 18311 hint: may be a
client (browser) hit STOP?
[modperl] process 18311 going to Apache::exit with
status=-2

When this happens, it will continue on for the next
three or four sequential requests.

I also will see the webpage load with:
Error: at
/usr/lib/perl5/site_perl/5.005/i686-linux/Apache/SIG.pm
line 31.

but not always during the SIGPIPE problems.

The modperl version is:
Server Version: Apache/1.3.12 (Unix) PHP/4.0.0
mod_perl/1.24
Linux 2.2.5-22smp #1 SMP Wed Jun 2 09:11:51 EDT 1999
i686 unknown
PERL version 5.005_03 built for i686-linux

(I'm running slashcode 1.0.5)
Any help would be greatly appreciated.

--Brent

Re: SIGPIPE errors

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 29 Jun 2000, Brent Meshier wrote:

> Occasionaly, during a GET/POST, the request will be
> dropped and netscape/IE returns "Document Contains No
> Data".  The errors logs report:
> 
> [modperl] caught SIGPIPE in process 18311 hint: may be a
> client (browser) hit STOP?
> [modperl] process 18311 going to Apache::exit with
> status=-2
> 
> When this happens, it will continue on for the next
> three or four sequential requests.
> 
> I also will see the webpage load with:
> Error: at
> /usr/lib/perl5/site_perl/5.005/i686-linux/Apache/SIG.pm
> line 31.
> 
> but not always during the SIGPIPE problems.
> 
> The modperl version is:
> Server Version: Apache/1.3.12 (Unix) PHP/4.0.0
> mod_perl/1.24
> Linux 2.2.5-22smp #1 SMP Wed Jun 2 09:11:51 EDT 1999
> i686 unknown
> PERL version 5.005_03 built for i686-linux

Apache::SIG is no longer enabled by default with apache_1.3.6+, do you
have it configured somewhere?  take it out of your config and things
should be fine.