From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13876 invoked by alias); 19 Apr 2004 16:52:12 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 13869 invoked from network); 19 Apr 2004 16:52:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Apr 2004 16:52:11 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3JGqBJW018172 for ; Mon, 19 Apr 2004 12:52:11 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3JGqBj05245; Mon, 19 Apr 2004 12:52:11 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i3JGq9dF016002; Mon, 19 Apr 2004 12:52:10 -0400 Subject: Re: Insight + ARM-9 + BDI2000: Hang on exec From: Keith Seitz Reply-To: insight@sources.redhat.com To: Toralf Lund Cc: "insight@sources.redhat.com" In-Reply-To: <4083CC5E.6060502@procaptura.com> References: <4083CC5E.6060502@procaptura.com> Content-Type: text/plain Message-Id: <1082393564.2007.3.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Mon, 19 Apr 2004 16:52:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q2/txt/msg00008.txt.bz2 On Mon, 2004-04-19 at 05:55, Toralf Lund wrote: > I'm using insight built for ARM along with the BDI2000 (BDIGDB) debug > "POD" to debug a custom interface card based on the MC9328 (ARM-9 core) > processor. First things first: does it run under console gdb? ("insight -nw" or "gdb")? There are numerous reasons for failures of this kind. Typically, it is an error in the target code in gdb. Testing command-line gdb is the first step to ascertaining where the problem lies. Also, could you send a more complete, step-by-step description of what you did? From your post, I'm not entirely sure how you got it to hang. Keith