This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems with Insigt and cygwin1.dll


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]