[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Bug Watch Updater
Launchpad has imported 31 comments from the remote bug at http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3020. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at htt

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
IcedTea #1896 tracks the LCMS 2.7 update. The fix for this bug was tracked under IcedTea #3020. ** Bug watch added: Iced Tea Bugzilla #3020 http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3020 ** Changed in: openjdk Importance: Medium => Unknown ** Changed in: openjdk Status:

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-18 Thread Tiago Stürmer Daitx
This bug was not related to lcms, but to OpenJDK. Invalidating it for LCMS. ** Changed in: lcms2 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bu

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openjdk-7 - 7u111-2.6.7-0ubuntu0.12.04.2 --- openjdk-7 (7u111-2.6.7-0ubuntu0.12.04.2) precise-security; urgency=medium * Backport to Ubuntu 12.04. openjdk-7 (7u111-2.6.7-0ubuntu0.14.04.2) trusty-security; urgency=medium * debian/patches/it-jamvm

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-08-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openjdk-7 - 7u111-2.6.7-0ubuntu0.14.04.3 --- openjdk-7 (7u111-2.6.7-0ubuntu0.14.04.3) trusty-security; urgency=medium * debian/rules: - fix typo (aarch64 -> arm64) and disable precompiled headers for arm64 - remove compile file generat

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-07-06 Thread Jamie Maher
Just yesterday using openjdk-7-jre-headless on Ubuntu Trusty I experienced Tomcat7's jre crashing on a webapp trying to resize multiple images. (It's happened multiple times in the past as well) It usually happens after a restart of Tomcat and on first access of a webapp that resizes multiple jpgs

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-06-17 Thread Bug Watch Updater
** Changed in: openjdk Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many image files

[Desktop-packages] [Bug 913434]

2016-06-17 Thread Andrew John Hughes
The in-tree version of LCMS 2 has been updated to 2.7. There's nothing we can do about distros using an old system version. They need to either update it or use the in-tree version. As this bug was used to ship the update to 2.7 in IcedTea 2.6.2, I'm re- closing it and handling Tiago's issue under

[Desktop-packages] [Bug 913434]

2016-05-27 Thread Peterwcostello
This is a multi-threading problem with LCMS version 2.5. It was claimed to have been fixed with LCMS v2.6, but many OS are still running the older packages. I have code that parses PDF files. It is running in a production environment on random PDF files and with lots of threads. I was able to s

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-20 Thread Bug Watch Updater
** Changed in: openjdk Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many image files

[Desktop-packages] [Bug 913434]

2016-05-20 Thread Tiago Stürmer Daitx
Created attachment 1529 testcase to reproduce it Provide jpeg files (at least 128 of them) in a ./jpg directory Run using something like: $ while ! timeout --preserve-status 10 java Lp9133434Imageio; do echo " done."; done as the bug doesn't happen on every run (seem to depend on the jpeg files

[Desktop-packages] [Bug 913434]

2016-05-20 Thread Tiago Stürmer Daitx
I was able to reproduce this issue on Ubuntu's IcedTea 2.6.6 running: - the integrated lcms library (disable-system-lcms) - lcms 2.5 and 2.6 system library (enable-system-lcms) For some reason that I haven't been able to track down yet it does depend on the JPEG file under test - a initial sample

[Desktop-packages] [Bug 913434]

2016-05-20 Thread Andrew John Hughes
Well, we at least need a reproducer to begin with. Can you supply the code and JPEG file you're able to reproduce this with? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title:

[Desktop-packages] [Bug 913434]

2016-05-20 Thread Tiago Stürmer Daitx
Got together a bunch of images from the various hs_err I had at hand. I was unable to keep the file under 1 MB for upload, thus I uploaded it here: https://drive.google.com/open?id=0Bw-FF32TRkU3MFdFOXF4dlZ0c2s -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-19 Thread Mauro
Thank you Tjago, I will monitor upstream too! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many image files Status in OpenJD

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-18 Thread Tiago Stürmer Daitx
I was unable to reproduce it yesterday, but it was due to the jpeg files I was using. I repeated it today with different jpeg files and reproduced it. Got a crash on OpenJDK 7u101 with both LCMS 2.5 (Trusty) and 2.6 (Wily), also reproduced when using the LCMS lib that comes with OpenJDK (by defaul

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Tiago Stürmer Daitx
Mauro, Thanks for the additional information. Your and IcedTea's reports seem to indicate that LCMS 2.5 is the culprit for not being thread safe. I will try to reproduce it later on so I can test if a newer version does indeed fix this issue. -- You received this bug notification because you ar

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Mauro
Just an additional note: this happened with openjdk-7-7u95-2.6.4 (with IcedTea 2.6.4), I installed 7u101 only today, but I saw there's no version change in liblcms2-2 (still 2.5), which seems to be the root cause of this problem. -- You received this bug notification because you are a member of D

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Mauro
Hi Tiago! I don't know if it's reproducible, today our web application suddenly was offline because the OpenJDK JVM process running Tomcat had died with a crash. I'm attaching the dump. It's the first time this happens. If it's a concurrency issue, it's really hard to say whether it will happen

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Tiago Stürmer Daitx
Mauro, Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? * Does it affect OpenJDK 6 as well? Please post or attach the error output so we can

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Mauro
This bug is marked as fixed in OpenJDK (version 2.6.2 of IcedTea should depend on LittleCMS 2.6), however in Trusty we have openjdk-7-jre- headless version 7u101-2.6.6-0ubuntu0.14.04.1 with IcedTea 2.6.6 but liblcms2-2 is still at version 2.5 (precisely 2.5-0ubuntu4.1). Does this mean that IcedTea

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lcms2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2015-10-23 Thread Bug Watch Updater
** Changed in: openjdk Status: In Progress => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many image fil

[Desktop-packages] [Bug 913434]

2015-10-23 Thread Mercurial
details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=2ee1950a8d08 author: prr date: Thu Jun 11 12:23:47 2015 -0700 8081756, PR1896: Mastering Matrix Manipulations Reviewed-by: serb, bae, mschoene -- You received this bug notification becau

[Desktop-packages] [Bug 913434]

2015-10-23 Thread Mercurial
details: http://icedtea.classpath.org//hg/release/icedtea7-2.6?cmd=changeset;node=723ef630c332 author: Andrew John Hughes date: Tue Oct 20 04:30:23 2015 +0100 Bump to icedtea-2.6.2pre02. Upstream changes: - Bump to icedtea-2.6.2pre01 - Bump to icedtea-2.6.2pr

[Desktop-packages] [Bug 913434]

2015-10-23 Thread Mercurial
details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=d33d77131673 author: simonis date: Wed Sep 10 11:01:59 2014 +0200 8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb -- You received this bug notification

[Desktop-packages] [Bug 913434]

2015-10-23 Thread Mercurial
details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8199f031c28c author: prr date: Mon May 11 09:14:03 2015 -0700 8078331, PR1896: Upgrade JDK to use LittleCMS 2.7 Reviewed-by: serb, bae -- You received this bug notification because you a

[Desktop-packages] [Bug 913434]

2015-10-23 Thread Mercurial
details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8228c96258df author: prr date: Thu Sep 04 13:00:55 2014 -0700 8056122, PR1896: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez -- You received this bug notification because y

[Desktop-packages] [Bug 913434]

2015-10-05 Thread Mercurial
details: http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=55e6b27c9e62 author: Andrew John Hughes date: Sun Oct 04 01:34:28 2015 +0100 Bump to icedtea-2.7.0pre02. 2015-10-03 Andrew John Hughes * Makefile.am: (CORBA_CHANGESET): Upda

[Desktop-packages] [Bug 913434]

2015-10-05 Thread Mercurial
details: http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=ad4f5afc21dc author: prr date: Mon May 11 09:14:03 2015 -0700 8078331, PR1896: Upgrade JDK to use LittleCMS 2.7 Reviewed-by: serb, bae -- You received this bug notification because you are a member

[Desktop-packages] [Bug 913434]

2015-10-05 Thread Mercurial
details: http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=96f40a21d715 author: prr date: Thu Jun 11 12:23:47 2015 -0700 8081756, PR1896: Mastering Matrix Manipulations Reviewed-by: serb, bae, mschoene -- You received this bug notification because you are a

[Desktop-packages] [Bug 913434]

2015-10-05 Thread Mercurial
details: http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=a5d72541512e author: simonis date: Wed Sep 10 11:01:59 2014 +0200 8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb -- You received this bug notification because you

[Desktop-packages] [Bug 913434]

2015-10-05 Thread Mercurial
details: http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=2f4ec76e886c author: prr date: Thu Sep 04 13:00:55 2014 -0700 8056122, PR1896: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez -- You received this bug notification because you are a mem

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2015-09-17 Thread Bug Watch Updater
** Changed in: openjdk Status: Invalid => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many image files S

[Desktop-packages] [Bug 913434]

2015-09-17 Thread Andrew John Hughes
Re-opening this because this version of LCMS (2.5) is used in-tree when --disable-system-lcms is passed. We should upgrade using: changeset: 10176:aa400be54fec user:prr date:Thu Sep 04 13:00:55 2014 -0700 summary: 8056122: Upgrade JDK to use LittleCMS 2.6 -- You received th

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2015-06-25 Thread Jamie Maher
There's a new version 2.7 of the native library LittleCMS released on 2015-03-18, which is supposed to improve multithreading. On the homepage the news posted for version 2.7 is: "Little CM2 2.7 released! which improves multi threading, adds contexts and a new locking plug-in type, among bugfixe

[Desktop-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2015-03-09 Thread selex
** Also affects: lcms2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lcms2 in Ubuntu. https://bugs.launchpad.net/bugs/913434 Title: ImageIO crashes (core dumped) while reading many