From owner-freebsd-stable@FreeBSD.ORG Sat Mar 19 13:11:19 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230C916A4CE for ; Sat, 19 Mar 2005 13:11:19 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85243D4C for ; Sat, 19 Mar 2005 13:11:18 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDL00L7UOMTA4H1@vms042.mailsrvcs.net> for freebsd-stable@freebsd.org; Sat, 19 Mar 2005 07:11:18 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 327552CE7CF; Sat, 19 Mar 2005 05:11:16 -0800 (PST) Date: Sat, 19 Mar 2005 05:11:14 -0800 From: "Michael C. Shultz" In-reply-to: To: Vlad Message-id: <200503190511.15733.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <6.2.1.2.0.20050315112131.054b56f8@64.7.153.2> <200503171035.16483.ringworm01@gmail.com> User-Agent: KMail/1.7.2 cc: freebsd-stable@freebsd.org Subject: Re: Apache Signal 11 (5.3-RELEASE-p3/4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 13:11:19 -0000 On Saturday 19 March 2005 04:58 am, Vlad wrote: > I have the same problem, started at some point since 5.3-p? > > I thought something is wrong with the particular server, but since > other people report the same issue, I started to doubt that. > > Apache has been built manually, so it has nothing to do with the > port. 1.3.33 Apache + mod_ssl + mod_perl > > Sorry, have no dumps. > > pid 70686 (httpd), uid 65534: exited on signal 11 > pid 58127 (httpd), uid 65534: exited on signal 11 > pid 58833 (httpd), uid 65534: exited on signal 11 > pid 30556 (httpd), uid 65534: exited on signal 11 > pid 35877 (httpd), uid 65534: exited on signal 11 > pid 95642 (httpd), uid 65534: exited on signal 11 > Below is from Karl Mott's trace after compiling with debug. If you did the same thing, compiled your Apache with debug then sent the trace to Apache's maintainer I'm sure he/she would be most grateful: (my analysis) The crash is likely happening here: ssl_engine_init.c:234 The remaining is interpreted this way http_main.c:5379 calls http_config.c:1664 which calls ssl_engine_init.c:234 (crash happens here I think ) from Karl's trace: > #11 0x28354fc0 in ssl_init_Module (s=0x809b038, p=0x809b010) at > ssl_engine_init.c:234 > #12 0x08055946 in ap_init_modules (p=0x809b010, s=0x809b038) at > http_config.c:1664 > #13 0x0805de5d in standalone_main (argc=2, argv=0xbfbfec60) at > http_main.c:5379 > #14 0x0805e647 in main (argc=2, argv=0xbfbfec60) at http_main.c:5767 -Mike