[Bug 109] SIGSEGV (0xb) at pc=0xb7f70bad, pid=9683, tid=3027413904
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Feb 25 14:47:41 PST 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=109
langel at redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #5 from langel at redhat.com 2008-02-25 22:47 -------
we have to hardcode the path to "/usr/lib/libjpeg...so" since just specifiying
"libjpeg...so" doesn't work. This is because it is hardcoded in Sun's libjvm.so
to point to their own implementation (not /usr/lib), which does not exist in
IcedTea anymore.
dlopen("libjpeg.so") will not find the correct library and fail everytime.
Closing this as Invalid, since it has been fixed in a previous release.
--
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