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 250116 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL: http://plugins.netbeans.org/plugin/55434
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 10:55 UTC by tioluwa
Modified: 2015-02-02 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214751


Attachments
stacktrace (2.18 KB, text/plain)
2015-01-30 10:55 UTC, tioluwa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tioluwa 2015-01-30 10:55: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-b18
OS: Windows 7

User Comments:
tioluwa: Working on a JavaFX application and using the javafx scene builder plugin

GUEST: i was using the design tools and the system froze




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:340)
   at javafx.embed.swing.JFXPanel.resizePixelBuffer(JFXPanel.java:592)
   at javafx.embed.swing.JFXPanel.updateComponentSize(JFXPanel.java:497)
Comment 1 tioluwa 2015-01-30 10:55:20 UTC
Created attachment 151743 [details]
stacktrace
Comment 2 Tomas Hurka 2015-02-02 12:42:12 UTC
It looks like OOME is caused by leak in javafx scene builder or its integration into netbeans. There is a lot of JavaFX and scenebuilder instances on the heap. Reassigning to "The JavaFX Scene Builder Integration - plugin" on plugin portal.
Comment 3 Jiri Kovalsky 2015-02-02 13:02:07 UTC
Sven, could you please take a look at this bug? The plugin [1] is yours. Thanks!

[1] http://plugins.netbeans.org/plugin/55434