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: FYI: Ada results on Debian/unstable


On Wed, Jan 23, 2008 at 10:47:10AM -0800, Joel Brobecker wrote:
> I just installed the Debian version of GNAT, but I'm running "testing"
> not unstable. I do see the failures, and I was going to look into the
> internal errors, but I don't get those with the version of GNAT I
> installed. Are the errors a problem for Debian?

Nope.  Just annoying to me, but now that I have a new baseline, it's
no big deal.

The internal errors all look like:

(gdb) print r
$1 = (x => 1, y => 2, w => 3, h => 4)
(gdb) PASS: gdb.ada/interface.exp: print r
print s
/space/fsf/commit/src/gdb/utils.c:904: internal-error: virtual memory
exhausted: can't allocate 4294967423 bytes.
A problem internal to GDB has been detected,

Breakpoint 1, comp_bug () at
/space/fsf/commit/src/gdb/testsuite/gdb.ada/packed_tagged/comp_bug.adb:37
37         if X.Exists then -- STOP
(gdb) print x
/space/fsf/commit/src/gdb/utils.c:904: internal-error: virtual memory
exhausted: can't allocate 4294967423 bytes.
A problem internal to GDB has been detected,


-- 
Daniel Jacobowitz
CodeSourcery


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