Summary: | Valgrind misses some line numbers in output on OS X 10.11 | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Rhys Kidd <rhyskidd> |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pjfloyd |
Priority: | NOR | ||
Version First Reported In: | 3.10 SVN | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 348909 | ||
Attachments: | Comparison of Dwarf3-based .dSYM files |
Description
Rhys Kidd
2015-06-23 09:36:06 UTC
Created attachment 93298 [details]
Comparison of Dwarf3-based .dSYM files
Attachment includes outputs of dwarfdump on the .dSYM files for one of Valgrind's regression tests.
OS X 10.11: Apple LLVM version 7.0.0 (clang-700.0.53)
OS X 10.10: Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
A difference between the two is the replacement of AT_upper_bound with AT_count when describing a char array.
On macOS 10.13 I get perl tests/vg_regtest memcheck/tests/darwin/deep_badparam memcheck/tests/errs1 memcheck/tests/strchr memcheck/tests/xml1 deep_badparam: valgrind -q ./deep_badparam errs1: valgrind -q ./errs1 strchr: valgrind -q ./strchr xml1: valgrind --xml=yes --xml-fd=2 --log-file=/dev/null --keep-stacktraces=alloc-then-free ./xml1 *** xml1 failed (stderr) *** == 4 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/xml1 xml1 is failing because of a leak. macOS 10.13 High Sierra is the oldest version that I'm using (which is already pretty old) so I'm not going to check on 10.11 or 10.12. |