From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11270 invoked by alias); 11 Aug 2005 13:39:02 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11251 invoked by uid 22791); 11 Aug 2005 13:38:57 -0000 Received: from 203.197.88.2.ill-pune.static.vsnl.net.in (HELO marvin.codito.net) (203.197.88.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 11 Aug 2005 13:38:57 +0000 Received: from zirakzigil.codito.co.in ([220.225.32.98]) (authenticated bits=0) by marvin.codito.net (8.13.4/8.13.4/Debian-3) with ESMTP id j7BDdKB0021446; Thu, 11 Aug 2005 19:09:47 +0530 Subject: Re: GDB -ggdb crashes program in windows gdb debugger. From: Ramana Radhakrishnan Reply-To: ramana.radhakrishnan@codito.com To: ashish yadav Cc: gdb@sourceware.org In-Reply-To: <20050811103210.23457.qmail@web8401.mail.in.yahoo.com> References: <20050811103210.23457.qmail@web8401.mail.in.yahoo.com> Content-Type: text/plain Date: Thu, 11 Aug 2005 13:39:00 -0000 Message-Id: <1123767329.12433.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Status: Clean X-SW-Source: 2005-08/txt/msg00055.txt.bz2 On Thu, 2005-08-11 at 11:32 +0100, ashish yadav wrote: > hi guyz.. > when i compile a program using -ggdb for generating > extra > debugging information it compiles normally.. > but after invoking gdb with that compiled file it > says. > "fatal internal error occured" We would like to help out but: we need more info like : a. the version of the compiler used. b. the target architecture. c. the version of gdb that crashes . A small test program that crashes GDB would be very useful. > and it terminates making a core dump file. > i am using windows version of gcc suite from devX > software.. Then you might as well ask them . cheers Ramana