Re: Crash on org.apache.xerces.dom.DeferredDocumentImpl.getPrevSibling

2009-06-23 Thread Michael Glavassevich
Hi Jaime, Xerces doesn't contain any native code. It's pure Java. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Jaime Saiz wrote on 06/23/2009 03:47:46 AM: > Hi, Michael. > > Thanks for your reply. > > Before openi

Re: Crash on org.apache.xerces.dom.DeferredDocumentImpl.getPrevSibling

2009-06-23 Thread Jaime Saiz
Hi, Michael. Thanks for your reply. Before opening a bug in Sun's database, I would like to be sure this is not an issue, e.g. on some native code that is called for Xerces. For example, if the reported method is executing some C++ code and it crashes because of some access violation, the JV

Re: Crash on org.apache.xerces.dom.DeferredDocumentImpl.getPrevSibling

2009-06-22 Thread Michael Glavassevich
Hi, This looks like a bug in the JVM you're using and the error suggests where [1] you should open a bug report if you want to get it resolved. Perhaps you could try a different JDK. Thanks. [1] http://java.sun.com/webapps/bugreport/crash.jsp Michael Glavassevich XML Parser Development IBM Toro

Crash on org.apache.xerces.dom.DeferredDocumentImpl.getPrevSibling

2009-06-22 Thread Jaime Saiz
Hi all. In a Java application that does some XML parsing at start-up, a Windows user gets sometimes a JVM crash. This has happened in two different parts of our Java code, but the crash point is org.apache.xerces.dom.DeferredDocumentImpl.getPrevSibling in both cases. Many thanks for any he