Summary: | memcheck/tests/wrap6 fails on OS X | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Rhys Kidd <rhyskidd> |
Component: | general | Assignee: | Paul Floyd <pjfloyd> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jseward, pjfloyd |
Priority: | NOR | ||
Version: | 3.10 SVN | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | wrap6.stdout.diff |
Description
Rhys Kidd
2015-06-14 03:25:43 UTC
Created attachment 93162 [details]
wrap6.stdout.diff
Is this specific to 10.11 ? Does it work in 10.10 ? I believe I mis diagnosed this regression, as it is now happening reliably on OS X 10.10. Have removed this as a blocker to bz#348909, and will address on current Darwin platforms. It should be reasonably easy to trace this back to a specific commit. I can't reproduce this on 10.10.5 (64 bit). Rhys, can you? I am still able to reproduce this on OS X 10.10.5 (64 bit). $ perl tests/vg_regtest memcheck/tests/wrap6 wrap6: valgrind -q ./wrap6 *** wrap6 failed (stdout) *** == 1 test, 0 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/wrap6 (stdout) When I have a moment I'll take a look. Often these are functions being inlined or optimized away. This passes with macOS 10.13m which is the oldest that I can reasonably work on. |