Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unexpected exception has been detected in native code outside the VM

Status
Not open for further replies.

kamal7777ahmed

Programmer
Jul 12, 2005
6
US
Hi,

I have an application on Solaris 9, and one of the servers crashed, and a file was created hs_err_pid<pid number>.log


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0xFEA64718
Function=__1cDstdElist4n0AEpair4ClnHebrokerIEventUid___n0AJallocator4n0D____Ferase6Mn0FIiterator_3_3_+0xA0
Library=/opt/esecurity4.2/communicator/libebroker_core.so

Cannot obtain thread information

Dynamic libraries:
0x10000 /opt/esecurity4.2/sentinel/bin/correlation_engine
0xff380000 /usr/lib/libpthread.so.1
0xff360000 /usr/lib/librt.so.1
0xfec00000 /opt/esecurity4.2/communicator/libACE.so.5.2.5
0xff280000 /usr/lib/libnsl.so.1
0xff210000 /opt/esecurity4.2/communicator/libebroker_rulelg.so
0xfe980000 /opt/esecurity4.2/communicator/libebroker_core.so
0xfe680000 /opt/esecurity4.2/communicator/libxalan-c1_4_0.so
0xfe380000 /opt/esecurity4.2/communicator/libxerces-c.so.21
0xfe280000 /opt/esecurity4.2/communicator/libcommunications.so
0xff1d0000 /opt/esecurity4.2/communicator/libXMLHelper.so
0xff1b0000 /opt/esecurity4.2/communicator/libuuid.so
0xfe100000 /usr/lib/libCstd.so.1
0xff180000 /usr/lib/libCrun.so.1
0xfe330000 /usr/lib/libm.so.1
0xff3a0000 /usr/lib/libw.so.1
0xfe0d0000 /usr/lib/libthread.so.1
0xfe000000 /usr/lib/libc.so.1
0xfe660000 /usr/lib/libaio.so.1
0xfe960000 /usr/lib/libmd5.so.1
0xfdfe0000 /usr/lib/libsocket.so.1
0xff3fa000 /usr/lib/libdl.so.1
0xfdfc0000 /usr/lib/libgen.so.1
0xfdfa0000 /usr/lib/libmp.so.2
0xfdf80000 /opt/esecurity4.2/communicator/libDiagnostics.so
0xfdf30000 /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
0xfebf0000 /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
0xfca40000 /opt/esecurity4.2/communicator/libSonicJNIStrategy.so
0xfc9f0000 /opt/esecurity4.2/communicator/libLogger.so
0xfde90000 /opt/esecurity4.2/communicator/libLoopbackStrategy.so
0xfc000000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/server/libjvm.so
0xfc9b0000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/native_threads/libhpi.so
0xfc850000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libverify.so
0xfc810000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libjava.so
0xfc990000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libzip.so
0xfbfd0000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libnet.so
0xfbf90000 /opt/esecurity4.2/communicator/libSecurityModule.so
0xeed00000 /opt/esecurity4.2/communicator/libCrypto.so
0xeec00000 /opt/esecurity4.2/communicator/OpenSSLCipherSPI.so

Local Time = Wed Oct 26 14:08:31 2005
Elapsed Time = 42
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)
#

any one know what should i do ? to stop this from happening, and why is it happening in the first place.

Thanks,
-Kamal.
 
Well, the error happened in libebroker_core.so, and you should search the resources (faq, patches, forum) of the provider of that library.

If the error isn't already reported you should report it, afaik.


seeking a job as java-programmer in Berlin:
 
Stefan,

Thank , but the libebroker_core.so is our's. i already reported this to sun. i am just researching on how it was caused, and how to avoid it, if this is a known bug in sun's hotstop version 1.4.1_02-b06 mixed mode, then i could just document it as a "known issue" in our release notes.
Thanks,
-Kamal.
 
If the error is thrown by your own library, I'd think more on a bug in the library than in the JVM ...

Unless it's tested on another version, of course.

Cheers,
Dian
 
I agree - it is 99% certain that if a native library that is your own has caused a fatal error, then it is that library that has failed - not the JVM - and so not Sun's fault. You should debug your native library ...

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top