This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/55354] [asan] by default, the asan run-time should be linked statically, not dynamically


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

--- Comment #22 from Dmitry Vyukov <dvyukov at google dot com> 2012-11-23 07:16:14 UTC ---
> > For dynamic libraries that are loaded into a non-instrumented executable (e.g.
> > swig so preloaded into python process), we statically link the tsan runtime
> > into the so.
> 
> And you don't get linker errors from that?  That must be by pure luck.

Why must I get errors in this case?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]