Community
Participate
Working Groups
Build Identifier: There is some inconsistent synchronization done in the IndexManager class. 1. There is some synchronization done to protect the indexes table from parallel access. However the access to this table is not protected in the methods getIndexes and toString. 2. Same for the indexLocations table which is not guarded in the method getIndexes. 3. Same for the indexStates table which is not guarded in cleanUpIndexes. I don't know the code well enough to provide a patch and to tell if simply making these methods synchronized will be the right way to solve this but someone should have a look on it as it might cause errors. Reproducible: Always
Satyam, please follow up. Thanks!
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.