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 268737 - 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-10-29 13:34 UTC by netolm
Modified: 2018-02-09 04:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206233


Attachments
stacktrace (3.01 KB, text/plain)
2016-10-29 13:34 UTC, netolm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description netolm 2016-10-29 13:34:43 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: I only had 7 php-files open. Nothing special. Almost 100% CPU-usage.

GUEST: Doing other stuff with Netbeans idling in the background with a couple of files open.

GUEST: I am not sure about the problem.

GUEST: Nothing, had netbeans opened, but in background. I was working with other applications most notably chrome

GUEST: I was trying to delete a huge number of files from the Project window then NetBeans freezed.

netolm: Don't know what happened, I just open Netbeans.

GUEST: I just copied some files from one folder to the other. Both hade ftp sync..




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.CharSequences$ByteBasedSequence.toChars(CharSequences.java:1490)
   at org.openide.util.CharSequences$ByteBasedSequence.toString(CharSequences.java:1484)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.getReference(NamingFactory.java:364)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:276)
Comment 1 netolm 2016-10-29 13:34:45 UTC
Created attachment 162680 [details]
stacktrace