This is the mail archive of the gdb@sources.redhat.com 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]

regression in gdb.base/dump.exp


I just started seeing failures today in gdb.base/dump.exp, on an
unmodified version of the current CVS GDB.  (On i686 GNU/Linux, GCC
3.1.)  Basically, the restores aren't working: I get lots of messages
like this:

ERROR: couldn't load intarr1.srec into /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb.
UNRESOLVED: gdb.base/dump.exp: capture_value failed on intarray.
FAIL: gdb.base/dump.exp: reload array as value, srec

I believe that there's one for each reload, though I haven't checked.
And the relevant portion of gdb.log looks like this:

file intarr1.srec
Architecture of file not recognized.

(gdb) ERROR: couldn't load intarr1.srec into /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb.
print intarray
Cannot access memory at address 0x80497c0
(gdb) UNRESOLVED: gdb.base/dump.exp: capture_value failed on intarray.
FAIL: gdb.base/dump.exp: reload array as value, srec

Is anybody else seeing this?  I can't remember when the last time was
that I ran the testsuite in this directory; I doubt I did it
yesterday, but I'd be surprised if I hadn't done it towards the end of
last week.

David Carlton
carlton@math.stanford.edu


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