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 269094 - StackOverflowError at java.lang.SecurityManager.checkAccess
Summary: StackOverflowError at java.lang.SecurityManager.checkAccess
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 16:05 UTC by Exceptions Reporter
Modified: 2016-11-23 16:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227278


Attachments
stacktrace (97.93 KB, text/plain)
2016-11-23 16:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-11-23 16:05:40 UTC
This bug was originally marked as duplicate of bug 235845, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: debug fix




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.SecurityManager.checkAccess(SecurityManager.java:729)
   at java.lang.ThreadGroup.checkAccess(ThreadGroup.java:315)
   at java.lang.ThreadGroup.getParent(ThreadGroup.java:167)
   at org.apache.tools.ant.module.bridge.AntBridge$MultiplexPrintStream.delegate(AntBridge.java:859)
   at org.apache.tools.ant.module.bridge.AntBridge$MultiplexPrintStream.flush(AntBridge.java:889)
   at org.apache.tools.ant.module.bridge.AntBridge$MultiplexPrintStream.flush(AntBridge.java:889)
Comment 1 Exceptions Reporter 2016-11-23 16:05:42 UTC
Created attachment 163006 [details]
stacktrace