From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8217 invoked by alias); 19 Mar 2002 00:31:02 -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 8122 invoked from network); 19 Mar 2002 00:30:53 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 19 Mar 2002 00:30:53 -0000 Received: from makita.cygnus.com (makita.cygnus.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id QAA04036; Mon, 18 Mar 2002 16:30:52 -0800 (PST) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id QAA17774; Mon, 18 Mar 2002 16:30:52 -0800 (PST) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Mon, 18 Mar 2002 16:31:00 -0000 From: Keith Seitz X-X-Sender: To: Chien-Yu Lin cc: Subject: Re: Insight 5.0 won't start after a remote target added In-Reply-To: <20020318234245.23243.qmail@web13901.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q1/txt/msg00207.txt.bz2 On Mon, 18 Mar 2002, Chien-Yu Lin wrote: > Can't find a usable main.tcl in the following directories: > /tools/share/gdbtcl /tool2/gdbtcl /tools/gdb/gdbtk/library > /tools/gdb1.0/gdbtk/library > > /tools/share/gdbtcl/main.tcl: invalid command name "find_iwidgets_library" > invalid command name "find_iwidgets_library" This is very suspicious. According to this, "find_iwidgets_library" is not found. It should be in util.tcl. Some things to investigate: 1) Why is it crashing? 2) What happened to find_iwidgets_library? 3) Try setting GDBTK_DEBUGFILE (see main.tcl) I would not expect that just adding objfiles to gdb to cause this kind of error. Keith