Summary: | OS X task_info: UNKNOWN task message [id 3405, to mach_task_self(), reply 0x........] | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Alexander Potapenko <glider> |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tom |
Priority: | NOR | ||
Version: | 3.6 SVN | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
Alexander Potapenko
2010-10-14 15:54:15 UTC
This can be reliably reproduced with the newly added (r15205) regression test case as follows: $ cd none/tests/darwin/ $ make bug254164 $ cd ../../../ $ perl tests/vg_regtest none/tests/darwin/bug254164 bug254164: valgrind -q ./bug254164 *** bug254164 failed (stderr) *** == 1 test, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == none/tests/darwin/bug254164 (stderr) Also worth noting that current Darwin kernel code indicates that task_set_info() is currently deprecated. Can you advise of a program which uses the task_set_info() interface? Created attachment 92542 [details]
Proposed patch
Resolved in r15209. |