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 C657A7FD0 for ; Thu, 25 Aug 2011 21:02:42 +0000 (UTC) Received: (qmail 21702 invoked by uid 500); 25 Aug 2011 21:02:41 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 21622 invoked by uid 500); 25 Aug 2011 21:02:41 -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 21613 invoked by uid 99); 25 Aug 2011 21:02:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:02:41 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 76.96.62.48 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.48] (HELO qmta05.westchester.pa.mail.comcast.net) (76.96.62.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 21:02:31 +0000 Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta05.westchester.pa.mail.comcast.net with comcast id Qgi21h0061ap0As55l2Bk5; Thu, 25 Aug 2011 21:02:11 +0000 Received: from [192.168.199.10] ([98.211.98.209]) by omta22.westchester.pa.mail.comcast.net with comcast id Ql291h00s4X3Vfm3il2AKC; Thu, 25 Aug 2011 21:02:10 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1244.3) Subject: Re: Fixing Ranges From: Jim Jagielski In-Reply-To: <4E56AD5C.3060909@rowe-clan.net> Date: Thu, 25 Aug 2011 17:02:08 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9D728975-6D0E-4F91-9EA0-75F54F26A875@jaguNET.com> References: <20110824220643.17819937@baldur> <201108242316.18134.sf@sfritsch.de> <201108250138.49474.sf@sfritsch.de> <5F975753-6B14-4F38-A0DB-113733FCCCDC@jaguNET.com> <2E5823B2-807E-4949-B3FE-79F648C54A22@jaguNET.com> <4E56AD5C.3060909@rowe-clan.net> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1244.3) X-Virus-Checked: Checked by ClamAV on apache.org Using stef's byterange4 test, I'm seeing: apr_brigade_length (bb=3D0x7feb00a23200, read_all=3D1, = length=3D0x7fff6e03e8b0) at apr_brigade.c:201 201 if (bkt->length =3D=3D (apr_size_t)(-1)) { (gdb) where #0 apr_brigade_length (bb=3D0x7feb00a23200, read_all=3D1, = length=3D0x7fff6e03e8b0) at apr_brigade.c:201 #1 0x000000010e500851 in copy_brigade_range (bb=3D0x7feb00a24d90, = bbout=3D0x7feb00a23200, start=3D0, end=3D200) at byterange_filter.c:306 #2 0x000000010e500d1b in ap_byterange_filter (f=3D0x7feb00a291b0, = bb=3D0x7feb00a24d90) at byterange_filter.c:401 #3 0x000000010e46a67e in ap_pass_brigade (next=3D0x7feb00a291b0, = bb=3D0x7feb00a24d90) at util_filter.c:533 #4 0x000000010e556681 in session_output_filter (f=3D0x7feb00a24a98, = in=3D0x7feb00a24d90) at mod_session.c:453 #5 0x000000010e46a67e in ap_pass_brigade (next=3D0x7feb00a24a98, = bb=3D0x7feb00a24d90) at util_filter.c:533 #6 0x000000010e4cb387 in bucketeer_out_filter (f=3D0x7feb00a24ad0, = bb=3D0x7feb00a24d48) at mod_bucketeer.c:98 #7 0x000000010e46a67e in ap_pass_brigade (next=3D0x7feb00a24ad0, = bb=3D0x7feb00a24d48) at util_filter.c:533 #8 0x000000010e47e36f in default_handler (r=3D0x7feb00a27ea0) at = core.c:4208 We seem to be spinning at: AP_DEBUG_ASSERT(APR_SUCCESS =3D=3D apr_brigade_length(bbout, 1, = &pofft)); Cannot recreate in the real world...=