Comment #2 on issue 251 by [email protected]: Unify symbolization in PrintStackTrace and suppression code
http://code.google.com/p/address-sanitizer/issues/detail?id=251

After the recent changes:
* We create a POSIXSymbolizer (and thus get <module>+<offset>) even if symbolize=0. So, suppression by module name should now always work. In fact, we have one extra path in PrintStackTrace which is not present in Symbolizer - fall back to /proc/self/maps if symbolizer failed to return anything. Do you think we should move this functionality to Symbolizer as well?
* symbolize callback functionality is removed.
* It is possible to add a method Symbolizer::GetPCModuleAndOffset(), but I'd like to avoid it unless we see a measurable performance improvement.


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