Bug 6455 - NPE kill JavaIndexer thread
Summary: NPE kill JavaIndexer thread
Status: RESOLVED DUPLICATE of bug 15262
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-30 06:31 EST by David Audel CLA
Modified: 2002-11-27 17:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2001-11-30 06:31:12 EST
- I press ctrl + shift + T (Open Type)
 the progress information window appear.


Stack trace

java.lang.NullPointerException
        at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readUnary
(CodeByteStream.java:168)
        at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readGamma
(CodeByteStream.java:107)
        at 
org.eclipse.jdt.internal.core.index.impl.GammaCompressedIndexBlock.nextEntry
(GammaCompressedIndexBlock.java:9
0)
        at 
org.eclipse.jdt.internal.core.index.impl.BlocksIndexInput.moveToNextWordEntry
(BlocksIndexInput.java:181)
        at org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeReferences
(MergeFactory.java:170)
        at org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge
(MergeFactory.java:79)
        at org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:232)
        at org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:342)
        at 
org.eclipse.jdt.internal.core.search.indexing.IndexManager.saveIndexes
(IndexManager.java:339)
        at org.eclipse.jdt.internal.core.search.indexing.IndexManager.notifyIdle
(IndexManager.java:267)
        at org.eclipse.jdt.internal.core.search.processing.JobManager.run
(JobManager.java:254)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 David Audel CLA 2001-11-30 06:40:32 EST
Sorry, i pressed enter accidentally.

- I press ctrl + shift + T (Open Type)
the progress information window appear but indexing does not progress and
there is a stack trace in my console (stack trace is my previous comment)

- I do ctrl + break in my console
the JavaIndexer thread does not appear
Comment 2 Philipe Mulet CLA 2002-02-11 07:13:45 EST
Need reproduceable steps. Deferring
Comment 3 Philipe Mulet CLA 2002-09-20 06:00:54 EDT
Resurrecting
Comment 4 Kent Johnson CLA 2002-11-27 17:30:41 EST

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