From owner-freebsd-ports@FreeBSD.ORG Fri Sep 30 12:14:32 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53388106566B; Fri, 30 Sep 2011 12:14:32 +0000 (UTC) (envelope-from moggie@elasticmind.net) Received: from mail.elasticmind.net (mail.elasticmind.net [195.191.156.21]) by mx1.freebsd.org (Postfix) with ESMTP id E5B5E8FC15; Fri, 30 Sep 2011 12:14:30 +0000 (UTC) Received: from [192.168.12.10] (cpc2-nfds5-0-0-cust656.8-2.cable.virginmedia.com [213.107.22.145]) by mail.elasticmind.net (Postfix) with ESMTPSA id 9107B26D205; Fri, 30 Sep 2011 13:13:56 +0100 (BST) Message-ID: <4E85B28F.3020306@elasticmind.net> Date: Fri, 30 Sep 2011 13:14:07 +0100 From: Moggie User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Alex Dupre References: <4E84AAF6.4040902@elasticmind.net> <4E856B7C.9060501@FreeBSD.org> In-Reply-To: <4E856B7C.9060501@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ElasticMind-MailScanner-Information: Please contact the postmaster for more information X-ElasticMind-MailServ-ID: 9107B26D205.A0211 X-ElasticMind-MailServ: Found to be clean X-ElasticMind-MailServ-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 6, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-ElasticMind-MailServ-From: moggie@elasticmind.net X-Spam-Status: No Cc: ports@FreeBSD.org Subject: Re: PHP segmentation faults 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, 30 Sep 2011 12:14:32 -0000 On 30/09/2011 08:10, Alex Dupre wrote: > Moggie ha scritto: >> Unfortunately, for some time now, PHP scripts have been producing >> segmentation faults when executed on one of our systems :( > Have you enabled LINK_THR option in php port? The LINK_THR option was not enabled. I've just enabled it and rebuilt the PHP ports, it seems the segmentation fault error has gone away now, yay! Thank you :)