Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Mon, 20 Mar 2000 18:03:36 -0500
To: cygwin@sourceware.cygnus.com
Subject: Re: Problems with Insigt and cygwin1.dll
Message-ID: <20000320180336.B30673@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cgf@cygnus.com, cygwin@sourceware.cygnus.com
References: <0a8701bf92be$66802960$0100000a@dualbeast> <20000320175538.A29940@cygnus.com> <0ac901bf92c0$268f39c0$0100000a@dualbeast>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.8i
In-Reply-To: <0ac901bf92c0$268f39c0$0100000a@dualbeast>; from ahare@btinternet.com on Mon, Mar 20, 2000 at 11:00:53PM -0000

On Mon, Mar 20, 2000 at 11:00:53PM -0000, Andy Hare wrote:
>Chris,
>
>    I don't know how to resolve those addresses using GDB, can you give me a
>hint. Sorry but I am new to GDB and on a very fast and steep learning curve.
>
l *0x4cafd
l *0x61035ea9

You may not get anything with the 61035ea9 unless you've either loaded in the
dll using add-sym (add-sym cygwin1.dll 0x61001000) or you're debugging a live
program which has loaded this in automatically.

Also, I don't think that the snapshot dlls have debugging information but I
could be wrong.

cgf

>----- Original Message -----
>From: Chris Faylor <cgf@cygnus.com>
>To: Sourceware Mail List <cygwin@sourceware.cygnus.com>
>Sent: Monday, March 20, 2000 10:55 PM
>Subject: Re: Problems with Insigt and cygwin1.dll
>
>> Why not report what the addresses in this stack dump are?
>> For instance, what does 61035ea9 resolve to?  How about 4fcafd?

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

