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 258920

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: projects Reporter: jjsainzc
Component: LibrariesAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223645
Attachments: stacktrace

Description jjsainzc 2016-04-20 11:12:15 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
jjsainzc: De nuevo se pone a hacer cosas sin sentido




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuffer.toString(StringBuffer.java:561)
   at java.net.URI.resolvePath(URI.java:2005)
   at java.net.URI.resolve(URI.java:2066)
   at java.net.URI.resolve(URI.java:1022)
Comment 1 jjsainzc 2016-04-20 11:12:17 UTC
Created attachment 159340 [details]
stacktrace