Bug 349087 - UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port)
Summary: UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_s...
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.10 SVN
Platform: Other macOS
: NOR normal
Target Milestone: ---
Assignee: Rhys Kidd
URL:
Keywords:
Depends on:
Blocks: 348909
  Show dependency treegraph
 
Reported: 2015-06-13 03:11 UTC by Rhys Kidd
Modified: 2015-06-13 23:00 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed patch. (2.13 KB, patch)
2015-06-13 07:11 UTC, Rhys Kidd
Details
Proposed patch. (2.13 KB, patch)
2015-06-13 22:52 UTC, Rhys Kidd
Details

Note You need to log in before you can comment on or make changes to this bug.
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.