[Bug sanitizer/56425] debug info is broken with -fsanitize=address
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 22 14:36:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56425
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-22 14:35:45 UTC ---
Your addr2line is too old.
Do your binutils include the 2012-04-26 Mark Wielaard <mjw@redhat.com> fix?
-gdwarf-3 will compile use-after-free.o as DWARF-3, but with -static-libasan
libasan.a is of course compiled with the default (which is DWARF-4), thus if
addr2line doesn't grok DWARF-4 properly, you need to upgrade it.
More information about the Gcc-bugs
mailing list