From owner-freebsd-ports@FreeBSD.ORG Thu Jun 29 17:34:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5724816A40F for ; Thu, 29 Jun 2006 17:34:21 +0000 (UTC) (envelope-from eculp@bafirst.com) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6676D43D6D for ; Thu, 29 Jun 2006 17:34:20 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by bafirst.com with local; Thu, 29 Jun 2006 12:34:14 -0500 id 000958E7.44A40F16.00010684 Received: from dsl-201-144-83-54.prod-infinitum.com.mx (dsl-201-144-83-54.prod-infinitum.com.mx [201.144.83.54]) by mail.bafirst.com (Horde MIME library) with HTTP; Thu, 29 Jun 2006 12:34:14 -0500 Message-ID: <20060629123414.1edkoad7kk44gc48@mail.bafirst.com> Date: Thu, 29 Jun 2006 12:34:14 -0500 From: eculp@bafirst.com To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Segmentation Fault with pear on several machines and versions of FreeBSD 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 Jun 2006 17:34:21 -0000 I've been updating all my ports and I started to get segmentation faults with pear. All I have to do is to type pear, let it list the options and it finishes with the following error and threatens to open a debugger that never opens. I now have three machines that have the problem. There is little in common between them. One is a P4 running up to date current, another is AMD Athlon also running up to date current and the last is a brand new DELL P-4 Server with 2G of ECC memory that I just finished installing RELENG_6, php5, php5-extensions, pear, etc. and have the same problem. All the other machines are a couple of years old. All three of the machines are cvsuping, building world, and kernels daily with no problems at all. All the systems libraries, includes, etc are up to date. I have installed world erased all more than a day old and re installed world several times in the last few days on the two older ones and the dell installation is less than 48 hours old and has build and installed world twice. The simplest way to get the error is to just run the pear command and it finishes with the following: Type "pear help options" to list all options. Type "pear help shortcuts" to list all command shortcuts. Type "pear help " to get the help for the specified command. Segmentation Fault in 42156, waiting for debugger I have no idea what could cause the problem and much less, how to troubleshoot it. Google hasn't been my friend, yet, and that worries me makes it sound more like operator error, but I have no idea how. Any ideas, suggestions or even confirmation that I'm not alone would be greatly appreciated. I'm pretty sure that if I could get it to not try to drop into the debugger I would at least be able to add pear modules even though it would core dump but I have no idea how. Thanks, ed P.S. General info: php5-5.1.4 pear-1.4.6 I asked this question on the freebsd-questions list yesterday but now I'm begining to think it might be more port related.