From owner-freebsd-arm@FreeBSD.ORG Thu Mar 22 00:38:06 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5DEC16A404 for ; Thu, 22 Mar 2007 00:38:06 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.freebsd.org (Postfix) with ESMTP id 56FE313C468 for ; Thu, 22 Mar 2007 00:38:05 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.8/8.13.8) with ESMTP id l2M0sjvC072910; Thu, 22 Mar 2007 01:54:45 +0100 (CET) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.8/8.13.8/Submit) id l2M0sigx072909; Thu, 22 Mar 2007 01:54:44 +0100 (CET) (envelope-from mlfbsd) Date: Thu, 22 Mar 2007 01:54:44 +0100 From: Olivier Houchard To: David Cornejo Message-ID: <20070322005444.GA72878@ci0.org> References: <4601ce80.5b8c468e.49f9.13fa@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4601ce80.5b8c468e.49f9.13fa@mx.google.com> User-Agent: Mutt/1.4.1i Cc: freebsd-arm@freebsd.org Subject: Re: awk hanging X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 00:38:07 -0000 On Wed, Mar 21, 2007 at 02:31:27PM -1000, David Cornejo wrote: > Hi, > > I am trying to build and install some ports on an Avila board - > however with certain packages (i.e. ruby) it gets to the install > phase and awk goes into a state where it's constantly running and > never comes out (I let it run for four days and then killed it). I > have reproduced this in both stable and current. Gdb in current > fails to attach to awk, and gdb seems to be completely missing in > 6.2. Any suggestions on how to debug this? Would a gdb from ports work? > > thanks for any help, > dave c Hi David, I'm going to investigate. Can you tell if it just happens randomly, or if it always happens with some ports, but not others ? If it always happens with the same ports, can you name one that is faster to build than ruby ? ;) Thanks a lot for reporting ! Olivier