Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 93442 invoked from network); 6 Jul 2006 23:44:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 23:44:28 -0000 Received: (qmail 66387 invoked by uid 500); 6 Jul 2006 23:44:28 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 66115 invoked by uid 500); 6 Jul 2006 23:44:27 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 66102 invoked by uid 99); 6 Jul 2006 23:44:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 16:44:26 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 16:44:26 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 1A4C541043B; Thu, 6 Jul 2006 23:42:36 +0000 (GMT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 39985] New: - mod_dbd shutdown double free via dbd_close Message-ID: X-Bugzilla-Reason: AssignedTo Date: Thu, 6 Jul 2006 23:42:36 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39985 Summary: mod_dbd shutdown double free via dbd_close Product: Apache httpd-2 Version: 2.2.2 Platform: PC OS/Version: Linux Status: NEW Severity: regression Priority: P2 Component: Other Modules AssignedTo: bugs@httpd.apache.org ReportedBy: mkent@magoazul.com My httpd threads are all exiting with: *** glibc detected *** double free or corruption (!prev): 0xb8da2940 *** on shutdown. And due to the MALLOC_CHECK this causes some issues. I've isolated the problem to mod_dbd, more specifically to the apr_pool_destroy(conn->pool) called in dbd_close during the shutdown cleanup. If I comment out that destory, things are fine. This didn't happen an older release of mod_dbd, but I've noticed there was some reworking on the pools in this version. I'll attach my gdb session were you can clearly see the problem, couldn't figure out why this is happening though as I'm no debugging or apr wiz. If it matters I've tried apr/apr-util 1.2.2 and 1.2.7 with the same results. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org