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 251955

Summary: outofmemory in bugzilla
Product: connecteddeveloper Reporter: Tomas Stupka <tstupka>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Tomas Stupka 2015-04-20 16:16:00 UTC
Product Version = NetBeans IDE Dev (Build 20150417-25387c6cedb1)
Operating System = Mac OS X version 10.10.2 running on x86_64
Java; VM; Vendor = 1.7.0_65
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.65-b04

try to open issue #221837

java.lang.OutOfMemoryError: can't create offscreen surface
	at sun.java2d.opengl.OGLSurfaceData.initSurfaceNow(OGLSurfaceData.java:298)
	at sun.java2d.opengl.OGLSurfaceData.access$000(OGLSurfaceData.java:98)
	at sun.java2d.opengl.OGLSurfaceData$1.run(OGLSurfaceData.java:324)
[catch] at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:232)

appears
Comment 1 Tomas Stupka 2015-05-11 11:59:34 UTC
upgrading jdk to 1.7.0_80 solved the problem