From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20404 invoked by alias); 3 Jun 2003 13:59:06 -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 20253 invoked from network); 3 Jun 2003 13:59:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Jun 2003 13:59:05 -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 h53Dx5H09650 for ; Tue, 3 Jun 2003 09:59:05 -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 h53Dx5I32079; Tue, 3 Jun 2003 09:59:05 -0400 Received: from [150.1.200.14] (vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h53Dx4b21262; Tue, 3 Jun 2003 09:59:04 -0400 Subject: Re: insight on windows From: Keith Seitz To: vadiraj_kulkarni@lycos.com Cc: "insight@sources.redhat.com" In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1054649118.1566.3.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Tue, 03 Jun 2003 13:59:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00141.txt.bz2 On Mon, 2003-06-02 at 22:25, vadraj kulkarni wrote: > Ans: i have used gcc - 3.2 for compiling insight -5.0 Should work, but since 5.0 is about three (four?) years old, I haven't tried it in a very, very long time. > >Run the exe under gdb (gdb -nw). Then when the exe crashes, get a > >backtrace using the "backtrace" command. Send the stack backtrace to the > >list. > > > Ans: Unfortunately i am not finding any backtrace command. I have already tried gdb -nw(ie. arm-elf-gdb -nw) > Same error message i will get. Case is true with gdb -v(arm-elf-gdb -v) also. The gdb that came with cygwin doesn't work? You should be able to do: $ /usr/bin/gdb -nx -q gdb (gdb) run -w [wait for crash] (gdb) backtrace Perl crashing during configure time (as you posted on cygwin mailing list) sounds suspicious (like a cygwin.dll problem -- multiples?). Please send the file "cygcheck.out" from "cygcheck -s -v -r > cygcheck.out". Methinks your cygwin installation is messed up. Keith