This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268661 - StackOverflowError at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared
Summary: StackOverflowError at java.util.concurrent.locks.AbstractQueuedSynchronizer.a...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 12:35 UTC by Ralph Ruijs
Modified: 2018-04-14 12:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225280


Attachments
stacktrace (133.23 KB, text/plain)
2016-10-24 12:35 UTC, Ralph Ruijs
Details
stacktrace (129.84 KB, text/plain)
2018-02-21 09:02 UTC, Exceptions Reporter
Details
stacktrace (129.84 KB, text/plain)
2018-04-14 12:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2016-10-24 12:35:53 UTC
Build: NetBeans IDE Dev (Build 20161024-8042061fa087)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
Alniks: trying to follow js method

Alniks: editing jsx file

ralphbenjamin: ctrl+click on js var




Stacktrace: 
java.lang.StackOverflowError
   at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1282)
   at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:727)
   at org.netbeans.modules.javascript2.model.api.Index.getCachedValue(Index.java:272)
   at org.netbeans.modules.javascript2.model.api.Index.query(Index.java:214)
   at org.netbeans.modules.javascript2.model.api.Index.findByFqn(Index.java:442)
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.findPropertyOfType(DeclarationFinderImpl.java:325)
Comment 1 Ralph Ruijs 2016-10-24 12:35:54 UTC
Created attachment 162611 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-11-08 04:43:55 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=225280
Comment 3 Exceptions Reporter 2018-02-21 09:02:34 UTC
Created attachment 165641 [details]
stacktrace

zcv
Comment 4 Exceptions Reporter 2018-04-14 12:29:50 UTC
Created attachment 165702 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>dxsds