This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dumping core on windows?


Brian Dessent wrote:
Christopher Faylor wrote:


Have you actually tried this, Brian?  I was going to suggest something
like this but I wasn't sure if it worked with dumper.


Yeah, I tried it before posting and it seemed to work - it created the
core but I didn't try loading it into GDB.  At first I thought it did
not, though, because I was trying to specify a path to the filename
argument of dumper, which does not work - it seems to create it using
the given filename in the CWD of the faulting program, regardless of any
path you give it.

I got a core file out of the deal...but gdb is not happy loading it:


(gdb) core btserver.core
warning: core file may not match specified executable file.
warning: Couldn't find general-purpose registers in core file.

warning: Couldn't find general-purpose registers in core file.

#0  0x53676e69 in ?? ()
(gdb)

Any ideas?

Thanks,
Ben

--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


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