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 257653 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 21:24 UTC by nairgh
Modified: 2016-01-20 21:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210944


Attachments
stacktrace (2.63 KB, text/plain)
2016-01-20 21:24 UTC, nairgh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nairgh 2016-01-20 21:24:57 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
nairgh: <Please provide a description of the problem or the steps to reproduce>
After running the jasper reports the netbeans gives a black screen and hang. Stays as black until reset the computer.

GUEST: Yeah I report, THIS IS VERY SLOW!




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1506)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1484)
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:449)
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.openide.loaders.FolderChildren.refreshChildren(FolderChildren.java:245)
   at org.openide.loaders.FolderChildren.addNotify(FolderChildren.java:470)
Comment 1 nairgh 2016-01-20 21:24:59 UTC
Created attachment 158198 [details]
stacktrace