[Bug 98] New: JPEG images cause segfault on x86_64

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Jan 12 11:44:42 PST 2008


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

           Summary: JPEG images cause segfault on x86_64
           Product: IcedTea
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: fkung at redhat.com


Loading of JPEG images causes the jvm to segfault on x86_64 machines (try using
the appletviewer on http://www.classpath.org to load their animation applet)

This is caused by
icedtea/openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c: 493,
void *handle = dlopen("/usr/lib/libjpeg.so", RTLD_LAZY | RTLD_GLOBAL);

as that should be /usr/lib64/libjpeg.so

Is there a reason why we specify a full path, rather than letting dlopen()
search the appropriate system defaults (ie would that cause it to load the Sun
libjpeg instead of the system one, or something?)


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list