2017-09-18 1 views
0

J'ai utilisé Eclipse (Oxygen ou 4.7) pour construire une application Eclipse RCP dans MacOs Sierra.Développement RCP Eclipse - Lenteur pendant le débogage

Lorsque j'arrête l'exécution avec un point d'arrêt, IDE est vraiment lent. Après quelques instants, il consigne les instructions suivantes dans la console d'erreur.

Avez-vous vu ça? Une solution de contournement pour surmonter cela?

2017-09-18 15:39:49.814 java[5621:1677726] IMKClient Stall detected, *please Report* your user scenario attaching a spindump (or sysdiagnose) that captures the problem - (imkxpc_presentFunctionRowItemTextInputViewWithEndpoint:reply:) block performed very slowly (19.02 secs). 
    2017-09-18 15:39:49.817 java[5621:1677726] *** Assertion failure in -[NSRemoteView informAuxServiceOfSelf], /Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-283/NSRemoteView.m:3207 
    2017-09-18 15:39:49.827 java[5621:1677726] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x7ff8de18e840 *NO* NSRemoteViewController to client, NSError=Error Domain=com.apple.ViewBridge Code=8 "(null)" UserInfo={com.apple.ViewBridge.error.hint=__38-[NSRemoteView _advanceToConfigPhase:]_block_invoke.2466 caught NSInternalInconsistencyException '<NSRemoteView: 0x7ff8ddebe6f0> failed to rendezvous via aux service' with backtrace (
     0 CoreFoundation      0x00007fff9ebc92cb __exceptionPreprocess + 171 
     1 libobjc.A.dylib      0x00007fffb39d448d objc_exception_throw + 48 
     2 CoreFoundation      0x00007fff9ebce042 +[NSException raise:format:arguments:] + 98 
     3 Foundation       0x00007fffa0616c80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195 
     4 ViewBridge       0x00007fffb242ab34 -[NSRemoteView informAuxServiceOfSelf] + 345 
     5 ViewBridge       0x00007fffb242b47e -[NSRemoteView _finishAdvanceToConfigPhaseWithContextID:andServiceViewSize:andOffset:] + 685 

Répondre

1

J'ai eu le même problème, alors je l'ai heurté à 10.13.1 (17B48), MacOS High Sierra. Maintenant, la performance est lisse comme avant. J'espère que cela résout votre problème aussi.

+0

Merci. Je vais essayer de passer à High Sierra et voir comment ça se passe. – singularity