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 253533 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: hmvictor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 00:32 UTC by idclaar
Modified: 2015-08-27 14:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211615


Attachments
stacktrace (2.53 KB, text/plain)
2015-07-17 00:33 UTC, idclaar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description idclaar 2015-07-17 00:32:59 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-b18
OS: Windows 7

User Comments:
idclaar: While running the Radar plugin (sonarqube).  Could have been linked to the large number of broken rules and the size of the codebase.

GUEST: Net beans is running too slow for me and I need to make my project before the end of this month. So Please help me out with this Problem.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.StringBuffer.toString(StringBuffer.java:671)
   at java.io.WinNTFileSystem.normalize(WinNTFileSystem.java:159)
   at java.io.WinNTFileSystem.normalize(WinNTFileSystem.java:89)
   at java.io.File.<init>(File.java:368)
   at org.openide.filesystems.LocalFileSystem.getFile(LocalFileSystem.java:515)
Comment 1 idclaar 2015-07-17 00:33:01 UTC
Created attachment 154689 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-27 14:15:44 UTC
There is a lot of objects in the heap dump that relate to RadarIssues.

Reassigning to plugin owner. Please evaluate.
Thank you.