==3496==The following global variable is not properly aligned.
==3496==This may happen if another global with the same name
==3496==resides in another non-instrumented module.
==3496==Or the global comes from a C file built w/o -fno-common.
==3496==In either case this is likely an ODR violation bug,
==3496==but AddressSanitizer can not provide more details.
=================================================================
==3496==ERROR: AddressSanitizer: odr-violation (0x7f8234687b8d):
[1] size=13 'typeinfo name for std::exception' ../../buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp
[2] size=13 'typeinfo name for std::exception' ../../buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp
These globals were registered at these points:
[1]:
#0 0x30d4de in __asan_register_globals _asan_rtl_:3
#1 0x7f82311c530b in asan.module_ctor ??:0:0
[2]:
#0 0x30d4de in __asan_register_globals _asan_rtl_:3
#1 0x7f82311c530b in asan.module_ctor ??:0:0
==3496==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0
SUMMARY: AddressSanitizer: odr-violation: global 'typeinfo name for std::exception' at ../../buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp
==3496==ABORTING