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 - outofmemory in bugzilla
Summary: outofmemory in bugzilla
Status: RESOLVED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 16:16 UTC by Tomas Stupka
Modified: 2015-05-11 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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