Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8237732D for ; Thu, 25 Aug 2011 21:49:21 +0000 (UTC) Received: (qmail 10797 invoked by uid 500); 25 Aug 2011 21:49:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 10718 invoked by uid 500); 25 Aug 2011 21:49:20 -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 10710 invoked by uid 99); 25 Aug 2011 21:49:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:49:20 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:49:13 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.72) (envelope-from ) id 1QwhnA-00062z-7U for dev@httpd.apache.org; Thu, 25 Aug 2011 23:48:52 +0200 From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: Fixing Ranges Date: Thu, 25 Aug 2011 23:48:51 +0200 User-Agent: KMail/1.13.7 (Linux/3.0.0-1-amd64; KDE/4.6.5; x86_64; ; ) References: <20110824220643.17819937@baldur> <4E56AD5C.3060909@rowe-clan.net> <9D728975-6D0E-4F91-9EA0-75F54F26A875@jaguNET.com> In-Reply-To: <9D728975-6D0E-4F91-9EA0-75F54F26A875@jaguNET.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108252348.51615.sf@sfritsch.de> On Thursday 25 August 2011, Jim Jagielski wrote: > We seem to be spinning at: > > AP_DEBUG_ASSERT(APR_SUCCESS == apr_brigade_length(bbout, 1, > &pofft)); > > Cannot recreate in the real world... I have managed to fix that one. The key to recreating is having mod_bucketeer configured and requesting t/htdocs/apache/chunked/byteranges.txt. But there are still more failures in byterange4.t. Yesterday's trunk passes, so these are new bugs, too. Investigating.