Operating System - HP-UX
1834599 Members
4415 Online
110069 Solutions
New Discussion

Reason behind the below error ?

 
nallamolu
Advisor

Reason behind the below error ?

Hi World,

What is the reason behind the below error message ?

What is the solution for this error.

#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (11) at pc=c0000000086061c1, pid=29469, tid=18
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0.02 jinteg:09.27.08-08:51 IA64W mixed mode)
# Problematic frame:
# C [libHpuxItanium64Stats.so+0x21c1]

Thanks in advance,
Gopi
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: Reason behind the below error ?

HI:

Segmentation faults (SIGSEG) are the result of atteming to access an invalid memory SEGment. Most often there are null pointer dereferences and as such are program bugs.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: Reason behind the below error ?

This looks like a continuation of your other thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1302344