There's a bunch of errors reported [by valgrind] from the dynamic linker on 
Android, that I think can be suppressed.

For memory leaks, particularly if related to static initialization
and/or are bounded in small total size, then probably they can be added
to a list of errors to suppress by default on Android.
Such as: a file ./Android-x.y.supp at the top level of the valgrind source.
Enter a bug report (see http://valgrind.org/support/bug_reports.html)
and attach the suppressions as a file to the bug report.

For access errors, then start by submitting them to Android.
There's a good chance that they are real errors that Android should fix.
If Android declines, then file a _separate_ bug report
to add the complaints to the valgrind suppressions.


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to