From dev-return-11700-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu May 20 12:31:27 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 94550 invoked from network); 20 May 2004 12:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 May 2004 12:31:26 -0000 Received: (qmail 177 invoked by uid 500); 20 May 2004 12:31:27 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 130 invoked by uid 500); 20 May 2004 12:31:26 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 99991 invoked by uid 98); 20 May 2004 12:31:26 -0000 X-Qmail-Scanner-Mail-From: jwoolley@virginia.edu via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(128.143.137.19):. Processed in 0.091495 secs) Date: Thu, 20 May 2004 08:31:17 -0400 (EDT) From: Cliff Woolley X-X-Sender: jcw5q@cobra.cs.Virginia.EDU To: Stas Bekman cc: APR Development Subject: Re: segfault in apr_bucket_delete In-Reply-To: <40AC7D57.8000408@stason.org> Message-ID: References: <40AC77F0.4040808@stason.org> <40AC7D57.8000408@stason.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 20 May 2004, Stas Bekman wrote: > #0 0x4037db83 in mallopt () from /lib/tls/libc.so.6 > #1 0x4037b8ba in free () from /lib/tls/libc.so.6 A segfault in free() more or less always means heap corruption has previously occurred. You might try enabling bucket debugging at compile time -- that will help check for double-frees and so forth. Or just do what Joe said and post the whole test case. :) Okay, I'm hittin the road. Talk to you guys from Corbin, KY.