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 268918 - StackOverflowError at java.util.HashMap.putVal
Summary: StackOverflowError at java.util.HashMap.putVal
Status: RESOLVED DUPLICATE of bug 269198
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-10 00:13 UTC by Andrew Krasny
Modified: 2016-12-01 19:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227156


Attachments
stacktrace (91.19 KB, text/plain)
2016-11-10 00:13 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-11-10 00:13:47 UTC
Build: NetBeans IDE Dev (Build 20160520-0e4d77c492ec)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: opened a remote native project




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.remote.impl.fs.RemoteLink.getDelegateImpl(RemoteLink.java:125)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystemUtils.getCanonicalFileObject(RemoteFileSystemUtils.java:280)
   at org.netbeans.modules.remote.impl.fs.RemoteLink.getCanonicalDelegate(RemoteLink.java:85)
Comment 1 Andrew Krasny 2016-11-10 00:13:48 UTC
Created attachment 162855 [details]
stacktrace
Comment 2 Vladimir Kvashin 2016-12-01 11:06:10 UTC
I was able to reproduce this with perverted cyclic links.
I've also got quite long UI freezes.
Comment 3 Vladimir Kvashin 2016-12-01 14:54:59 UTC
The reason is exactly as described in the issue 269198, which has been recently fixed. So this one is now fixed as well.

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