This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/55354] [asan] by default, the asan run-time should be linked statically, not dynamically
- From: "dvyukov at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Nov 2012 07:16:14 +0000
- Subject: [Bug sanitizer/55354] [asan] by default, the asan run-time should be linked statically, not dynamically
- Auto-submitted: auto-generated
- References: <bug-55354-4@http.gcc.gnu.org/bugzilla/>
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?