Bug 379371 - UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603] (task_register_dyld_image_infos)
Summary: UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603] (task_regist...
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.13 SVN
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Rhys Kidd
URL:
Keywords:
Depends on:
Blocks: 365327
  Show dependency treegraph
 
Reported: 2017-04-30 00:54 UTC by Rhys Kidd
Modified: 2017-05-01 00:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rhys Kidd 2017-04-30 00:54:57 UTC
Reported on macOS 10.12, this message appears as follows:

   UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603]
   UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603] (repeated 2 times)
   UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603] (repeated 4 times)
   etc

The interface is identified as follows on macOS 10.12:

   $ grep -r 3444 /usr/include/mach
   /usr/include/mach/task.h:    { "task_register_dyld_image_infos", 3444 },\

Reproducible: Always

Steps to Reproduce:
1. ./vg-in-place -d true

Actual Results:  
In output:

  UNKNOWN task message [id 3444, to mach_task_self(), reply 0x603]
Comment 1 Rhys Kidd 2017-05-01 00:42:24 UTC
Resolved in r16327.