From owner-freebsd-ports@FreeBSD.ORG Fri May 21 11:52:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1D641065673 for ; Fri, 21 May 2010 11:52:01 +0000 (UTC) (envelope-from Hans.F.Nordhaug@hiMolde.no) Received: from malle.himolde.no (malle.hiMolde.no [158.38.68.22]) by mx1.freebsd.org (Postfix) with ESMTP id 5A07F8FC0C for ; Fri, 21 May 2010 11:52:00 +0000 (UTC) Received: from harr.himolde.no (harr.hiMolde.no [158.38.68.20]) by malle.himolde.no (8.13.8/8.13.8) with ESMTP id o4LBpx1L005498 for ; Fri, 21 May 2010 13:51:59 +0200 Received: from harr.himolde.no (harr.himolde.no [127.0.0.1]) by harr.himolde.no (8.13.1/8.13.1) with ESMTP id o4LBpxWA026212 for ; Fri, 21 May 2010 13:51:59 +0200 Received: (from nordhaug@localhost) by harr.himolde.no (8.13.1/8.13.1/Submit) id o4LBpxUO026211 for freebsd-ports@freebsd.org; Fri, 21 May 2010 13:51:59 +0200 Date: Fri, 21 May 2010 13:51:59 +0200 From: "Hans F. Nordhaug" To: freebsd-ports@freebsd.org Message-ID: <20100521115159.GA25890@hiMolde.no> References: <20100509162335.GA934@hiMolde.no> <20100517013028.GA14513@hiMolde.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20100517013028.GA14513@hiMolde.no> User-Agent: Mutt/1.4.1i Subject: Re: Apache 22 - FreeBSD 8.0 - (httpd), uid 80: exited on signal 11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 11:52:01 -0000 * Hans F. Nordhaug [2010-05-17]: > OK, this problem is just not going away. Doing a reload of a page, the > segmentation fault will appear from 20-50% of the time. It's getting > more and more clear that this is a PHP bug in some way. I have > compiled PHP and Apache with debugging, disabled the Suhosin patch and > only suing two extensions: php5-xml and php5-session. All ports are > up-to-date. This is still on FreeBSD 8 with PHP 5.3.2. The text above is strongly reduced - see the complete message at http://lists.freebsd.org/pipermail/freebsd-ports/2010-May/061222.html The problem is "solved". Disabling the zend multibyte support removed the sporadic segmentation faults. Hans