Bug 349086

Summary: UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info)
Product: [Developer tools] valgrind Reporter: Rhys Kidd <rhyskidd>
Component: generalAssignee: Rhys Kidd <rhyskidd>
Status: RESOLVED FIXED    
Severity: normal CC: Per.Mildner, pgodman, rhyskidd, tom
Priority: NOR    
Version: 3.10 SVN   
Target Milestone: ---   
Platform: Other   
OS: macOS   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 348909    
Attachments: Proposed patch.

Description Rhys Kidd 2015-06-13 03:04:14 UTC
Present on multiple regression tests when run on OS X 10.11 El Capitan.

Reproducible: Always

Steps to Reproduce:
1. $ make check
2. $ perl tests/vg_regtest memcheck/tests/accounting

Expected:  no errors 

Actual Results:  
$ perl tests/vg_regtest memcheck/tests/accounting
accounting:      valgrind   ./accounting 
*** accounting failed (stderr) ***

== 1 test, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/accounting                (stderr)
...
UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........]
Comment 1 Rhys Kidd 2015-06-13 05:40:42 UTC
Created attachment 93145 [details]
Proposed patch.
Comment 2 Rhys Kidd 2015-06-13 06:16:50 UTC
Resolved in r15336 after testing on prior OS X releases. No regressions.