From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6875 invoked by alias); 16 Jan 2003 16:20: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 6855 invoked from network); 16 Jan 2003 16:20:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Jan 2003 16:20:06 -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 h0GFpgB22175 for ; Thu, 16 Jan 2003 10:51:42 -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 h0GGK5a07928; Thu, 16 Jan 2003 11:20:05 -0500 Received: from [150.1.200.14] (vpn50-59.rdu.redhat.com [172.16.50.59]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0GGK4326355; Thu, 16 Jan 2003 11:20:04 -0500 Subject: Re: insight crashed under cygwin From: Keith Seitz To: Joerg Rapka Cc: "insight@sources.redhat.com" In-Reply-To: <3E268324.8020306@duagon.com> References: <3E1EDAD4.3050004@duagon.com> <1042210002.1496.20.camel@lindt.uglyboxes.com> <3E268324.8020306@duagon.com> Content-Type: text/plain Organization: Message-Id: <1042734118.1413.2.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 16 Jan 2003 16:20:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q1/txt/msg00019.txt.bz2 On Thu, 2003-01-16 at 02:02, Joerg Rapka wrote: > I have tried to used the debugger to debug the application > "arm-ecos-elf-insight.exe". I got the following warning message from GDB: > Program received signal SIGSEV, segmentation fault (I cannot get the > position where it crash neither perform a stack backtrace). > The same happens to all other "EXE" generated by the build process of > insight (e.g. arm-ecos-elf-gdb.exe, cygitclsh30.exe, tix4180.exe, etc.). Are you saying the backtrace is worthless (ie., corrupted stack)? Then the only other thing that I can think of doing is running one of these executables under strace. Can your build environment build a simple, "Hello, world" executable that runs (using same compiler, linker, etc that's used to build insight et al)? Keith