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  <m...@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.

Reply via email to