Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 76445 invoked from network); 14 Mar 2007 17:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 17:05:41 -0000 Received: (qmail 97131 invoked by uid 500); 14 Mar 2007 17:05:45 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 97087 invoked by uid 500); 14 Mar 2007 17:05:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 97072 invoked by uid 99); 14 Mar 2007 17:05:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:05:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of trawick@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:05:34 -0700 Received: by nf-out-0910.google.com with SMTP id m19so270834nfc for ; Wed, 14 Mar 2007 10:05:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FoMFqgy0Rm6pn/6GQIqmAdTgUdS7wzbVfOTJNyGjn4hR9vr2AD5np6G6NJLihiKgJUUzraYNVnn6r6k8LzRzxo1TImssfb1lbO7aeNLpcTXcvwUkGxuSLFbuzg+3YY/wiX/XBw2QGQVdndkllzBRApn4/4G1Efjahqz3zXYWpSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TlNGe0u51tOiFc9d6ZJGmm41l/Ts7HKz2qN1xY0J9dJizPvXBLQoszPsf6LCHDRFnZS/Bc7cUtcmozduSR6Jj4hY/3bsYO9lK/c3wz/60dpIOzBNKUBGUqfcqH/ENBzaMKtEjoRHiwstQ3bI3Rtyfk2B7BNxNwkkfgeiT9/N2lI= Received: by 10.78.136.7 with SMTP id j7mr645576hud.1173891913047; Wed, 14 Mar 2007 10:05:13 -0700 (PDT) Received: by 10.82.159.13 with HTTP; Wed, 14 Mar 2007 10:05:13 -0700 (PDT) Message-ID: Date: Wed, 14 Mar 2007 13:05:13 -0400 From: "Jeff Trawick" To: dev@httpd.apache.org Subject: Re: CGI app reports broken pipe error In-Reply-To: <77938bc20703140145s19f25a31g9da3f8c269987f18@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <77938bc20703131342q59a192bdna387a6a4b38eb629@mail.gmail.com> <77938bc20703140145s19f25a31g9da3f8c269987f18@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/14/07, Stas Oskin wrote: > Hi. > > I have a custom CGI application writing binary data to stdout. > Recently, probably after some upgrade, I begin receiving write errors > with the system error "Broken pipe". that should mean that the web client disconnected, and your CGI shouldn't keep pumping out data > Can someone advice how to debug this and find the issue? Also, are > there any know recent changes (from this year beginning/last year end) > which could have caused this? prefork MPM and strace -f