From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28236 invoked by alias); 10 Mar 2008 16:02:12 -0000 Received: (qmail 28219 invoked by uid 22791); 10 Mar 2008 16:02:10 -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; Mon, 10 Mar 2008 16:01:53 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JYkRi-0000Tj-Vk; Mon, 10 Mar 2008 16:01:51 +0000 Message-ID: <47D55B70.1FA6B10C@dessent.net> Date: Mon, 10 Mar 2008 16:36: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: Taras D CC: gdb@sourceware.org Subject: Re: stack trace and breaking before crash References: <4024fa2d0803100747g289cf2abl248dbc80b007356a@mail.gmail.com> <4024fa2d0803100824t788d284cq438043063335c750@mail.gmail.com> 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/msg00106.txt.bz2 Taras D wrote: > inspection of the stack/variables/etc. The exception I'm getting is: > Exception: STATUS_ACCESS_VIOLATION at eip=610AE0E9. I've tried typing Oh, and that address range is inside the DLL so you won't get any symbols without first building Cygwin with debug symbols. You can use the .dbg symbols file from the -src package, although the paths will be wrong so gdb won't be able to display source locations. Brian