Thanks! Ok so I should try to build everything either in gcc or clang. Can you specify which configure flags I should use in gcc and which in clang? In Internet there is so many confusing answers.
On Sat, 19 May 2018, 11:26 Yuri Gribov, <[email protected]> wrote: > On Fri, May 18, 2018 at 11:05 PM, Konstantin Serebryany > <[email protected]> wrote: > > > > > > On Fri, May 18, 2018 at 2:30 PM MK <[email protected]> wrote: > >> > >> Hi kcc, > >> > >> Thanks for your hint. It did get me further to some point. > >> > >> I successfully compiled Ruby, libxml2, libxst and Nokogiri with ASan, > but > >> when I run it I still get: > > I think using GCC and Clang to built different parts of the program > (and preloading GCC's Asan runtime to Clang-built executable) may be > part of the problem. > > -Y > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
