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 262198 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-23 21:43 UTC by Exceptions Reporter
Modified: 2016-05-23 21:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224177


Attachments
stacktrace (3.02 KB, text/plain)
2016-05-23 21:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-23 21:43:02 UTC
This bug was originally marked as duplicate of bug 253306, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: suddenly




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.EventQueue.invokeLater(EventQueue.java:1264)
   at org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:274)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.waitIOLoadLowerThan(FileChangedManager.java:256)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.pingIO(FileChangedManager.java:288)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.checkRead(FileChangedManager.java:127)
   at org.netbeans.TopSecurityManager.notifyRead(TopSecurityManager.java:181)
Comment 1 Exceptions Reporter 2016-05-23 21:43:04 UTC
Created attachment 159851 [details]
stacktrace