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 269177 - 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-30 01:21 UTC by rsodrewong
Modified: 2016-11-30 01:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226471


Attachments
stacktrace (2.99 KB, text/plain)
2016-11-30 01:21 UTC, rsodrewong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rsodrewong 2016-11-30 01:21:23 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
rsodrewong: Erro na mermoria

GUEST: ?????? ?? ?????, ??? ????




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 org.openide.util.CharSequences$ByteBasedSequence.toString(CharSequences.java:1485)
   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.checkCaseSensitivity(NamingFactory.java:144)
Comment 1 rsodrewong 2016-11-30 01:21:24 UTC
Created attachment 163090 [details]
stacktrace