Bug 522458 - AssertionError in PDOM.decReadLock
Summary: AssertionError in PDOM.decReadLock
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-indexer (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-18 23:57 EDT by EPP Error Reports CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EPP Error Reports CLA 2017-09-18 23:57:23 EDT
The following problem was reported via the automated error reporting:

Message: Error: Releasing readlock while holding write lock
java.lang.AssertionError: Releasing readlock while holding write lock
    at org.eclipse.cdt.internal.core.pdom.PDOM.decReadLock(PDOM.java:1818)
    at org.eclipse.cdt.internal.core.pdom.PDOM.releaseReadLock(PDOM.java:1015)
    at org.eclipse.cdt.internal.core.index.CIndex.releaseReadLock(CIndex.java:413)
    at org.eclipse.cdt.internal.core.index.WritableCIndex.releaseReadLock(WritableCIndex.java:110)
    at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:614)
    at org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:161)
    at org.eclipse.cdt.internal.core.pdom.indexer.PDOMUpdateTask.run(PDOMUpdateTask.java:94)
    at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:155)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)



Bundles:
| org.eclipse.cdt.core | 6.3.1.201707130901 | 6.3.1.201707130901 |
| org.eclipse.core.jobs | 3.8.0.v20160509-0411 | 3.8.0.v20160509-0411 |

Operating Systems:
| Linux | 3.10.0.10 | 3.10.0.10 |


The above information is a snapshot of the collected data. Visit https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/59bc7053e4b001b7c6183638 for the latest data.

Thank you for your assistance.
 Your friendly error-reports-inbox.


Created on behalf of zeratul976@xxxxxx.xxx
Comment 1 Nathan Ridge CLA 2017-09-18 23:57:54 EDT
Need steps to reproduce to diagnose further.