[Bug 1062] New: JVM Crashes while image load using Java Advanced Imaging (JAI) library

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jun 27 23:43:37 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1062

          Priority: P3
            Bug ID: 1062
          Assignee: unassigned at icedtea.classpath.org
           Summary: JVM Crashes while image load using Java Advanced
                    Imaging (JAI) library
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: kamalmeet at gmail.com
          Hardware: x86
            Status: NEW
           Version: unspecified
         Component: IcedTea
           Product: IcedTea

Created attachment 721
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=721&action=edit
Error log from crash

I am using JAI library in my app to scale and improve code quality. 

<code>
DebugHelper.errorLog("Start transformImage2");
List<PageImage> modImages = new ArrayList<PageImage>();
PageImage page = new PageImage();

// generate rendered image.
RenderedOp im = JAI.create("fileload", image.getFile()
                .getAbsolutePath());

// get the width and height of original image.
float width = im.getWidth();
float height = im.getHeight();

// improve the quality of image.
DebugHelper.errorLog("Improving quality of image");

The JVM crashes sporadically (one out of 10 times, with same image upload)
while executing  im.getWidth();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120628/ad04aafc/attachment.html 


More information about the distro-pkg-dev mailing list