libmlib_image.so+0x5c0eJune 19, 2006An unexpected error has been detected by Java Runtime Environment when working on Rad Image Viewer. This was first seen when trying to add 'brighten/darken' functionality to the viewer. RescaleOp seems to be the class to use (it's name I think is rather misleading). Unfortunately calling RescaleOp.filter() gives the JVM a heart attack. # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00a3b0e7, pid=14258, tid=48647072 # # Java VM: Java HotSpot(TM) Client VM (1.6.0-beta-b59g mixed mode, sharing) # Problematic frame: # C [libmlib_image.so+0x5c0e7] # # An error report file with more information is saved as hs_err_pid14258.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp This was with jdk 1.6 then I tried 1.5 and recieved the same result. Except that this time the problemetic frame for the crash is different libmlib_image.so+0x5c0d7. So I reckoned the problem would be with libmlib_image.so, whatever that is. It turns out that the shared object in question is actually a part of the JVM rather than a system library (if you could call it that). So the conclusion is that this is definitely a bug in the JVM. Posted by raditha at June 19, 2006 11:52 AM
|
|



