Our convertd thread crashes regularly using the network edition trial on 64bit RHEL. The perl scrip starts it back up again, but it's keeps dying. Eventually, most of the messages are getting through, but it can take a long time. I'm guessing that it has something to do with native calls to 32bit verity libs. Are there 64bit versions of these libs available? Java crash log sample below:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x00000000, pid=31615, tid=4066270112
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
# Problematic frame:
# C 0x00000000
#
--------------- T H R E A D ---------------
Current thread (0x0809a4b8): JavaThread "Finalizer" daemon [_thread_in_native, id=31649]
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
... stacks, threads, blah blah, then the important part
Stack: [0xf2565000,0xf25e6000), sp=0xf25e4a94, free space=510k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.verity.api.filter.Filter.closeFilter(J)V+0
j com.verity.api.filter.Filter.finalize()V+14
v ~StubRoutines::call_stub
j java.lang.ref.Finalizer.invokeFinalizeMethod(Ljava/lang/ObjectV+0
j java.lang.ref.Finalizer.runFinalizer()V+45
j java.lang.ref.Finalizer.access$100(Ljava/lang/ref/FinalizerV+1
j java.lang.ref.Finalizer$FinalizerThread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x08549210 JavaThread "TcpWatchdog-1" daemon [_thread_blocked, id=31660]
0x0854b3a0 JavaThread "Convertd-2" [_thread_in_native, id=31659]
0x0854b218 JavaThread "Convertd-1" [_thread_in_native, id=31657]
0x0805cae8 JavaThread "DestroyJavaVM" [_thread_blocked, id=31615]
0x08546ef0 JavaThread "Convertd" [_thread_in_native, id=31655]
0x08547480 JavaThread "Thread-0" daemon [_thread_blocked, id=31654]
0x080a38a8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=31652]
0x080a2300 JavaThread "CompilerThread0" daemon [_thread_blocked, id=31651]
0x080a1238 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=31650]
=>0x0809a4b8 JavaThread "Finalizer" daemon [_thread_in_native, id=31649]
0x08099760 JavaThread "Reference Handler" daemon [_thread_blocked, id=31648]


LinkBack URL
About LinkBacks
V+0

