Bug 349086 - UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info)
Summary: UNKNOWN task message [id 3406, 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:04 UTC by Rhys Kidd
Modified: 2015-06-13 06:16 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed patch. (1.84 KB, patch)
2015-06-13 05:40 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: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.