错误信息如下:
'Asynchronous viewer input update' has encountered a problem.
An internal error has occurred.
点击Show Error无异常堆栈,而且该问题无法重现.
去查看源码发现异常复杂,所以想问下大家有没有好的思路?
部分源码:
protected WorkbenchJob fViewerInputUpdateJob = new WorkbenchJob("Asynchronous viewer input update") {
public IStatus runInUIThread(IProgressMonitor monitor) {
fRequestor.viewerInputComplete(ViewerInputUpdate.this);
return Status.OK_STATUS;
}
};
'Asynchronous viewer input update' has encountered a problem.
An internal error has occurred.
点击Show Error无异常堆栈,而且该问题无法重现.
去查看源码发现异常复杂,所以想问下大家有没有好的思路?
部分源码:
protected WorkbenchJob fViewerInputUpdateJob = new WorkbenchJob("Asynchronous viewer input update") {
public IStatus runInUIThread(IProgressMonitor monitor) {
fRequestor.viewerInputComplete(ViewerInputUpdate.this);
return Status.OK_STATUS;
}
};
本文探讨了一个关于'Asynchronousviewerinputupdate'的问题,该问题表现为内部错误且无法通过点击ShowError显示异常堆栈。文章分析了部分源码并寻求解决思路。
3786

被折叠的 条评论
为什么被折叠?



