openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #07094
[Bug 913434] [NEW] ImageIO crashes (core dumped) while reading many image files
Public bug reported:
Code that uses ImageIO.read() to read many image files (270 files on my
system) crashes the JVM.
~~~ My system information:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
$ uname -a
Linux dowah 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ javac -version
javac 1.7.0_147
$ java -version
java version "1.7.0_147-icedtea"
~~~ To reproduce the error:
$ javac BugIIO.java
$ ulimit -c unlimited # to enable core dump
$ java BugIIO
~~~ Terminal output that signifies the error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb5babe31f8, pid=4978, tid=140418842154752
#
# JRE version: 7.0_147-b147
# Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea7 2.0
# Distribution: Ubuntu 11.10, package 7~b147-2.0-0ubuntu0.11.10.1
# Problematic frame:
# C [liblcms2.so.2+0x121f8] cmsSaveProfileToIOhandler+0x38
#
# Core dump written. Default location: /home/joshua/core or core.4978
#
# An error report file with more information is saved as:
# /home/joshua/hs_err_pid4978.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
#
Dibatalkan (core didump)
~~~ PS
When I tried to compile BugIIO.java on openjdk-6 and run it on openjdk-6, the program finishes normally (no crash).
** Affects: openjdk-7 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/913434
Title:
ImageIO crashes (core dumped) while reading many image files
Status in “openjdk-7” package in Ubuntu:
New
Bug description:
Code that uses ImageIO.read() to read many image files (270 files on
my system) crashes the JVM.
~~~ My system information:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
$ uname -a
Linux dowah 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ javac -version
javac 1.7.0_147
$ java -version
java version "1.7.0_147-icedtea"
~~~ To reproduce the error:
$ javac BugIIO.java
$ ulimit -c unlimited # to enable core dump
$ java BugIIO
~~~ Terminal output that signifies the error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb5babe31f8, pid=4978, tid=140418842154752
#
# JRE version: 7.0_147-b147
# Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea7 2.0
# Distribution: Ubuntu 11.10, package 7~b147-2.0-0ubuntu0.11.10.1
# Problematic frame:
# C [liblcms2.so.2+0x121f8] cmsSaveProfileToIOhandler+0x38
#
# Core dump written. Default location: /home/joshua/core or core.4978
#
# An error report file with more information is saved as:
# /home/joshua/hs_err_pid4978.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
#
Dibatalkan (core didump)
~~~ PS
When I tried to compile BugIIO.java on openjdk-6 and run it on openjdk-6, the program finishes normally (no crash).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/913434/+subscriptions
Follow ups
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2016-08-18
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Tiago Stürmer Daitx, 2016-08-18
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Tiago Stürmer Daitx, 2016-08-18
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Launchpad Bug Tracker, 2016-08-16
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Launchpad Bug Tracker, 2016-08-16
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Jamie Maher, 2016-07-06
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2016-06-18
-
[Bug 913434]
From: Andrew John Hughes, 2016-06-18
-
[Bug 913434]
From: Peterwcostello, 2016-05-27
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2016-05-20
-
[Bug 913434]
From: Tiago Stürmer Daitx, 2016-05-20
-
[Bug 913434]
From: Tiago Stürmer Daitx, 2016-05-20
-
[Bug 913434]
From: Andrew John Hughes, 2016-05-20
-
[Bug 913434]
From: Tiago Stürmer Daitx, 2016-05-20
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Mauro, 2016-05-19
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Tiago Stürmer Daitx, 2016-05-19
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Tiago Stürmer Daitx, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Mauro, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Mauro, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Tiago Stürmer Daitx, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Mauro, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Launchpad Bug Tracker, 2016-05-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-23
-
[Bug 913434]
From: Mercurial, 2015-10-05
-
[Bug 913434]
From: Mercurial, 2015-10-05
-
[Bug 913434]
From: Mercurial, 2015-10-05
-
[Bug 913434]
From: Mercurial, 2015-10-05
-
[Bug 913434]
From: Mercurial, 2015-10-05
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2015-09-17
-
[Bug 913434]
From: Andrew John Hughes, 2015-09-17
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Jamie Maher, 2015-06-25
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: selex, 2015-03-09
-
[Bug 913434]
From: Andrew John Hughes, 2014-12-04
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Bug Watch Updater, 2014-11-14
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Gary Peck, 2014-11-14
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Josef Pacula, 2014-09-12
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Rocky Tuahta Purba, 2014-04-12
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Katerina, 2014-04-11
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: David White, 2013-09-26
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: David White, 2013-09-26
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: David White, 2013-09-26
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Rocky Tuahta Purba, 2013-09-25
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: David White, 2013-09-25
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Carlo, 2012-08-30
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Hendy Irawan, 2012-07-29
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Launchpad Bug Tracker, 2012-03-24
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Vova Zoubritsky, 2012-03-24
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-02-12
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
-
[Bug 913434] [NEW] ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
-
[Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files
From: Joshua Purba, 2012-01-08
References