Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] M4 - unstable?


Please enter a bug report in the eclipse Bugzilla.
-



max.nam@xxxxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

12/23/2002 09:57 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] M4 - unstable?



Ever since upgrading to m4, my eclipse has become *very* unstable - after a
couple of minutes, the 'light-weight' decorators that draw CVS icons start
blinking and lists seems to refresh themsevles at an ever increasing rate,
within a few seconds it becomes unresponsive and i have to shut it down...

.log file is filled with:

!ENTRY org.eclipse.jdt.core 4 4 Dec 23, 2002 14:54:04.828
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 8192
     at
org.eclipse.jdt.internal.core.index.impl.Field.putInt2(Field.java:313)
     at
org.eclipse.jdt.internal.core.index.impl.FileListBlock.flush(FileListBlock.java:57)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.flushFiles(BlocksIndexOutput.java:126)
     at
org.eclipse.jdt.internal.core.index.impl.BlocksIndexOutput.addFile(BlocksIndexOutput.java:66)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeFiles(MergeFactory.java:142)
     at
org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge(MergeFactory.java:84)
     at
org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:249)
     at
org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:354)
     at
org.eclipse.jdt.internal.core.search.indexing.SaveIndex.execute(SaveIndex.java:47)
     at
org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:333)
     at java.lang.Thread.run(Thread.java:536)


any ideas?


Back to the top