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 251542 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 246841
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 00:37 UTC by brandonjgroves
Modified: 2015-08-14 08:35 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209778


Attachments
stacktrace (3.02 KB, text/plain)
2015-04-01 00:37 UTC, brandonjgroves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brandonjgroves 2015-04-01 00:37:26 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: opening javascript files crashed. multiple times

GUEST: ?

brandonjgroves: using netbeans all day and deploying to jboss periodically

GUEST: Just working!

GUEST: I was working with 5 open project, but only one was the real target of my job. There was a Terminal with 2 local terminal tab open (cygwin is my shell) in which i was running a grunt server, some html-css-js files open, I shut down my pc, then reopening netbeans the problem appeared.

GUEST: asdasdasd

GUEST: browsing files menu




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.lang.String.substring(String.java:1957)
   at java.io.File.getParent(File.java:479)
   at java.io.File.getParentFile(File.java:499)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.getRoot(FileInfo.java:190)
Comment 1 brandonjgroves 2015-04-01 00:37:27 UTC
Created attachment 152955 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 08:35:30 UTC
Many instances of org.apache.lucene.document.Field and java.lang.String.
Duplicate of bug 246841.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 246841 ***