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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: timir126
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: janvo
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224683
Attachments: stacktrace

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