From owner-freebsd-ports@FreeBSD.ORG Thu Sep 29 17:54:20 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 5BCB81065674 for ; Thu, 29 Sep 2011 17:54:20 +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 228E78FC08 for ; Thu, 29 Sep 2011 17:54:19 +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 2AF7626D279 for ; Thu, 29 Sep 2011 18:29:17 +0100 (BST) Message-ID: <4E84AAF6.4040902@elasticmind.net> Date: Thu, 29 Sep 2011 18:29:26 +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: ports@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: 2AF7626D279.AF5EA 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: Subject: 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: Thu, 29 Sep 2011 17:54:20 -0000 Hi, Unfortunately, for some time now, PHP scripts have been producing segmentation faults when executed on one of our systems :( Various posts found via google suggested reinstalling all the PHP ports and/or using a script to re-order the PHP extension modules, but all so far without success. The output of php -m is as follows: [PHP Modules] apc bz2 Core ctype date dom ereg filter gd hash iconv json libxml mbstring mcrypt mhash mysql mysqli mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite posix Reflection session SimpleXML snmp sockets SPL sqlite3 standard tokenizer xml zip zlib I'm using this simple test to reproduce the problem: /tmp/test.php /usr/local/bin/php /tmp/test.php Hello, World!Segmentation fault (core dumped) All this makes me sad, especially since my Cacti graphs aren't being updated any more :( Any help or advise on how I might go about resolving this please would be very much appreciated. Thank you in advance for your time and consideration. Kind regards, moggie