Bug 347151 - Fix suppression for pthread_rwlock_init on OS X 10.8
Summary: Fix suppression for pthread_rwlock_init on OS X 10.8
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.10 SVN
Platform: Compiled Sources macOS
: NOR minor
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks: 304259
  Show dependency treegraph
 
Reported: 2015-05-04 11:21 UTC by Rhys Kidd
Modified: 2015-05-07 12:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rhys Kidd 2015-05-04 11:21:19 UTC
+++ This bug was initially created as a clone of Bug #196528 +++

Valgrind requires a suppression for pthread_rwlock_init on OS X 10.8, bringing support inline with OS X 10.9+

Reproducible: Always

Steps to Reproduce:
1. Run test suite on OS X 10.8
2. $ perl tests/vg_regtest memcheck/tests/darwin/pth-supp

Actual Results: 
$ perl tests/vg_regtest memcheck/tests/darwin/pth-supp
pth-supp:        valgrind   -q ./pth-supp 
*** pth-supp failed (stderr) ***

== 1 test, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==

Expected Results:
$ perl tests/vg_regtest memcheck/tests/darwin/pth-supp
pth-supp:        valgrind   -q ./pth-supp

== 1 test, 0 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
Comment 1 Rhys Kidd 2015-05-04 12:48:55 UTC
Resolved with r15179.