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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-14 16:07 UTC by Bmeist
Modified: 2017-05-24 17:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225605


Attachments
stacktrace (2.82 KB, text/plain)
2016-11-14 16:07 UTC, Bmeist
Details

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