From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5910 invoked by alias); 29 Apr 2003 14:17: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 5903 invoked from network); 29 Apr 2003 14:17:12 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 Apr 2003 14:17:12 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3TEHCD18478 for ; Tue, 29 Apr 2003 10:17:12 -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 h3TEHCq30124; Tue, 29 Apr 2003 10:17:12 -0400 Received: from [150.1.200.14] (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3TEHBY32221; Tue, 29 Apr 2003 10:17:11 -0400 Subject: Re: Insight on an EDB7312 board download problem From: Keith Seitz To: Charles-Henri Balet Cc: "insight@sources.redhat.com" In-Reply-To: <002f01c30e25$c7493b70$2401a8c0@charleshenri> References: <002f01c30e25$c7493b70$2401a8c0@charleshenri> Content-Type: text/plain Organization: Message-Id: <1051625984.1536.1.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Tue, 29 Apr 2003 14:17:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00050.txt.bz2 On Tue, 2003-04-29 at 01:03, Charles-Henri Balet wrote: > I work with an EDB7312 board and insight 5.3, I can connect the target with > "ARM angel serial", all > work fine, I can scan the memory, the registers, all work, but when I want > to download an exe file, > hello.exe or other, the insigth crash and all the system is out. Any has an > idea of this problem ? Can gdb do it? Running insight 5.3, use the "-nw" option to suppress the GUI and run command line gdb. If it also crashes, ask on the gdb list (gdb at sources dot redhat dot com). If it does not crash and you can debug your program, can you send (to this list) a stack bactrace? Just run Insight under gdb. Keith