Bug 344686

Summary: Fix suppression for pthread_rwlock_init on OS X 10.10
Product: [Developer tools] valgrind Reporter: Rhys Kidd <rhyskidd>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: minor CC: matt, njn
Priority: NOR    
Version: 3.10 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: macOS   
See Also: https://bugs.kde.org/show_bug.cgi?id=196528
https://bugs.kde.org/show_bug.cgi?id=347151
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.