From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24331 invoked by alias); 11 Mar 2008 17:53:32 -0000 Received: (qmail 24323 invoked by uid 22791); 11 Mar 2008 17:53:32 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Mar 2008 17:53:15 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JZ8f2-0007Vg-Li; Tue, 11 Mar 2008 17:53:12 +0000 Message-ID: <47D6C70A.755FBFA7@dessent.net> Date: Tue, 11 Mar 2008 21:03:00 -0000 From: Brian Dessent Reply-To: gdb@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sourceware.org, Taras D Subject: Re: stack trace and breaking before crash References: <4024fa2d0803100747g289cf2abl248dbc80b007356a@mail.gmail.com> <4024fa2d0803100824t788d284cq438043063335c750@mail.gmail.com> <47D55B70.1FA6B10C@dessent.net> <4024fa2d0803110805ob860320i5684c361f388c80f@mail.gmail.com> <47D6C524.69AECE6F@dessent.net> <20080311174903.GA14722@caradoc.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 2008-03/txt/msg00122.txt.bz2 Daniel Jacobowitz wrote: > Try info threads? IIRC the debug connection is the "current" thread, > and the app is otherwise in a suspended thread. Yes, that's the reply I had typed out at first but then I tried it to make sure and all three threads are off in ntdll somewhere. Brian