[jdom-interest] JDOM cause JVM crash?

Ben Liang bliang at onmd.com
Wed Oct 2 11:06:11 PDT 2002


I don't have any threads in my java code, it happens to any xml documents that the web app tried to read. Since the web app runs in a servlet engine (tomcat) which has its threads to handle the request, it could be somthing there. I have the same programs runs on Window 98/2000 and Linux (RH 7.2) with no problem at all. Only when we move the programs to a Solaris box that the JVM crash happen, and the stack trace always the same (throw at SAXBuilder). 

Ben
  ----- Original Message ----- 
  From: Paul French 
  To: 'Ben Liang' ; jdom-interest at jdom.org 
  Sent: Wednesday, October 02, 2002 12:23 PM
  Subject: RE: [jdom-interest] JDOM cause JVM crash?


  I had a similar error message Unexpected Signal : 10 occurred at.....

  when I accidentally had multiple java threads calling a single native thread. No idea if this applicable to your situation!!!

  Paul

   

  -----Original Message-----
  From: Ben Liang [mailto:bliang at onmd.com] 
  Sent: 02 October 2002 17:42
  To: jdom-interest at jdom.org
  Subject: [jdom-interest] JDOM cause JVM crash?

   

  I am using JDOM in Solaris / JDK_1.3.1_04 / Tomcat 4.0.4, and JVM crashes whenever I try to read a xml using JDOM. Can anyone possible shed some light on this?

   

  Stack Trace:

  Unexpected Signal : 10 occurred at PC=0xfe510ad8

  Function name=JVM_GetStackAccessControlContext

  Library=/export/oldhome/j2sdk1_3_1_04/jre/lib/sparc/client/libjvm.so

  Current Java thread:

  at java.lang.Throwable.fillInStackTrace(Native Method)

  at java.lang.Throwable.<init>(Throwable.java:73)

  at java.lang.Exception.<init>(Exception.java:24)

  at java.lang.RuntimeException.<init>(RuntimeException.java:28)

  at java.lang.IllegalMonitorStateException.<init>(IllegalMonitorStateException.java:29)

  at org.jdom.input.SAXBuilder.createParser(SAXBuilder.java:416)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20021002/d5a7c918/attachment.htm


More information about the jdom-interest mailing list