Bug 349087

Summary: UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port)
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.
Proposed patch.

Description Rhys Kidd 2015-06-13 03:11:49 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 3410, to mach_task_self(), reply 0x........]
Comment 1 Rhys Kidd 2015-06-13 07:11:03 UTC
Created attachment 93147 [details]
Proposed patch.
Comment 2 Rhys Kidd 2015-06-13 22:52:39 UTC
Created attachment 93156 [details]
Proposed patch.
Comment 3 Rhys Kidd 2015-06-13 23:00:38 UTC
Resolved in r15339.