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

Summary: StackOverflowError at java.util.WeakHashMap.getTable
Product: ide Reporter: jamesritala
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226937
Attachments: stacktrace

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