JVM crash on Linux IA64

Hi I am trying to load a dynamic library through java 1.4.2_12. It results in a hotspot error.

I am able to do a ldd on the library successfully .

The java.library.path variable contains the LD_LIBRARY_PATH values in it so it is not an environment issue.

Has anyone else faced similar issues? I am using a Linux machine on Intel Itanium chipset(ia64).

[376 byte] By [gurumurthyaa] at [2007-11-26 14:40:21]
# 1
> Hi I am trying to load a dynamic library through java> 1.4.2_12. It results in a hotspot error.it might help to post the error?
SoulTech2012a at 2007-7-8 8:21:39 > top of Java-index,Desktop,Runtime Environment...
# 2

#

# An unexpected error has been detected by HotSpot Virtual Machine:

#

# SIGSEGV (0xb) at pc=0x200000000018d381, pid=8969, tid=2305843009214304944

#

# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_12-b03 mixed mode)

# Problematic frame:

# C [libc.so.6.1+0xdd381]

#

# An error report file with more information is saved as hs_err_pid8969.log

#

# If you would like to submit a bug report, please visit:

#http://java.sun.com/webapps/bugreport/crash.jsp

#

Abort (core dumped)

gurumurthyaa at 2007-7-8 8:21:39 > top of Java-index,Desktop,Runtime Environment...