Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 60470 invoked from network); 24 Dec 2010 20:30:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 20:30:37 -0000 Received: (qmail 40561 invoked by uid 500); 24 Dec 2010 20:30:37 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 40492 invoked by uid 500); 24 Dec 2010 20:30:37 -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 40483 invoked by uid 99); 24 Dec 2010 20:30:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:30:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:30:35 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBOKUDEe015213 for ; Fri, 24 Dec 2010 20:30:13 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBOKUCRL015211; Fri, 24 Dec 2010 15:30:12 -0500 (EST) Date: Fri, 24 Dec 2010 15:30:12 -0500 (EST) Message-Id: <201012242030.oBOKUCRL015211@thor.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 50520] Segment fault in brigade_consume X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ssl X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: j-comm@westvi.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50520 --- Comment #2 from Joel 2010-12-24 15:30:08 EST --- Here is extra info. Note that "bb->list.next->type" is really bogus. It has a garbage name, garbage name_func, is_metadata is a mess, and the 'read' function is the value '0x58'. It looks like the data stored here makes no sense at all, and whatever caused that is the core problem. This is in brigade_consume (gdb) print *b $4 = {link = {next = 0x8541bf8, prev = 0x85490c4}, type = 0x8541ad0, length = 139759840, start = -5190357751035555528, data = 0x808ca4c, free = 0x853d7e8, list = 0x854915c} (gdb) print *(b->type) $5 = {name = 0x853b7e0 "\250\020'\310\372S\370\361\063\254\020'\b\271S\b", num_func = 139704152, is_metadata = 139729632, destroy = 0x8541ab8, read = 0x58, setaside = 0x8541ad0, split = 0x8541ab8, copy = 0} (gdb) print bb $6 = (apr_bucket_brigade *) 0x85490c0 (gdb) print *bb $7 = {p = 0x853d7e8, list = {next = 0x854913c, prev = 0x8541af0}, bucket_alloc = 0x8541ad0} (gdb) print *(bb->list.next) $8 = {link = {next = 0x8541bf8, prev = 0x85490c4}, type = 0x8541ad0, length = 139759840, start = -5190357751035555528, data = 0x808ca4c, free = 0x853d7e8, list = 0x854915c} (gdb) print *(bb->list.next->type) $9 = {name = 0x853b7e0 "\250\020'\310\372S\370\361\063\254\020'\b\271S\b", num_func = 139704152, is_metadata = 139729632, destroy = 0x8541ab8, read = 0x58, setaside = 0x8541ad0, split = 0x8541ab8, copy = 0} (gdb) print *(bb->list.prev->type) $10 = {name = 0xb7f94f40 "HEAP", num_func = 5, is_metadata = APR_BUCKET_DATA, destroy = 0xb7f817a0 , read = 0xb7f81780 , setaside = 0x808c96c , split = 0x808ca8c , copy = 0x808ce7c } (gdb) up #2 bio_filter_in_read (bio=0x853f968, in=0x85515de "", inlen=79) at ssl_engine_io.c:534 534 inctx->rc = brigade_consume(inctx->bb, block, in, &inl); (gdb) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org