From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15580 invoked by alias); 23 Oct 2010 10:00:35 -0000 Received: (qmail 15570 invoked by uid 22791); 23 Oct 2010 10:00:34 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Oct 2010 10:00:28 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LAQ00400MDYWZ00@a-mtaout23.012.net.il> for gdb@sources.redhat.com; Sat, 23 Oct 2010 12:00:25 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.116.216]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LAQ004MFMGKN2C0@a-mtaout23.012.net.il>; Sat, 23 Oct 2010 12:00:21 +0200 (IST) Date: Sat, 23 Oct 2010 10:00:00 -0000 From: Eli Zaretskii Subject: Re: i686-pc-mingw32 gdb: note executable format In-reply-to: To: Greatwolf Cc: gdb@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <8362wt8c01.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00097.txt.bz2 > From: Greatwolf > Date: Sat, 23 Oct 2010 08:29:35 +0000 (UTC) > > > Does anyone have any thoughts on what the problem might be? How can I start > debugging this issue? Put a breakpoint on the code that issues the error message, then work up the call stack to see the reason. It sounds like some variant(s) of pe-coff executable format are not recognized, but without specific details it will be impossible to find the proper solution.