Opened 10 years ago

Closed 10 years ago

#469 closed defect (fixed)

Bug in ScenarioShakeMapLocal

Reported by: anonymous Owned by:
Priority: major Milestone:
Component: sha Version:
Keywords: ScenarioShakeMapLocal Cc:

Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: ScenarioShakeMapLocal?
Version: 1.3.1
Bulid Type: Development
Java Version: 1.7.0_60 (Oracle Corporation)
Operating System: Windows 7 (arch: x86, version: 6.1)

Exception:

java.lang.OutOfMemoryError: Java heap space
	at java.awt.image.DataBufferInt.<init>(Unknown Source)
	at java.awt.image.Raster.createPackedRaster(Unknown Source)
	at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
	at java.awt.image.BufferedImage.<init>(Unknown Source)
	at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(Unknown Source)
	at sun.swing.CachedPainter.paint0(Unknown Source)
	at sun.swing.CachedPainter.paint(Unknown Source)
	at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkinRaw(Unknown Source)
	at com.sun.java.swing.plaf.windows.AnimationController.paintSkin(Unknown Source)
	at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(Unknown Source)
	at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.paintXPBackground(Unknown Source)
	at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.paintDeterminate(Unknown Source)
	at javax.swing.plaf.basic.BasicProgressBarUI.paint(Unknown Source)
	at javax.swing.plaf.ComponentUI.update(Unknown Source)
	at javax.swing.JComponent.paintComponent(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.

Change History (1)

comment:1 Changed 10 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

This just means that not enough memory is allocated to the program, not our bug.

Note: See TracTickets for help on using tickets.