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 268149 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 09:52 UTC by bubbly1013
Modified: 2016-11-22 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226361


Attachments
stacktrace (1.15 KB, text/plain)
2016-09-22 09:52 UTC, bubbly1013
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bubbly1013 2016-09-22 09:52:19 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
bubbly1013: OutOfMemoryError




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:101)
   at java.awt.datatransfer.MimeTypeParameterList.toString(MimeTypeParameterList.java:280)
   at java.awt.datatransfer.MimeType.toString(MimeType.java:246)
   at java.awt.datatransfer.DataFlavor.getMimeType(DataFlavor.java:894)
   at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:836)
Comment 1 bubbly1013 2016-09-22 09:52:20 UTC
Created attachment 162169 [details]
stacktrace
Comment 2 Tomas Hurka 2016-11-22 08:16:33 UTC
Please try NetBeans 8.2. The problem should be fixed there. Thanks.