Summary: | valgrind --leak-check=full memleak errors from system libraries in OS X 10.8 | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Rhys Kidd <rhyskidd> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jhi, mark, rhyskidd |
Priority: | NOR | ||
Version: | 3.10 SVN | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=217236 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 304259 | ||
Attachments: | Proposed patch |
Description
Rhys Kidd
2015-05-07 11:57:49 UTC
Created attachment 92477 [details]
Proposed patch
Proposed patch addresses test case and the following related regression tests, which otherwise fail on OS X 10.8: $ perl tests/vg_regtest memcheck/tests/leak-delta memcheck/tests/threadname_xml none/tests/manythreads drd/tests/unit_bitmap drd/tests/unit_vc leak-delta: valgrind -q --leak-check=yes --show-reachable=yes --leak-resolution=high ./leak-delta threadname_xml: valgrind --xml=yes --xml-fd=2 --log-file=/dev/null ./threadname manythreads: valgrind ./manythreads unit_bitmap: valgrind -q --tool=memcheck --leak-check=full --show-reachable=yes ./unit_bitmap -s 93 -t 97 -q unit_vc: valgrind -q --tool=memcheck --leak-check=full --show-reachable=yes ./unit_vc == 5 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == Resolved in r15190. |