From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15628 invoked by alias); 18 Dec 2002 15:16:25 -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 15524 invoked from network); 18 Dec 2002 15:16:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 18 Dec 2002 15:16:20 -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 gBIEnug09691 for ; Wed, 18 Dec 2002 09:49:56 -0500 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 gBIFG8215740; Wed, 18 Dec 2002 10:16:08 -0500 Received: from valrhona.uglyboxes.com (IDENT:YTJkyZP+3HyzBtCDKAHoQITqOnsMd3SR@vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBIFG7L31713; Wed, 18 Dec 2002 10:16:08 -0500 Date: Wed, 18 Dec 2002 07:16:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Harri Siirtola cc: insight@sources.redhat.com Subject: Re: Long wait for GUI to connect In-Reply-To: <4.3.2.7.2.20021218141211.009ba8cc@vttmail.vtt.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00221.txt.bz2 On Wed, 18 Dec 2002, Harri Siirtola wrote: > WIN98 > Cygwin 1.3.1 > GDB/Insight 5.1.1 configured for host=i586-pc-cygwin, target=arm-elf I'm not entirely sure, but there are a few things you can try to solve this. Before I go into those, though, you might want to search the mailing list for cygwin and arm messages: I believe that GDB 5.1 had issues with arm on cygwin. I would recommend using 5.3 (or even 5.2.x). Back to the original problem: Try running with the console window open to see if there are any messages that get printed out. Try bypassing insight (gdb -nw) and see if it is GDB that is causing problems or whether it is insight. This should give us a start. Keith