Unfortunately I can't reproduce this crash at will - it happens only
occasionally when running a large Scala program.  I attempted to
reproduce this using the following test program (in Scala), but it runs
fine:

===
import java.io.File
import javax.imageio.ImageIO

object Hello extends App {
    val file = new File("/home/adam/Desktop/Ginger_Ibex_1382.jpeg")
    for (i <- 1 to 20000) {
        val image = ImageIO.read(file)
    }
    println("success")
}
===

Fergus, if you can provide a program that actually repeats the crash I'd
be happy to investigate more deeply.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197059

Title:
  jvm crash in libjpeg.so.8 caused by  ImageIO.read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1197059/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to