R warnings "IMKClient Stall detected"

I get the following warnings in R since I upgraded to a new MBP. Alerts appear when I launch the application and reappear at odd intervals.

2016-12-06 15: 05: 02.067 R [87426: 4480089] An IMKClient Stall was detected, report your user script that contains a spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: answer :) block is very slow ( 59.22 s).

2016-12-06 15: 05: 02.068 R [87426: 4480089] An IMKClient Stall was detected, report your user script that contains spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: reply :) the block runs very slowly ( 53.97 s).

2016-12-06 15: 05: 02.069 R [87426: 4480089] An IMKClient Stall was detected, please report that your user script contains spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: answer :) block is very slow ( 51.94 s).

2016-12-06 15: 05: 02.070 R [87426: 4480089] An IMKClient Stall was detected, report your user script that has a spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: answer :) the block is very slow ( 47.89 s).

2016-12-06 15: 05: 02.070 R [87426: 4480089] An IMKClient Stall was detected, report your user script that has a spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: answer :) the block is very slow ( 43.12 sec.).

2016-12-06 15: 05: 02.071 R [87426: 4480089] An IMKClient Stall was detected, report your user script that has a spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: answer :) block is very slow ( 37.01 sec.).

2016-12-06 15: 05: 02.072 R [87426: 4480089] An IMKClient Stall was detected, report your user script that has a spindump (or sysdiagnose) that fixes the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint: reply :) the block runs very slowly ( 8.31 s).

2016-12-06 15: 11: 32.969 R [87426: 4480089] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint: completeHandler :: NO NSRemoteViewController for the client, NSError = Error Domain = NSCocoaErrorDomain Code = 4099 "Connection to pid 0 was canceled. UserInfo = {NSDebugDescription = The connection from pid 0 was invalid from this process.}, Com.apple.inputmethod.EmojiFunctionRowItem

Output sessionInfo()

  > sessionInfo() R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS Sierra 10.12.1 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_3.3.2 

There seems to be little to no information about this other than this unanswered threat . Any help would be appreciated.

+5
source share
1 answer

I have this error while running my own code. it appears when I run the automatically generated applescript and then execute it. I suspect that this happens when the interface of any program that you use hangs, probably because the developer did not write the background processes of the program in question to work on another thread.

as far as I can tell with this, it does not seem to violate anything very much, so I will simply ignore it. if this really bothers you, you can start updating your most used programs and see if this is fixed.

0
source

Source: https://habr.com/ru/post/1260879/


All Articles