Suzy Creamcheese wrote:
I have a program that has been creating a log file for quite some time.
Recently, parsing the XML yields a XMLErrs::Codes exception that I cannot
catch it would seem, and causes the application to crash. Validation tools
on the internet find nothing wrong with the XML being parsed, and it is not
particularly large. I don't know what the problem is, but don't really care,
because I can not have this sort of thing crashing my application because it
should be fault tolerant.

Obviously you care, because you took the time to post to the mailing list, and you've stated you don't want your application to crash. Perhaps I'm misinterpreting the tone of your post, but please remember this list consists of people volunteering their time, so asking nicely is much better than a flippant post that provides no useful information.

If you want help, you'll need to give us something to go on. For example, a document instance that causes the crash, and a stack trace would help. Or better yet, post a standalone set of inputs, including source code, that someone can use to reproduce the problem.

Dave

Reply via email to