Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unexpected Signal : 10 occurred at....

843811Aug 11 2004 — edited Aug 13 2004
Using JPL to execute some perl within Java. After a certain number of calls between the two I get the following error. Would appreciate any help with this matter.

Thanks

Stephen

Unexpected Signal : 10 occurred at PC=0xFE0EE000
Function=[Unknown. Nearest: JVM_IsSupportedJNIVersion+0x984]
Library=/usr/j2se/jre/lib/sparc/client/libjvm.so

Current Java thread:
at JPLINManager.retreiveRecords(Native Method)
at CTPRetrieveCPAreas.main(CTPRetrieveCPAreas.java:72)

Dynamic libraries:
0x10000 java
0xff360000 /usr/lib/libthread.so.1
0xff3a0000 /usr/lib/libdl.so.1
0xff200000 /usr/lib/libc.so.1
0xff330000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
0xfe000000 /usr/j2se/jre/lib/sparc/client/libjvm.so
0xff2e0000 /usr/lib/libCrun.so.1
0xff1e0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff0d0000 /usr/lib/libm.so.1
0xff1c0000 /usr/lib/libsched.so.1
0xff310000 /usr/lib/libw.so.1
0xff0a0000 /usr/lib/libmp.so.2
0xff070000 /usr/j2se/jre/lib/sparc/native_threads/libhpi.so
0xff020000 /usr/j2se/jre/lib/sparc/libverify.so
0xfe7c0000 /usr/j2se/jre/lib/sparc/libjava.so
0xfe7a0000 /usr/j2se/jre/lib/sparc/libzip.so
0xfdeb0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
0xfddb0000 /export/home/sb/SXIAPI/Prototype/JPLINManager/libJPLINManager.so
0xf1280000 /usr/local/lib/perl5/5.8.4/sun4-solaris/CORE/libperl.so
0xfc3e0000 /usr/jpl/lib/sun4-solaris/libPerlInterpreter.so
0xfc3a0000 /usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/JNI/JNI.so
0xf1180000 /usr/j2se/jre/lib/sparc/libawt.so
0xfc180000 /usr/j2se/jre/lib/sparc/libmlib_image.so
0xfc2e0000 /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/Socket/Socket.so
0xfc2c0000 /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/Sys/Hostname/Hostname.so
0xfc2a0000 /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/Cwd/Cwd.so
0xfc160000 /usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/SVRQ/SVRQ.so
0xfbbe0000 /usr/lib/nss_files.so.1

Heap at VM Abort:
Heap
def new generation total 2112K, used 136K [0xf1400000, 0xf1620000, 0xf1b10000)
eden space 2048K, 6% used [0xf1400000, 0xf1422038, 0xf1600000)
from space 64K, 0% used [0xf1600000, 0xf1600000, 0xf1610000)
to space 64K, 0% used [0xf1610000, 0xf1610000, 0xf1620000)
tenured generation total 1408K, used 0K [0xf1b10000, 0xf1c70000, 0xf5400000)
the space 1408K, 0% used [0xf1b10000, 0xf1b10000, 0xf1b10200, 0xf1c70000)
compacting perm gen total 4096K, used 1057K [0xf5400000, 0xf5800000, 0xf9400000)
the space 4096K, 25% used [0xf5400000, 0xf5508658, 0xf5508800, 0xf5800000)

Local Time = Wed Aug 11 15:48:22 2004
Elapsed Time = 2
#
# HotSpot Virtual Machine Error : 10
# Error ID : 4F530E43505002EF 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid2924.log.
# Please refer to the file for further information.
#
Abort(coredump)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2004
Added on Aug 11 2004
2 comments
171 views