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 257106

Summary: StackOverflowError at java.util.WeakHashMap.getTable
Product: projects Reporter: davti <davti>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214892
Attachments: stacktrace

Description davti 2015-12-11 05:31:35 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 7

User Comments:
davti: just noticed the error

GUEST: just working with maven project




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:418)
   at java.util.WeakHashMap.get(WeakHashMap.java:465)
   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 davti 2015-12-11 05:31:37 UTC
Created attachment 157755 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-18 15:28:03 UTC
fixed in jet-main #b6e3fc4cb6fb
Comment 3 Quality Engineering 2015-12-19 02:48:55 UTC
Integrated into 'main-silver', will be available in build *201512190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b6e3fc4cb6fb
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257106 - StackOverflowError at java.util.WeakHashMap.getTable