andrejusc wrote:
Hi,
Under high load of my application sometimes I get uncaught exception (i.e.
console output as "Generic exception caught!"), while having such code:

        XPathEvaluator  theEvaluator;
        NodeRefList     theResult;

...

What could be a reason of that? Should I check release of any particular

Your program has a bug, or there's a bug in Xalan-C. Without more information about the exception, it's really just a guess.

object from time to time? Or availability of MemoryManager or anything else?
As I've said it happens only rarely.

Run your application under load in the debugger, and hope that the exception is triggered. The debugger will have more information about the exception.

I have rebuilt the latest Xalan-C under SVN 1_10 tag, but still the same.

That's not the "latest" Xalan-C -- that's simply the same set of source code that was used to build the 1.10 release.

Dave

Reply via email to