Community
Participate
Working Groups
Seems to have to do with custom perspectives.
Eric saw this as well. PW
Created attachment 142047 [details] fix This was caused by a cyclic dependency, WorkbenchPlugin.getDefault().getPerspectiveRegistry() is called from a number of places during the initialization of the perspective registry. I switched to the normal pattern of lazy initialization instead of using the context.
fixed in HEAD.