From owner-freebsd-ports@FreeBSD.ORG Tue May 3 17:35:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22BC16A4CE; Tue, 3 May 2005 17:35:15 +0000 (GMT) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD6E43D45; Tue, 3 May 2005 17:35:14 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id E77E09976CD; Tue, 3 May 2005 19:40:17 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16080-03-2; Tue, 3 May 2005 19:40:11 +0200 (CEST) Received: from [80.98.207.149] (catv-5062cf95.catv.broadband.hu [80.98.207.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 6AB549974D6; Tue, 3 May 2005 19:40:10 +0200 (CEST) Message-ID: <4277B640.2080204@t-hosting.hu> Date: Tue, 03 May 2005 19:34:56 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, clement@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Apache2 segfault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 17:35:15 -0000 Hello, I have an apache 2.0.53 from the prots colletction with auth, dav, misc, ssl, threads modules on FreeBSD 5.3 amd64.Some of the httpd processes crash with SIGSEGV signal (11). Most of the web pages are reachable, but some aren't. (e. g. Squirrelmail) In the apache error-log I can see such messages: [Tue May 03 15:17:09 2005] [notice] child pid 54739 exit signal Segmentation fault (11) [Tue May 03 15:17:10 2005] [notice] child pid 54740 exit signal Segmentation fault (11) [Tue May 03 15:17:11 2005] [notice] child pid 54741 exit signal Segmentation fault (11) [Tue May 03 15:17:30 2005] [notice] child pid 54743 exit signal Segmentation fault (11) [Tue May 03 15:17:45 2005] [notice] child pid 54744 exit signal Segmentation fault (11) [Tue May 03 15:17:48 2005] [notice] child pid 54746 exit signal Segmentation fault (11) [Tue May 03 15:17:48 2005] [notice] child pid 54745 exit signal Segmentation fault (11) [Tue May 03 15:17:51 2005] [notice] child pid 54724 exit signal Segmentation fault (11) [Tue May 03 15:17:57 2005] [notice] child pid 54720 exit signal Segmentation fault (11) [Tue May 03 15:18:09 2005] [notice] child pid 54749 exit signal Segmentation fault (11) [Tue May 03 15:18:10 2005] [notice] child pid 54748 exit signal Segmentation fault (11) [Tue May 03 15:18:11 2005] [notice] child pid 54742 exit signal Segmentation fault (11) [Tue May 03 15:18:27 2005] [notice] child pid 54750 exit signal Segmentation fault (11) [Tue May 03 15:18:30 2005] [notice] child pid 54752 exit signal Segmentation fault (11) [Tue May 03 15:18:49 2005] [notice] child pid 54751 exit signal Segmentation fault (11) [Tue May 03 15:18:51 2005] [notice] child pid 54753 exit signal Segmentation fault (11) [Tue May 03 15:18:52 2005] [notice] child pid 54755 exit signal Segmentation fault (11) [Tue May 03 15:18:58 2005] [notice] child pid 54747 exit signal Segmentation fault (11) [Tue May 03 15:19:10 2005] [notice] child pid 54696 exit signal Segmentation fault (11) And in the syslog: May 3 18:43:41 server kernel: pid 57741 (httpd), uid 80: exited on signal 11 May 3 18:46:03 server kernel: pid 57876 (httpd), uid 80: exited on signal 11 May 3 18:47:42 server kernel: pid 57742 (httpd), uid 80: exited on signal 11 May 3 18:47:43 server kernel: pid 57766 (httpd), uid 80: exited on signal 11 May 3 18:57:00 server kernel: pid 16090 (httpd), uid 80: exited on signal 11 May 3 18:57:01 server kernel: pid 16091 (httpd), uid 80: exited on signal 11 May 3 18:57:02 server kernel: pid 16086 (httpd), uid 80: exited on signal 11 May 3 19:20:33 server kernel: pid 34566 (httpd), uid 80: exited on signal 11 May 3 19:23:39 server kernel: pid 40679 (httpd), uid 80: exited on signal 11 May 3 19:23:39 server kernel: pid 40680 (httpd), uid 80: exited on signal 11 May 3 19:31:54 server kernel: pid 40708 (httpd), uid 80: exited on signal 11 This phenomenon has been existed since approximately I upgraded the apache webserver from .52. Generally I use CFLAGS=-Os -march=athlon64 and gcc4.0. But now, I deleted the dependencies of the apache webserver, commented the whole make.conf out, and recompiled almost everything for apache and the result is the same. What can I do now? Please help me, it is quite important since this is a production system.... Regards, Gábor Kövesdán