denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

system.log filled with error: DIRC extension '^[+w?' not supported by this version #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I'm not sure how to reproduce

What is the expected output? What do you see instead?

Sometimes I will see "syslogd" go to 100% CPU and my system.log is being
filled with the following errors:

!ENTRY org.spearce.egit.ui 4 0 2009-03-05 16:08:20.908
!MESSAGE Errors occurred while applying Git decorations to resources.
!STACK 1
org.spearce.egit.core.GitException: DIRC extension '^[+w?' not supported by
this version.
    at org.spearce.egit.core.GitException.wrapException(GitException.java:153)
    at
org.spearce.egit.ui.internal.decorators.GitLightweightDecorator.decorate(GitLigh
tweightDecorator.java:175)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Light
weightDecoratorDefinition.java:263)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnab
le.run(LightweightDecoratorManager.java:72)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Lightwei
ghtDecoratorManager.java:356)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Li
ghtweightDecoratorManager.java:338)
    at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Deco
rationScheduler.java:374)
    at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler
.java:334)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.spearce.jgit.errors.CorruptObjectException: DIRC extension
'^[+w?' not supported by this version.
    at org.spearce.jgit.dircache.DirCache.readFrom(DirCache.java:395)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:320)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:144)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:167)
    at
org.spearce.egit.ui.internal.decorators.DecoratableResourceAdapter.createThreeWa
yTreeWalk(DecoratableResourceAdapter.java:329)
    at
org.spearce.egit.ui.internal.decorators.DecoratableResourceAdapter.<init>(Decora
tableResourceAdapter.java:94)
    at
org.spearce.egit.ui.internal.decorators.GitLightweightDecorator.decorate(GitLigh
tweightDecorator.java:173)
    ... 8 more
!SUBENTRY 1 org.spearce.egit.core 4 -4 2009-03-05 16:08:20.909
!MESSAGE DIRC extension '^[+w?' not supported by this version.
!STACK 0
org.spearce.jgit.errors.CorruptObjectException: DIRC extension '^[+w?' not
supported by this version.
    at org.spearce.jgit.dircache.DirCache.readFrom(DirCache.java:395)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:320)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:144)
    at org.spearce.jgit.dircache.DirCache.read(DirCache.java:167)
    at
org.spearce.egit.ui.internal.decorators.DecoratableResourceAdapter.createThreeWa
yTreeWalk(DecoratableResourceAdapter.java:329)
    at
org.spearce.egit.ui.internal.decorators.DecoratableResourceAdapter.<init>(Decora
tableResourceAdapter.java:94)
    at
org.spearce.egit.ui.internal.decorators.GitLightweightDecorator.decorate(GitLigh
tweightDecorator.java:173)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Light
weightDecoratorDefinition.java:263)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnab
le.run(LightweightDecoratorManager.java:72)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Lightwei
ghtDecoratorManager.java:356)
    at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Li
ghtweightDecoratorManager.java:338)
    at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Deco
rationScheduler.java:374)
    at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler
.java:334)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

What version of the product are you using? On what operating system?

0.4.0.200902202257 with Eclipse 3.4.2 on OS X 10.5.6

Original issue reported on code.google.com by wsimm...@gmail.com on 5 Mar 2009 at 11:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by robin.ro...@gmail.com on 8 Apr 2009 at 3:55

GoogleCodeExporter commented 8 years ago
See http://thread.gmane.org/gmane.comp.version-control.git/116090

Original comment by shawn.pe...@gmail.com on 9 Apr 2009 at 3:43

GoogleCodeExporter commented 8 years ago
In my case (duplicate in #77) patch resolved the source of problems, 
decorations work
all the time now and exceptions are not thrown. Thanks.

Original comment by Marek.Za...@gmail.com on 10 Apr 2009 at 12:20

GoogleCodeExporter commented 8 years ago

Original comment by robin.ro...@gmail.com on 18 Apr 2009 at 9:38