Comment #9 on issue 271 by [email protected]: cannot use ASAN w/shared-library code (JVM, JNI)
https://code.google.com/p/address-sanitizer/issues/detail?id=271

I don't know if this is a bug or not, but fwiw I've managed to work around this issue by creating a C++ executable to invoke JVM using JNI, which allows me to compile and link asan statically using clang, as opposed to gcc.

With that configuration asan works like a charm, and I don't see these spurious crashes.

Thanks again.

--
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.

Reply via email to