From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17710 invoked by alias); 12 Mar 2008 11:50:35 -0000 Received: (qmail 17698 invoked by uid 22791); 12 Mar 2008 11:50:34 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Mar 2008 11:50:03 +0000 Received: by wa-out-1112.google.com with SMTP id l35so3270048waf.12 for ; Wed, 12 Mar 2008 04:50:01 -0700 (PDT) Received: by 10.114.15.1 with SMTP id 1mr6782336wao.27.1205322601710; Wed, 12 Mar 2008 04:50:01 -0700 (PDT) Received: by 10.115.72.11 with HTTP; Wed, 12 Mar 2008 04:50:01 -0700 (PDT) Message-ID: <4024fa2d0803120450y50ee5541q114d1a164c3beb11@mail.gmail.com> Date: Wed, 12 Mar 2008 12:34:00 -0000 From: "Taras D" To: gdb@sourceware.org Subject: Re: stack trace and breaking before crash In-Reply-To: <47D6C524.69AECE6F@dessent.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4024fa2d0803100747g289cf2abl248dbc80b007356a@mail.gmail.com> <4024fa2d0803100824t788d284cq438043063335c750@mail.gmail.com> <47D55B70.1FA6B10C@dessent.net> <4024fa2d0803110805ob860320i5684c361f388c80f@mail.gmail.com> <47D6C524.69AECE6F@dessent.net> 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: 2008-03/txt/msg00127.txt.bz2 > > I don't think you're doing anything wrong. It looks like the JIT > debugger code in Cygwin and/or dumper might need some bugfixes. The > reason that continuing works is that it simply retriggers the fault > again at the same location where it faulted the first time. This worked on my simple test app, but it causes my actual app to hang (as was mentioned in the link that I posted). I think I will conclude that gdb has some issues under cygwin, and move onto another tool (unfortunately). Thanks for your help anyway - it did teach me a few things :)