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 268672 - StackOverflowError at java.util.WeakHashMap.getTable
Summary: StackOverflowError at java.util.WeakHashMap.getTable
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-25 08:11 UTC by jamesritala
Modified: 2016-10-25 08:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226937


Attachments
stacktrace (109.04 KB, text/plain)
2016-10-25 08:11 UTC, jamesritala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamesritala 2016-10-25 08:11:54 UTC
This bug was originally marked as duplicate of bug 242479, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
jamesritala: I can't reproduce this error, but in the last two days it has been happening very frequently, and randomly.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:350)
   at java.util.WeakHashMap.get(WeakHashMap.java:397)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FolderName.getFile(FolderName.java:78)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getReference(FileObjectFactory.java:715)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:685)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:676)
Comment 1 jamesritala 2016-10-25 08:11:56 UTC
Created attachment 162622 [details]
stacktrace