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 230218 - StackOverflowError at java.security.AccessController.doPrivileged
Summary: StackOverflowError at java.security.AccessController.doPrivileged
Status: RESOLVED DUPLICATE of bug 230220
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:08 UTC by _ tboudreau
Modified: 2013-06-12 13:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192371


Attachments
stacktrace (102.53 KB, text/plain)
2013-05-24 09:08 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2013-05-24 09:08:30 UTC
This bug was originally marked as duplicate of bug 166982, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build NetBeans-86-on-20130516)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
tboudreau: Added ng-controller="" in an angularjs application;  exception was thrown in a loop so fast the ide became unusable until the stack overflow error interrupted the throwing.




Stacktrace: 
java.lang.StackOverflowError
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:492)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:2960)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:3407)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3070)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$1.run(RepositoryUpdater.java:372)
Comment 1 _ tboudreau 2013-05-24 09:08:32 UTC
Created attachment 134849 [details]
stacktrace
Comment 2 Ondrej Brejla 2013-05-27 06:24:48 UTC
I see just JS2 indexer in stacktrace...can you evaluate it, please? Thanks.
Comment 3 Marek Fukala 2013-06-12 13:50:47 UTC

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