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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 11:12 UTC by jjsainzc
Modified: 2016-04-20 11:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223645


Attachments
stacktrace (2.99 KB, text/plain)
2016-04-20 11:12 UTC, jjsainzc
Details

Note You need to log in before you can comment on or make changes to this bug.
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