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 - StackOverflowError at java.util.HashMap.removeNode
Summary: StackOverflowError at java.util.HashMap.removeNode
Status: RESOLVED DUPLICATE of bug 249301
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-13 10:03 UTC by Exceptions Reporter
Modified: 2015-03-03 16:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172902


Attachments
stacktrace (104.87 KB, text/plain)
2015-02-13 10:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***