Symptoms: Random but very frequent server crashes without any real information in NSD while using NotesXSLTransform.
SPR HRON5RVK2L says it was fixed in 6.5.1, but we’re running 6.5.1 and it’s still happening. This means even an upgrade to 6.5.3 may not solve this.
Anyone else having the same issue? Anyone know of a workaround?
Subject: NotesXSLTransformer Bug Found on Linux - Easily Replicated
The bug causes an NSD anytime the Transformer encounters an error on a linux box (specifically Error Code 4604).
To replicate the error:
In the code, set ExitOnFirstFatalError = True.
In our case, we use NotesRichTextItems to store the XML data to be transformed. When we get “paragraphs” over 64K, a CRLF is insertered - often in the middle of a tag causing a malformed XML document. However, any malformed XML document or XPATH error has resulted in this error.
This should cause the Transformer to exit with Error Code 4604 and supply the error content in NotesXSLTransformer.log (this is the behaivor a Windows platforms).
Instead, on linux, the server NSDs.
We have confirmed this result through 6.5.4.