From owner-freebsd-ports Fri Mar 30 9:20:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id 0C06C37B719; Fri, 30 Mar 2001 09:20:17 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id LAA19433; Fri, 30 Mar 2001 11:20:04 -0600 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id LAA26898; Fri, 30 Mar 2001 11:19:58 -0600 Message-ID: <011b01c0b93d$a6abe280$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "Dan Larsson" , "FreeBSD Stable List" Cc: , , , References: <20010330184214.W53982-300000@hq1.tyfon.net> Subject: Re: apache-1.3.19 segfaulting on FreeBSD-4.3 RC Date: Fri, 30 Mar 2001 11:19:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Dan Larsson" > Does anyone have a clue why I get these segfaults? > > (The apache port installed is /usr/ports/www/apache13 with no > optimizations or extra modules) > This problem ocurs when the ServerName directive is not defined in the httpd.conf file. Program received signal SIGSEGV, Segmentation fault. 0x8064287 in ap_get_local_host () (gdb) bt It occurs because "p" is null. The Apache folks have fixed the problem for the next release 1.3.2x. I have fixed this problem in the Apache13-fp port (patch-fj) a week ago. The fix should be applied to the other apache ports (apache13, apache13-modssl, apache13+ipv6). http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apache13-fp/files/patch-fj?r ev=1.3&content-type=text/x-cvsweb-markup We should get this patch into the other apache13 ports before 4.3-RELEASE. Otherwise we'll have a broken apache server on the Release CDs. Scot Note: the fix is in the last two patches of patch-fj. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message