Updates:
        Owner: [email protected]

Comment #1 on issue 264 by [email protected]: Symbolization of globals is broken on Android
http://code.google.com/p/address-sanitizer/issues/detail?id=264

Okay, this is weird.
By default, Android apps are built with static libstdc++ (or some other c++ library), and shared ASan runtime. As a result, __cxa_demangle is not exported from the binary (it is normally not even included in the binary, unless it is used in the application).


--
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/groups/opt_out.

Reply via email to