Bug 344686 - Fix suppression for pthread_rwlock_init on OS X 10.10
Summary: Fix suppression for pthread_rwlock_init on OS X 10.10
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:
 
Reported: 2015-03-01 00:27 UTC by Rhys Kidd
Modified: 2015-05-04 11:39 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-03-01 00:27:27 UTC
+++ This bug was initially created as a clone of Bug #196528 +++

Valgrind requires a suppression for pthread_rwlock_init on OS X 10.10, bringing support inline with <= OS X 10.9

Reproducible: Always

Steps to Reproduce:
1. Run test suite on OS X 10.10
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-03-01 02:06:12 UTC
Resolved with r14970.