** Summary changed:
- SIGSEGV (0xb) at pc=0xb7f70bad, pid=9683, tid=3027413904
+ wrong hardcoded path to libjpeg.so
** Description changed:
Binary package hint: icedtea-java7-jre
+ openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
+
+ void *handle = dlopen("/usr/lib/libjpeg.so", RTLD_LAZY | RTLD_GLOBAL);
+ if (handle == NULL)
+ handle = dlopen("/usr/lib64/libjpeg.so", RTLD_LAZY | RTLD_GLOBAL);
+
+ jpegstderror = (fn_jpegstderror)dlsym(handle, "jpeg_std_error");
+ if (jpegstderror == NULL) {
+ dlclose(handle);
+ }
+
+ example:
crash at open download dialog
http://josm.openstreetmap.de/download/josm-latest.jar
--
wrong hardcoded path to libjpeg.so
https://bugs.launchpad.net/bugs/195458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs