Task #10552 (new)
Opened 11 years ago
Last modified 11 years ago
Bug: Can't view large images in Insight, out of memory
Reported by: | mtbcarroll | Owned by: | jburel |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Insight | Version: | n.a. |
Keywords: | n.a. | Cc: | ux@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
If I try looking at series 1 from data_repo/Scotts User Images/Teaching svs images/Beta set/47_Ovary.svs or at data_repo/test_images_good/trestle/openslide/CMU-1/CMU-1.tif in OMERO.insight-5.0.0-alpha1-415-323ebab-dirty-ice33-b194-mac-openGL then it immediately crashes with an out of heap space exception.
Change History (2)
comment:1 Changed 11 years ago by jburel
comment:2 Changed 11 years ago by mtbcarroll
Possibly -- though I never got a NegativeArraySizeException exception, just things like,
2013-03-20 11:10:08,986 FATAL [icroscopy.shoola.env.AbnormalExitHandler] (entQueue-0) Abnormal termination due to an uncaught exception. java.lang.OutOfMemoryError: Java heap space at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41) at java.awt.image.Raster.createPackedRaster(Raster.java:458) at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015) at java.awt.image.BufferedImage.<init>(BufferedImage.java:315) at javax.media.opengl.GLJPanel$Updater.display(GLJPanel.java:1084) at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78) at com.sun.opengl.impl.GLPbufferImpl$DisplayAction.run(GLPbufferImpl.java:222) at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194) at com.sun.opengl.impl.GLPbufferImpl.maybeDoSingleThreadedWorkaround(GLPbufferImpl.java:208) at com.sun.opengl.impl.GLPbufferImpl.display(GLPbufferImpl.java:88) at javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:659) at javax.swing.JComponent.paint(JComponent.java:1037)
issue with OpenGL version see #9917