Bug 36432 - [PATCH] JAI image does not release all resources / LinkageError not caught
Summary: [PATCH] JAI image does not release all resources / LinkageError not caught
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: images (show other bugs)
Version: trunk
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 03:20 UTC by Manuel Mall
Modified: 2012-04-01 07:10 UTC (History)
0 users



Attachments
The patch (2.10 KB, patch)
2005-08-31 03:21 UTC, Manuel Mall
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Mall 2005-08-31 03:20:52 UTC
See http://marc.theaimsgroup.com/?t=112542787100007&r=1&w=2.

1. JAI image does not release all resources - reported by Stephen Denne - thanks!

2. When loading an image provider whose support libraries are missing an
exception is thrown which should really only be a warning and the next provider
be tried.
Comment 1 Manuel Mall 2005-08-31 03:21:26 UTC
Created attachment 16260 [details]
The patch
Comment 2 Jeremias Maerki 2005-08-31 10:55:51 UTC
Patch applied. Thanks!

I've made a change to the patch:
Log level for the warning changed to debug() because the binary distribution is
compiled with JAI and JIMI support and this will cause a lot of inappropriate
warnings for people just happy with ImageIO images. The messages will still
appear with -d enabled on the command-line or with the necessary log levels on
specific packages.

Thanks also for the comment next to the LinkageError handler. This enabled me to
reproduce the problem.
Comment 3 Glenn Adams 2012-04-01 07:10:27 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed