Comment #3 on issue 327 by [email protected]: CHECK failed error in
pdfium_test binary
http://code.google.com/p/address-sanitizer/issues/detail?id=327
When I build third_party/libc++abi/trunk/src/exception.cpp without ASan,
@_ZTSSt9exception is declared as regular constant:
@_ZTSSt9exception = constant [13 x i8] c"St9exception\00"
, and is thus instrumented.
Whereas for third_party/pdfium/fpdfsdk/src/javascript/Field.cpp w/o ASan
@_ZTSSt9exception is a linkonce_odr constant:
@_ZTSSt9exception = linkonce_odr constant [13 x i8] c"St9exception\00"
There must be a mismatch between the declaration of std::exception in the
header and in exception.cpp
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
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.