|
Hello,
I am currently working on a multi-threaded application using Xerces C++ SAX parser (v. 1.5.1) on Solaris 7.0. The application is working fine until an fatal exception is raised (SAXParseException) due to an invalid XML. It crashes the application consistently. After looking into the apache website - http://xml.apache.org/xerces-c/faq-parse.html#faq-12, it states that the throw-call on Solaris 2.6 is not thread safe. However, I am using Solaris 7. Can anyone let me know if the throw-call issue still exists on Solaris 7? If not, is there a way get around the exception problem? Thanks for the info. Peter |
