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 262508 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 09:51 UTC by timir126
Modified: 2017-06-26 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224683


Attachments
stacktrace (2.53 KB, text/plain)
2016-06-21 09:51 UTC, timir126
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timir126 2016-06-21 09:51:42 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Mac OS X

User Comments:
GUEST: I think my python code went out of memory and netbeans hanged...

timir126: Hanging quite frequently on my Mac Pro 2




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1969)
   at java.util.StringTokenizer.nextToken(StringTokenizer.java:352)
   at org.openide.filesystems.PathElements.scanUpTo(PathElements.java:116)
   at org.openide.filesystems.PathElements.contains(PathElements.java:88)
Comment 1 timir126 2016-06-21 09:51:44 UTC
Created attachment 160111 [details]
stacktrace