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 - [70cat] StackOverflowError at java.util.WeakHashMap.expungeStaleEntries
Summary: [70cat] StackOverflowError at java.util.WeakHashMap.expungeStaleEntries
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 17:35 UTC by Chiana
Modified: 2011-01-08 16:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175240


Attachments
stacktrace (103.38 KB, text/plain)
2010-12-21 17:35 UTC, Chiana
Details

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