This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
register number 136376086 too large (max 41)
- To: GDB <gdb at sourceware dot cygnus dot com>
- Subject: register number 136376086 too large (max 41)
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sun, 15 Jul 2001 00:19:21 -0700
When I debug gcc 2.96 on Linux/x86, I got
Breakpoint 1 at 0x40053cf1: file exit.c, line 40.
Breakpoint 3 at 0x40052983: file ../sysdeps/generic/abort.c, line 55.
During symbol reading...register number 136376086 too large (max 41) in symbol buf...
Is that a gcc bug or a gdb bug?
H.J.