http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60536

--- Comment #7 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Kostya Serebryany from comment #5)
> > Clang trunk cannot build Firefox with -fsanitize=address, because I get
> > asan related linker errors.
> To the best of my knowledge, firefox is routinely built by several different
> teams using clang+asan.
> Please report a separate bug at code.google.com/p/address-sanitizer/

(In reply to Andrew Pinski from comment #4)
> (In reply to Markus Trippelsdorf from comment #3)
> > (In reply to Kostya Serebryany from comment #2)
> > > Please symbolize the output. 
> > 
> > How?
> > asan_symbolize.py doesn't parse this output.
> > If I run addr2line on the first few symbols by hand I get:
> 
> Update the version of addr2line you are using first.  Basically a newer
> addr2line will understand dwarf4 that GCC outputs.

I use the latest version, but gcc and glibc was build without
debugging information.

Reply via email to