This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Dwarf debugging SIGSEGV
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Wed, 28 Jul 04 17:46:56 EDT
- Subject: Dwarf debugging SIGSEGV
I'm trying to see why Ada won't bootstrap, but the GDB I'm using on
my x86_64 machine, which was quite reliable until now, blows up after
the program gets a SIGSEGV. I picked up GDB 6.1 and built it and it
did the same thing.
So I suspect something is wrong with debugging info.
(It's crashing in dwarf2loc.c line 168 (*length = symbaton->size), if that
helps anybody.)