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

Summary: OutOfMemoryError: Java heap space
Product: updatecenters Reporter: tioluwa
Component: PluginportalAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
URL: http://plugins.netbeans.org/plugin/55434
Issue Type: DEFECT Exception Reporter: 214751
Attachments: stacktrace

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