libmlib_image.so+0x5c0e

June 19, 2006

An 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
Your Ad Here

 

Jabber  |  Linux  |  mySQL  |  PHP  |  Java  |  Site Map  |  Wiki

Downloads  |  About  |  Links  |  Contact  |  Home

 

Copyright © Raditha Dissanayake 2003 - 2007

Terms of Use  |  Privacy

 

 

June 2006
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30