From owner-freebsd-ports@FreeBSD.ORG Thu Jun 29 13:29:58 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 E4CA116A52B for ; Thu, 29 Jun 2006 13:29:58 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A74444D4 for ; Thu, 29 Jun 2006 13:07:08 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from morando.org ([201.144.83.54]) by bafirst.com with esmtp; Thu, 29 Jun 2006 08:07:00 -0500 id 000958C3.44A3D074.0000FEAC Received: from localhost (localhost [127.0.0.1]) (uid 80) by morando.org with local; Thu, 29 Jun 2006 08:06:54 -0500 id 000CF014.44A3D06E.00002B2B Received: from dsl-201-144-83-153.prod-infinitum.com.mx (dsl-201-144-83-153.prod-infinitum.com.mx [201.144.83.153]) by correo.encontacto.net (Horde MIME library) with HTTP; Thu, 29 Jun 2006 08:06:54 -0500 Message-ID: <20060629080654.egi8kmrio8coswoo@correo.encontacto.net> X-Priority: 3 (Normal) Date: Thu, 29 Jun 2006 08:06:54 -0500 From: eculp@encontacto.net 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) H3 (4.1-cvs) X-Mailman-Approved-At: Thu, 29 Jun 2006 13:46:54 +0000 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 13:29:59 -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. Versions of software that I have are: 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.