Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

console messages (500,000 of them) #278

Closed
Phrozyn opened this issue Oct 25, 2016 · 1 comment
Closed

console messages (500,000 of them) #278

Phrozyn opened this issue Oct 25, 2016 · 1 comment
Assignees

Comments

@Phrozyn
Copy link

Phrozyn commented Oct 25, 2016

Getting a bazillion of these messages (looks like my console has a limit of 500k messages.)
Looking at ps auxwww output, it appears the process is generally sleeping. So it doesn't seem to be causing any issues other than this message being repeated. So i can't say when this started except maybe when I upgraded to Sierra on the 16th.

/kernel (/System/Library/Extensions/AppleMobileFileIntegrity,kext/Contents/MacOS/AppleMobileFileIntegrity)

  • default 15:37:16.296978 -0500 kernel AMFI: allowing exception handler for 'mig-agent' (708) because the process is unsigned.
  • default 15:37:16.297053 -0500 kernel AMFI: allowing exception handler for 'mig-agent' (708) because the process is unsigned.

ps output:

  • 10114 mig-agent 0.0 00:00.00 5 0 24 1316K 0B 0B 10109 10109 sleeping *0[1] 0.00000 0.00000 0 1148 73 29 14
  • 10109 mig-loader 0.0 00:00.28 7 1 50 10M 0B 0B 10109 1 sleeping *0[1] 0.00000 0.00000 0 5940 215 148 50
@ameihm0912
Copy link

It looks like with Sierra the binaries will now need to be signed, in addition to the installer which is already signed.

codesign on the current agent build appears to cause some issues as are described in golang/go#11887 due to the presence of CGO for the memory module. I'll take a look at it in more detail.

ameihm0912 pushed a commit to ameihm0912/mig that referenced this issue Oct 28, 2016
We want to make sure signatures are applied to the compiled binaries in
addition to the loader package.

Resolves mozilla#278
arcrose pushed a commit that referenced this issue Jul 9, 2019
We want to make sure signatures are applied to the compiled binaries in
addition to the loader package.

Resolves #278
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants