Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 98068 invoked from network); 5 Jan 2008 11:16:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2008 11:16:26 -0000 Received: (qmail 8725 invoked by uid 500); 5 Jan 2008 11:16:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 8657 invoked by uid 500); 5 Jan 2008 11:16:12 -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 8646 invoked by uid 99); 5 Jan 2008 11:16:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 03:16:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorge.schrauwen@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 11:15:49 +0000 Received: by fk-out-0910.google.com with SMTP id 26so8534703fkx.8 for ; Sat, 05 Jan 2008 03:15:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kbGaGr/tAmpQU9oZ/nrWCHpsNo7Yub3IJDZ+qp0RLbc=; b=bsmH71M1sfsjpq6aCVExvj530PfS3ifWKziP4xpLH6dKe0dB8CsTBMUnBiQJ6Mljcra7ZToOKcovzfe5p+/lLNVoTL3+jElG1mlRP8PcqId88aDteIdCKkdW3nLnVRdJtac1XMbZdcHJVlhndmje2OT1+1j/WHrfpAjlFCzNGsA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nNp6lDP1UP5c5ke/pCqwnNy/5OpP2oYaUQXh6ubKIo3TUAg/4/+cD5KpXCJJyQkDJGb5o7MY4epKBcNMyswtRE6WS7EDPXq0UAongWh7Qvxil+3ayHWps3BcOnAlAUMqdvkV666R6b0CFzCqhHBawQ1M3O2X/m7pb1tIe4/KB6g= Received: by 10.78.147.6 with SMTP id u6mr20801461hud.59.1199531753042; Sat, 05 Jan 2008 03:15:53 -0800 (PST) Received: by 10.78.107.3 with HTTP; Sat, 5 Jan 2008 03:15:52 -0800 (PST) Message-ID: <43e40e000801050315y40bf45f6g781eac0f09dd2421@mail.gmail.com> Date: Sat, 5 Jan 2008 12:15:52 +0100 From: "Jorge Schrauwen" To: dev@httpd.apache.org Subject: Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available In-Reply-To: <002801c84f86$d3442690$0100a8c0@mother> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <002801c84f86$d3442690$0100a8c0@mother> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 5, 2008 11:36 AM, Steffen wrote: > It crashes when apr_bucket_alloc() is called by modules > and also when eg. "EnableMMAP off" is set: > > \srclib\apr-util\buckets\apr_buckets_alloc.c > > + list 0x00b71f10 {pool=0x00b6ff08 allocator=0x00000000 freelist=0x00000000 > ...} apr_bucket_alloc_t * > > > libaprutil-1.dll!apr_bucket_alloc(unsigned int size=40, apr_bucket_alloc_t > > * list=0x00b71f10) Line 135 C > > Any pointers on reproducing it... everything on my development config seems fine and I'm not getting errors. -- ~Jorge