Community
Participate
Working Groups
When I tried to do a Synchronize... with the latest nightly build (0.11.0.201101301) a StackOverflowError occured. The message says; 'Could not acquire children from extension: orig.eclipse.egit.ui.chagneSetContent java.lang.StackOverflowError' The .log has; !ENTRY org.eclipse.ui.navigator 4 0 2011-01-31 17:07:08.408 !MESSAGE Could not acquire children from extension: org.eclipse.egit.ui.changeSetContent !STACK 0 java.lang.StackOverflowError at org.eclipse.jgit.lib.AnyObjectId.equals(AnyObjectId.java:280) at org.eclipse.egit.ui.internal.synchronize.model.GitModelObjectContainer.calculateKind(GitModelObjectContainer.java:233) at org.eclipse.egit.ui.internal.synchronize.model.GitModelObjectContainer.getKind(GitModelObjectContainer.java:104) at org.eclipse.egit.ui.internal.synchronize.model.GitModelTree.<init>(GitModelTree.java:59) at org.eclipse.egit.ui.internal.synchronize.model.GitModelCacheTree.<init>(GitModelCacheTree.java:48) at org.eclipse.egit.ui.internal.synchronize.model.GitModelCacheTree.addChild(GitModelCacheTree.java:69) at org.eclipse.egit.ui.internal.synchronize.model.GitModelCacheTree.addChild(GitModelCacheTree.java:73) at org.eclipse.egit.ui.internal.synchronize.model.GitModelCacheTree.addChild(GitModelCacheTree.java:73)
The patch in http://egit.eclipse.org/r/#change,2374 sounds like it fixes this problem.
This is fixed in org.eclipse.egit_0.11.0.201101311552.jar