From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12102 invoked by alias); 30 Jun 2003 16:55:21 -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 12090 invoked from network); 30 Jun 2003 16:55:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Jun 2003 16:55: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 h5UGtJH12519 for ; Mon, 30 Jun 2003 12:55:19 -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 h5UGtJI15672; Mon, 30 Jun 2003 12:55:19 -0400 Received: from [150.1.200.14] (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5UGtI200496; Mon, 30 Jun 2003 12:55:18 -0400 Subject: Re: CYGWIN GDB on Insight - problems From: Keith Seitz To: duane_ellis@franklin.com Cc: "insight@sources.redhat.com" In-Reply-To: <200306301601.h5UG1YX09173@europa.franklin.com> References: <200306301601.h5UG1YX09173@europa.franklin.com> Content-Type: text/plain Organization: Message-Id: <1056992694.1571.19.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Mon, 30 Jun 2003 16:55:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00207.txt.bz2 On Mon, 2003-06-30 at 09:01, Duane Ellis wrote: > I've tried to back port the Tcl/Tk stuff (see the cygwin.html page) on > Insight to 5.2.1 so that I can build it under CYGWIN. Well - I > screwed something up, it does not work and I'm trying to debug it. Ugh. 5.2. You know that 6.0 will soon be available? (Let me guess... arm-elf ecos?) Just to be 100%: you're trying to revert the tcl/tk in 5.2.1 to tcl/tk 8.0.x, as per the instructions on the web page, right? > When I start insight directly, I get a pop up "application failed to > initialize properly (0xc0000022)" > > If I run GDB on Insight, it fails too... I get these messages > when I type run: > > Starting program: /insight/install/winXX/bin/gdb.exe > > Program received signal SIGSEGV, Segmentation fault > Program received signal SIGSEGV, Segmentation fault > [YES 2 times] > > Program exited with code 0200 > Sounds eerily familiar. Try rebuild without optimization (CFLAGS="-g" /path/to/src/configure --prefix=...; make all-gdb; make install-gdb) and run under gdb. When the segfault happens, gdb should be able to give you a backtrace. Keith