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 270359

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228731
Attachments: stacktrace

Description Exceptions Reporter 2017-04-11 09:25:28 UTC
This bug was originally marked as duplicate of bug 253771, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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: Mac OS X

User Comments:
GUEST: mew




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.net.URI$Parser.substring(URI.java:2869)
   at java.net.URI$Parser.parse(URI.java:3065)
   at java.net.URI.<init>(URI.java:588)
Comment 1 Exceptions Reporter 2017-04-11 09:25:30 UTC
Created attachment 164077 [details]
stacktrace