This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Bug in dumper
- From: Christopher Faylor <cgf at redhat dot com>
- To: cygwin at cygwin dot com, binutils at sources dot redhat dot com
- Date: Fri, 28 Feb 2003 22:50:00 -0500
- Subject: Re: Bug in dumper
- References: <Pine.LNX.4.44.0302271156500.1192-100000@localhost.localdomain> <3E5F0B61.1040003@corpit.ru>
- Reply-to: cygwin at cygwin dot com
On Fri, Feb 28, 2003 at 10:10:25AM +0300, Egor Duda wrote:
>This means that either i'm wrong about my assumptions about
>bfd_set_arch_mach() and its return, or there's a bug in binutils. It
>should be quite easy to debug, though, for those who have a cygwin
>toolchain installed. Just build dumper with debug info (this will
>require building bfd alongside), start any innocent process, say, bash,
>get its pid and then run 'dumper -d c:/cygwin/bin/bash.exe <bash_pid>'
>under gdb. This should reveal what status is returned by
>bfd_set_arch_mach, and why.
I just tried this. The release version of dumper.exe doesn't work.
The one I *just* built does. Weird.
I'll see if I can track down what's going on.
cgf