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 253347 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 236118
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 03:11 UTC by dushsb
Modified: 2015-07-09 14:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218392


Attachments
stacktrace (3.74 KB, text/plain)
2015-07-08 03:11 UTC, dushsb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dushsb 2015-07-08 03:11:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.76-b04, Java(TM) SE Runtime Environment, 1.7.0_76-b13
OS: Windows 7

User Comments:
dushsb: trying to profile my application




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.String.substring(String.java:1913)
   at org.netbeans.lib.profiler.utils.formatting.PlainFormattableMethodName.<init>(PlainFormattableMethodName.java:242)
   at org.netbeans.lib.profiler.utils.formatting.DefaultMethodNameFormatter.formatMethodName(DefaultMethodNameFormatter.java:88)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo(PresoObjAllocCCTNode.java:321)
Comment 1 dushsb 2015-07-08 03:11:18 UTC
Created attachment 154514 [details]
stacktrace
Comment 2 Tomas Hurka 2015-07-09 14:34:26 UTC

*** This bug has been marked as a duplicate of bug 236118 ***