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 193700

Summary: [70cat] StackOverflowError at java.util.WeakHashMap.expungeStaleEntries
Product: platform Reporter: Chiana
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175240
Attachments: stacktrace

Description Chiana 2010-12-21 17:35:11 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows Vista

User Comments:
Chiana: Jumped to a compile error by clicking the line in the compiler output




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.expungeStaleEntries(WeakHashMap.java:274)
   at java.util.WeakHashMap.getTable(WeakHashMap.java:302)
   at java.util.WeakHashMap.get(WeakHashMap.java:349)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FolderName.getFile(FolderName.java:71)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.getReference(NamingFactory.java:232)
Comment 1 Chiana 2010-12-21 17:35:16 UTC
Created attachment 104365 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-08 16:10:03 UTC

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