From owner-freebsd-arm@FreeBSD.ORG Mon Apr 23 09:47:30 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 F172516A404; Mon, 23 Apr 2007 09:47:30 +0000 (UTC) (envelope-from jim@netgate.com) Received: from netgate.com (mail.netgate.com [64.62.194.115]) by mx1.freebsd.org (Postfix) with ESMTP id DFAF113C4B9; Mon, 23 Apr 2007 09:47:30 +0000 (UTC) (envelope-from jim@netgate.com) Received: from widget.local (rrcs-67-52-77-54.west.biz.rr.com [67.52.77.54]) by netgate.com (Postfix) with ESMTP id C5DE3280092; Mon, 23 Apr 2007 02:18:43 -0700 (PDT) Message-ID: <462C79E7.5040605@netgate.com> Date: Sun, 22 Apr 2007 23:18:31 -1000 From: Jim Thompson User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Krassimir Slavchev References: <4601ce80.5b8c468e.49f9.13fa@mx.google.com> <20070322005444.GA72878@ci0.org> <46027921.2020401@bulinfo.net> <20070421113555.cc9a4338.stas@FreeBSD.org> <462C6605.9060300@bulinfo.net> In-Reply-To: <462C6605.9060300@bulinfo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , 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: Mon, 23 Apr 2007 09:47:31 -0000 Krassimir Slavchev wrote: > Hi, > > http://mnemonic.bulinfo.net/~krassi/debug/ > > The file awk.core.3 is from 'gcore -s'. > I am not sure if you can debug this on i386 so: > > #0 0x20193d24 in __sfvwrite () from /lib/libc.so.7 > #1 0x20192fcc in __mult_D2A () from /lib/libc.so.7 > #2 0x20193134 in __pow5mult_D2A () from /lib/libc.so.7 > #3 0x2014d548 in strtod () from /lib/libc.so.7 > #4 0x00011888 in is_number (s=0x20209000 "0002e308 R_ARM_RELATIVE > *ABS*") > at lib.c:687 > #5 0x0001223c in getrec (pbuf=0x2fb04, pbufsize=0x2e3ac, isrecord=1) > at lib.c:151 > #6 0x00013f74 in program (a=0x202521d0, n=375610210) at run.c:191 > #7 0x000134d4 in execute (u=0x553f7) at run.c:156 > #8 0x00017d1c in run (a=0x202521c0) at run.c:131 > #9 0x000125b0 in main (argc=5, argv=0xbfffebb4) at main.c:170 > > top: > 3919 root 1 125 0 3724K 3208K RUN 30:31 98.00% awk Hmm, the debian arm project had similar issues in 2003 see: http://www.mail-archive.com/debian-arm@lists.debian.org/msg03469.html see also http://netwinder.osuosl.org/users/s/scottb/public_html/notes/FP-Notes.html