Console: compat_ifmu_ulist errors (error 14)

I've seen this mentioned a few times - associated with Malwarebytes, or some VPN software.


In Console you'll get constant repeated streams of errors:


error 18:19:45.620964 +0000 kernel compat_ifmu_ulist: en0 copyin() error 14

error 18:19:45.621002 +0000 kernel compat_ifmu_ulist: en1 copyin() error 14

error 18:19:45.621008 +0000 kernel compat_ifmu_ulist: p2p0 copyin() error 14

error 18:19:45.621011 +0000 kernel compat_ifmu_ulist: en0 copyin() error 14

error 18:19:45.621013 +0000 kernel compat_ifmu_ulist: awdl0 copyin() error 14

error 18:19:45.621019 +0000 kernel compat_ifmu_ulist: en1 copyin() error 14

error 18:19:45.621021 +0000 kernel compat_ifmu_ulist: en2 copyin() error 14

error 18:19:45.621025 +0000 kernel compat_ifmu_ulist: p2p0 copyin() error 14

error 18:19:45.621027 +0000 kernel compat_ifmu_ulist: en3 copyin() error 14

error 18:19:45.621029 +0000 kernel compat_ifmu_ulist: awdl0 copyin() error 14

error 18:19:45.621037 +0000 kernel compat_ifmu_ulist: en2 copyin() error 14

error 18:19:45.622028 +0000 kernel compat_ifmu_ulist: en3 copyin() error 14

error 18:19:45.622904 +0000 kernel compat_ifmu_ulist: en0 copyin() error 14

error 18:19:45.622915 +0000 kernel compat_ifmu_ulist: en1 copyin() error 14

error 18:19:45.623112 +0000 kernel compat_ifmu_ulist: p2p0 copyin() error 14

error 18:19:45.623256 +0000 kernel compat_ifmu_ulist: awdl0 copyin() error 14

error 18:19:45.623308 +0000 kernel compat_ifmu_ulist: en2 copyin() error 14

error 18:19:45.623418 +0000 kernel compat_ifmu_ulist: en3 copyin() error 14

error 18:19:45.623800 +0000 kernel compat_ifmu_ulist: en0 copyin() error 14

error 18:19:45.624012 +0000 kernel compat_ifmu_ulist: en1 copyin() error 14

error 18:19:45.624200 +0000 kernel compat_ifmu_ulist: p2p0 copyin() error 14

error 18:19:45.624423 +0000 kernel compat_ifmu_ulist: awdl0 copyin() error 14

error 18:19:45.624580 +0000 kernel compat_ifmu_ulist: en2 copyin() error 14

error 18:19:45.624590 +0000 kernel compat_ifmu_ulist: en3 copyin() error 14


Annoying, right?


Tracing this looks like the issue is Qt framework.


thread ID: 0x2f31 / 12081

thread name: "Qt bearer thread"


Now, in my case this is coming from Roland Cloud, both the manager app and the RCM Service daemon.


PIA VPN client and MalwareBytes may have been implicated, but I've gone through the dumps from the machine and traced these kernel thread IDs to processes from Roland.


If you want to check what's causing issues like this:


Console error - view details - thread ID.


Activity Monitor - System Diagnostics - open the archive and look at taskinfo.txt, search for the Thread ID and then scroll up to see which process is responsible for that tree (the one with no indentation when viewed in TextEdit). In this case, Qt bearer thread is a child process of Roland Cloud Manager.


Is it a bug, is it a problem? Who knows. Console says error, so I say find out which app is causing it and report the bug to the developer.



iMac 27", macOS 10.14

Posted on Dec 24, 2019 10:27 AM

Reply

Similar questions

2 replies

Feb 6, 2020 7:51 AM in response to GeeXtreme

If you see this output in the console as you're trying to launch an app, sometimes re signing the code of the app can help. In order to do you can open a Terminal window and use a command similar to this:


sudo codesign -f -s- <Path of the app>


Usually, resigning the binary inside the app package will suffice. In order to do so, right click on the app and select Show Package Content from the dropdown menu. Then double click on contents and finally onto MacOS inside of which you should see the binary file looking like this Once you've found this, open a terminal window, start the first part of the command leaving a blank space after the -s-.

sudo codesign -f -s- 

Then you can click on the binary and drag it into the terminal window.

It should look like this:


Press Enter you'll have to put in your password to confirm. Then hit Enter again

If you were successful, there should be a prompt in terminal at the end of which you will see: replacing existing signature.


Now retry to launch your app and with a little bit of chance, it will now starts.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Console: compat_ifmu_ulist errors (error 14)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.