You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pop Olimpiu <ol...@gmail.com> on 2008/04/22 08:45:13 UTC

hs_err_pidPID.log reading

Hi ,

I encountered a problem on my production server. At a certain moment the
application just stops functioning,
After following the error logs I found an hs_err_pidPID.log which seams to
show me what is the problem....
so far so good, the only remaining problem is that I`m a novice at this kind
of problem...and I don`t know how
to interpret this log file.

So can you please point me in the right direction?

Thanks.


*Log file fragment :*



#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb60091bb, pid=7032, tid=1667169200
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0_02-b05 mixed mode)
# Problematic frame:
# J
org.apache.axis.encoding.ser.BeanDeserializer.onStartElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;Lorg/apache/axis/encoding/DeserializationContext;)V
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x51130800):  JavaThread "RMI TCP Connection(1590)-127.0.1.1"
daemon [_thread_in_Java, id=17378]

siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00630081

Registers:
EAX=0x00000000, EBX=0x00630069, ECX=0x6a88f510, EDX=0x6a88f510
ESP=0x635edc90, EBP=0x6a88f510, ESI=0x9b85ab80, EDI=0x00000000
EIP=0xb60091bb, CR2=0x00630081, EFLAGS=0x00010246

Top of Stack: (sp=0x635edc90)
0x635edc90:   6bae26b8 00000000 00000004 00000000
0x635edca0:   9ff61bc0 936c8aa8 77ed0268 00000003
0x635edcb0:   77fffbc0 1592ff4f 0000000f 87926240
0x635edcc0:   00000013 6a88f6a8 08e5ccad 9b847760
0x635edcd0:   9b8be7d8 00000000 00000006 6c1e4d60
0x635edce0:   6bceead0 9f8370b8 00000023 0000001e
0x635edcf0:   00000000 51130800 6c1e4e18 00000002
0x635edd00:   b4d08da7 6bceed28 00000000 6bceecc0

Instructions: (pc=0xb60091bb)
0xb60091ab:   5d 2c 85 db 0f 84 f0 3c 00 00 8b cd 8b d1 33 ff
0xb60091bb:   89 7b 18 bb 00 00 00 00 89 5d 38 8d 49 04 8b 5c

Stack: [0x6359f000,0x635f0000),  sp=0x635edc90,  free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
J
org.apache.axis.encoding.ser.BeanDeserializer.onStartElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;Lorg/apache/axis/encoding/DeserializationContext;)V







-- 
Olimpiu Gh. Pop, student at "Babes-Bolyai" University Cluj-Napoca
Romania,Faculty of Computer Science

Current Address:Pasteur Street,No 52 bl 6/1 ap 46 Cluj-Napoca,Romania

Re: hs_err_pidPID.log reading

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chuck,

Caldarale, Charles R wrote:
|> From: Pop Olimpiu [mailto:olimpiu.pop@gmail.com]
|> Subject: hs_err_pidPID.log reading
|>
|> After following the error logs I found an hs_err_pidPID.log
|> which seams to show me what is the problem....
|
| This is a JVM, not Tomcat, problem.  I would try moving to the latest
| version of 1.6 and see if the problem persists.  If it does, file a bug
| report with Sun, as described in the message you're seeing.

My experience with Sun has been that they casually look at SIGSEGV
reports, but basically nothing ever gets fixed. The reason is that seg
faults, though sometimes caused by bad code in the VM, are usually due
to other outrageous reasons like stray alpha particles and bad hardware.
As stupid as this sounds, it's often the truth. Every time I've heard of
a SIG11 happening on a Java app, a hardware replacement has fixed it
100% of the time.

For the OP:
http://www.bitwizard.nl/sig11/

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgOD3AACgkQ9CaO5/Lv0PC8CACeJyZ6xDjzUzUFaJWcUsa52pRx
1l4An3wY/B755cToHX3VkAspsNrEHpmd
=nQm4
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: hs_err_pidPID.log reading

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Pop Olimpiu [mailto:olimpiu.pop@gmail.com] 
> Subject: hs_err_pidPID.log reading
> 
> After following the error logs I found an hs_err_pidPID.log 
> which seams to show me what is the problem....

This is a JVM, not Tomcat, problem.  I would try moving to the latest
version of 1.6 and see if the problem persists.  If it does, file a bug
report with Sun, as described in the message you're seeing.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org