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 250410

Summary: StackOverflowError at java.util.HashMap.removeNode
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal CC: athompson, rkamradt
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172902
Attachments: stacktrace

Description Exceptions Reporter 2015-02-13 10:03:42 UTC
This bug was originally marked as duplicate of bug 192504, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
GUEST: Copy & Pasting

athompson: invoked CC in a Spring context XML file

GUEST: ?




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.removeNode(HashMap.java:846)
   at java.util.HashMap.remove(HashMap.java:798)
   at org.openide.util.Mutex.leaveX(Mutex.java:969)
   at org.openide.util.Mutex.leaveImpl(Mutex.java:875)
   at org.openide.util.Mutex.leave(Mutex.java:854)
   at org.openide.util.Mutex$Privileged.exitWriteAccess(Mutex.java:1733)
Comment 1 Exceptions Reporter 2015-02-13 10:03:44 UTC
Created attachment 151983 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-02-16 09:40:50 UTC
probably a cyclic symlink
Comment 3 Jaroslav Havlin 2015-03-03 16:02:45 UTC
Similar to bug 249301.
Thank you for reporting.

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