Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 69728 invoked from network); 11 Dec 2007 19:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 19:27:27 -0000 Received: (qmail 65953 invoked by uid 500); 11 Dec 2007 19:27:07 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 65925 invoked by uid 500); 11 Dec 2007 19:27:07 -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 65883 invoked by uid 99); 11 Dec 2007 19:27:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 11:27:07 -0800 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [13.13.138.216] (HELO wbmler1.mail.xerox.com) (13.13.138.216) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 19:27:07 +0000 Received: from wbmlir2.mail.xerox.com (wbmlir2.mail.xerox.com [13.131.8.222]) by wbmler1.mail.xerox.com (8.13.8/8.13.8) with ESMTP id lBBJQjpe010115 for ; Tue, 11 Dec 2007 14:26:45 -0500 Received: from wbmlir2.mail.xerox.com (localhost [127.0.0.1]) by wbmlir2.mail.xerox.com (8.13.8/8.13.6) with ESMTP id lBBJQfUA013368 for ; Tue, 11 Dec 2007 14:26:41 -0500 Received: from USA7061GW002.na.xerox.net (usa7061gw002.na.xerox.net [13.151.210.15]) by wbmlir2.mail.xerox.com (8.13.8/8.13.6) with ESMTP id lBBJQeMJ013353 for ; Tue, 11 Dec 2007 14:26:41 -0500 X-Xerox-Source-Ip: 13.151.210.15 X-Xerox-Source-Name: usa7061gw002.na.xerox.net X-Xerox-Reported-Name: USA7061GW002.na.xerox.net Received: from usa0300ms01.na.xerox.net ([13.135.233.15]) by USA7061GW002.na.xerox.net with Microsoft SMTPSVC(6.0.3790.3959); Tue, 11 Dec 2007 11:26:40 -0800 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C83C2B.C094A6AF" Subject: mod_ssl Date: Tue, 11 Dec 2007 14:26:38 -0500 Message-ID: <309AD90BD8FC7E4383DB1ACCBF6C8DC006448EC8@USA0300MS01.na.xerox.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mod_ssl Thread-Index: Acg8K8BUhgxfVxkbR8KaZEb4fst+mg== From: "Hammer, Tim" To: X-OriginalArrivalTime: 11 Dec 2007 19:26:40.0315 (UTC) FILETIME=[C13A68B0:01C83C2B] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C83C2B.C094A6AF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am attempting to upgrade httpd from 1.3.x to 2.2.x for our web application. I have managed to get everything building and working, except SSL support. mod_ssl.so seems to load alright, but at some point I get a core dump (one occurred during startup/initialization I think, but I do get servers running; however, when I try to access a page from a browser, everything dumps again). =20 All of the core dumps look the same: Program terminated with signal 11, Segmentation fault. #0 apr_bucket_shared_destroy (data=3D0x0) at buckets/apr_buckets_refcount.c:47 47 buckets/apr_buckets_refcount.c: No such file or directory. in buckets/apr_buckets_refcount.c (gdb) bt #0 apr_bucket_shared_destroy (data=3D0x0) at buckets/apr_buckets_refcount.c:47 #1 0xb7fc9b61 in heap_bucket_destroy (data=3D0x0) at buckets/apr_buckets_heap.c:35 #2 0xb7f67579 in bio_filter_in_read () from /usr/local/apache2/modules/mod_ssl.so #3 0x0000000b in ?? () from /lib/libm.so.6 As you can see, the call from mod_ssl.so into the buckets/ code is passing a null pointer. None of our other modules have been modified to use buckets. Does mod_ssl require the use of buckets? =20 Thanks for any info! .Tim=20 Xerox Corporation, Office Group=20 Phone: 585/427-1684=20 Fax: 585/427-3244=20 Email: Tim.Hammer@Xerox.com=20 Addr: M/S 0801-80A=20 1350 Jefferson Road=20 Rochester, NY 14623=20 This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient(s) please contact the sender by reply e-mail and destroy all copies of the original message. Thank you. ------_=_NextPart_001_01C83C2B.C094A6AF--