Does GCC Asan need use LD_PRELOAD thing to preload libasan.so before the process start on X86 or arm platform? Or just recompiled one test lib of this process will be ok? I think maybe other platform usage similar to mine. thanks.
在 2014年8月13日星期三UTC+8下午1时18分04秒,Yuri Gribov写道: > > On Wed, Aug 13, 2014 at 6:06 AM, ji wang <[email protected] > <javascript:>> wrote: > > Hi, Yuri > > After I used LD_PRELOAD=libasan.so.1 before the process started, > those > > errors at the top post I mentioned gone. A little confused, do we have > to > > use LD_PRELOAD to preload libasan.so before the process start even I've > used > > Gcc Asan compiled the lib of this process? And why? > > You are on Android, right? Unfortunately I'm not familiar with this > OS, perhaps Evgeny could comment. > > -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.
