From modules-dev-return-2936-apmail-httpd-modules-dev-archive=httpd.apache.org@httpd.apache.org Thu Apr 22 10:33:44 2010 Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 20624 invoked from network); 22 Apr 2010 10:33:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 10:33:44 -0000 Received: (qmail 93958 invoked by uid 500); 22 Apr 2010 10:33:43 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 93757 invoked by uid 500); 22 Apr 2010 10:33:42 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 93749 invoked by uid 99); 22 Apr 2010 10:33:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 10:33:41 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=10.0 tests=AWL,NO_DNS_FOR_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of info@bnoordhuis.nl designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 10:33:33 +0000 Received: by wyb42 with SMTP id 42so762295wyb.18 for ; Thu, 22 Apr 2010 03:33:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.1.134 with HTTP; Thu, 22 Apr 2010 03:33:08 -0700 (PDT) X-Originating-IP: [145.222.138.134] In-Reply-To: References: Date: Thu, 22 Apr 2010 12:33:08 +0200 Received: by 10.216.89.195 with SMTP id c45mr4000862wef.98.1271932388761; Thu, 22 Apr 2010 03:33:08 -0700 (PDT) Message-ID: Subject: Re: *** glibc detected *** double free or corruption (!prev) in cleanup function From: Ben Noordhuis To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 > Try compiling both apache and apr with debug symbols and run it in a > debugger with -X (i.e. monoprocess). Place a breakpoint on line 134 > and see how many times you reach it. This and try running httpd through valgrind.