Operating System - HP-UX
1834018 Members
2081 Online
110063 Solutions
New Discussion

Re: tracing the source of a signal

 
SOLVED
Go to solution
Brendan Corcoran
Occasional Contributor

tracing the source of a signal

Hi, Our java process on HP-UX is crashing with the below error.

The error indicates that the java process received an unexpected signal (signal 6).

Is there a way to trace who/what/where this signal came from?

ta,
Brendan

#
# Java version:
# Java HotSpot(TM) Server VM (mixed mode)
#
# HotSpot Virtual Machine Error, Internal Error
#
# Fatal: Deadlock in safepoint code. stopped at 00000000
#
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/runtime/safepoint.cpp, 297
#
# Problematic Thread: prio=1 tid=0x410d5000 nid=84 lwp_id=8713 runnable
#


Execution error : file ''
error code: 115, pc=0, call=1, seg=0
115 Unexpected signal (Signal 6)


We are running:
- HP-UX 11.0
- WebLogic 6.1
- java version "1.3.1.00-release"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.00-release-010607-16:53-PA_RISC1.1)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.00-release-010607-19:35-PA_RISC2.0 PA2.0, mixed mode)
2 REPLIES 2
Michael Tully
Honored Contributor
Solution

Re: tracing the source of a signal

You could try 'tusc'

You can get an already compiled version from the HP Porting Centre.

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.3/
Anyone for a Mutiny ?
kish_1
Valued Contributor

Re: tracing the source of a signal

use following option once you download tusc.
tusc -f -l -p -E -o /tmp/tusc.out command
share the power of the knowledge