|
unexpected exception outside java VM in Linux
Hi guys,
I'm testing 1.5.1 ICE as a Java server on Linux:
OS - Redhat AS
kernel - 2.4.21 (smp)
the following error log was given while the server was running:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 4 occurred at PC=0xB75EBC32
Function=(null)
Library=/lib/ld-linux.so.2
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at java.lang.Object.wait(Native Method)
- waiting on <0x38c5b820> (a IceInternal.ObjectAdapterFactory)
at java.lang.Object.wait(Object.java:429)
at IceInternal.ObjectAdapterFactory.waitForShutdown(O bjectAdapterFactory.java:51)
- locked <0x38c5b820> (a IceInternal.ObjectAdapterFactory)
at Ice.CommunicatorI.waitForShutdown(CommunicatorI.ja va:76)
at com.yesasia.search.external.server.SearchServer.ru n(SearchServer.java:27)
at Ice.Application.main(Application.java:66)
at Ice.Application.main(Application.java:31)
at com.yesasia.search.external.server.SearchServer.ma in(SearchServer.java:34)
|