Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338927

Summary: Errors occurred while applying Git decorations to resources
Product: [Technology] EGit Reporter: Ian Dees <ian.dees>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: matthias.sohn
Version: 0.11   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Ian Dees CLA 2011-03-04 08:15:07 EST
After some time EGit starts to fill the Eclipse Error Log with the following:

eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.java.product


Error
Fri Mar 04 07:05:44 CST 2011
Errors occurred while applying Git decorations to resources.

org.eclipse.core.runtime.CoreException: Resource could not be decorated
at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.prepareDecoration(GitLightweightDecorator.java:314)
at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.processDecoration(GitLightweightDecorator.java:276)
at org.eclipse.egit.ui.internal.decorators.GitDecoratorJob.run(GitDecoratorJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


... Eventually Eclipse runs out of memory and grinds to a halt as it constantly runs the garbage collector.
Comment 1 Matthias Sohn CLA 2011-03-10 08:14:20 EST
This was fixed with http://egit.eclipse.org/r/#change,2594.
Please try again using the nightly version from 
http://download.eclipse.org/egit/updates-nightly

*** This bug has been marked as a duplicate of bug 337116 ***