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 268977

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Bmeist
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: Den4X
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225605
Attachments: stacktrace

Description Bmeist 2016-11-14 16:07:53 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
GUEST: Just normal use

GUEST: When the machine awoke from sleep, NetBeans was frozen.

GUEST: I left Netbeans with an open project for the weekend.
It is a Symfony2 - based REST API application contains 87706 lines of PHP code.

GUEST: Just left it open.

Bmeist: editing

GUEST: aucune action




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at java.io.WinNTFileSystem.resolve(WinNTFileSystem.java:267)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.getReference(NamingFactory.java:364)
Comment 1 Bmeist 2016-11-14 16:07:54 UTC
Created attachment 162910 [details]
stacktrace