Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 10653 invoked from network); 5 Jan 2008 12:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2008 12:11:05 -0000 Received: (qmail 35748 invoked by uid 500); 5 Jan 2008 12:10:47 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 35671 invoked by uid 500); 5 Jan 2008 12:10:47 -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 35660 invoked by uid 99); 5 Jan 2008 12:10:47 -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 04:10:47 -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 12:10:25 +0000 Received: by fk-out-0910.google.com with SMTP id 26so8549887fkx.8 for ; Sat, 05 Jan 2008 04:10:28 -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=LBNP5MOM6qsVDhHkrRbJIdRPxJbyLb+ydL+T0UB+rPI=; b=TpT2j/imtuXA5fWIxvMP7ZOeN58yXSC/p1w95U7e56s0fGKNaFPOwn01bMJd0IwJGqa1WsDayzXWD/BCWfoVOAaSFzXiP8XpDp1tNobwN3lhEpHRRRvSC+EgC45RFj24iYOrIRbVO7RQ7D5BK3QAv3FOGaX+zWmjxOwmuDYrimk= 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=IUYdKPgHHfGk51IjXWJArRx099A7ddcvKBtDj6yjHV9sPixqxDhx4IQCZfgOqkSsuhCVDokX3w3o5dMnCAx+IVWI1SpL4die+YYgmO4EgfwWyzoKfdVMa+YsvX5CzL1Vobz8MznchAlzdCEMRzWqyl6A5aBhkT1cn0Nh+W8gZy0= Received: by 10.78.139.14 with SMTP id m14mr20867251hud.25.1199535027758; Sat, 05 Jan 2008 04:10:27 -0800 (PST) Received: by 10.78.107.3 with HTTP; Sat, 5 Jan 2008 04:10:27 -0800 (PST) Message-ID: <43e40e000801050410g4a61cda5t5fe8ab157d274c5c@mail.gmail.com> Date: Sat, 5 Jan 2008 13:10:27 +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: <003901c84f93$c3e0de20$0100a8c0@mother> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <002801c84f86$d3442690$0100a8c0@mother> <477F6632.5040501@apache.org> <003901c84f93$c3e0de20$0100a8c0@mother> X-Virus-Checked: Checked by ClamAV on apache.org That could explain why I'm not seeing it... I don't have Win32DisableAcceptEx in there. I'll report back later once I add it. On Jan 5, 2008 1:08 PM, Steffen wrote: > Looks like that it happens only when add Win32DisableAcceptEx to the conf= . > > Steffen > > > ----- Original Message ----- > From: "Ruediger Pluem" > To: > Sent: Saturday, 05 January, 2008 12:12 > Subject: Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 > available > > > > > > > > > On 01/05/2008 11:36 AM, Steffen wrote: > >> Building fine with GUI on VS 2005 out of the box. > >> > >> With the shipped httpd.conf " It works! " > >> > >> 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=3D0x00b6ff08 allocator=3D0x00000000 > >> freelist=3D0x00000000 > >> ...} apr_bucket_alloc_t * > > > > With an allocator set to NULL.... > > > >> > >>> libaprutil-1.dll!apr_bucket_alloc(unsigned int size=3D40, > >>> apr_bucket_alloc_t > >>> * list=3D0x00b71f10) Line 135 C > > > > > > A longer stack trace would be helpful here. > > > > Regards > > > > R=FCdiger > > > > > > --=20 ~Jorge