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 247509 - StackOverflowError at org.netbeans.TopSecurityManager.checkSetSecurityManager
Summary: StackOverflowError at org.netbeans.TopSecurityManager.checkSetSecurityManager
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-27 04:47 UTC by Exceptions Reporter
Modified: 2016-07-07 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144638


Attachments
stacktrace (97.91 KB, text/plain)
2014-09-27 04:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-27 04:47:22 UTC
This bug was originally marked as duplicate of bug 89020, 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.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: debug fix




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.TopSecurityManager.checkSetSecurityManager(TopSecurityManager.java:555)
   at org.netbeans.TopSecurityManager.checkPermission(TopSecurityManager.java:480)
   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:861)
Comment 1 Exceptions Reporter 2014-09-27 04:47:24 UTC
Created attachment 149551 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:38:24 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss