From owner-freebsd-apache@FreeBSD.ORG Wed Jun 11 15:51:23 2008 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D30810656E8 for ; Wed, 11 Jun 2008 15:51:23 +0000 (UTC) (envelope-from jespasac@minibofh.org) Received: from smtp01.cdmon.com (smtp01.cdmon.com [212.36.75.232]) by mx1.freebsd.org (Postfix) with ESMTP id AADC48FC17 for ; Wed, 11 Jun 2008 15:51:22 +0000 (UTC) (envelope-from jespasac@minibofh.org) Received: from [192.168.0.29] (62.Red-217-126-43.staticIP.rima-tde.net [217.126.43.62]) by smtp01.cdmon.com (Postfix) with ESMTP id E6310F7458; Wed, 11 Jun 2008 17:51:20 +0200 (CEST) Message-ID: <484FF478.8010405@minibofh.org> Date: Wed, 11 Jun 2008 17:51:20 +0200 From: Jordi Espasa Clofent User-Agent: Thunderbird 1.5.0.12 (X11/20080430) MIME-Version: 1.0 To: freebsd-apache@freebsd.org References: <4846B64F.4090700@minibofh.org> <484775D4.4090509@p6m7g8.com> <48481A02.2050502@minibofh.org> In-Reply-To: <48481A02.2050502@minibofh.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: apachectl gracefult causes Signal 11 crash after 6.3 to 7.0 upgrade [SOLVED] X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 15:51:23 -0000 It seems a php-extensions bug. If you comment the mhash.so in /usr/local/etc/php/extensions.ini as: ;entension=mhash.so all works fine and you don't get anymore httpd crash (signal 11) if you use 'apachectl graceful'. Maybe will be a good idea to open PR for this? I hope it helps someone.... (I'm very surprised that this isn't a documented bug in 7.0 yet) -- Thanks, Jordi Espasa Clofent