anirbb wrote:
Hi,
We are trying to use xalanc build with stlport library. We are having an
issue --- for some of our xslt, the xalanc binary is hanging. If we do
pstack, the following is the output:
I don't see any STLport code in the stack. Can you please build with
debug and try this again? Also, please make sure you build a version of
Xalan-C that uses the compiler-supplied standard library to make sure
it's not a compiler problem, or a problem with your usage.
It would also be helpful if you provided the exact version of the Sun
compiler you're using, the exact version of the STLport library, and any
extra command line options you've added to get the compiler to use
STLport instead of the compiler's own standard library.
Note that Xalan-C does not use any of the containers from the standard
library. It does, however, use basic iterator types and the iostreams.
Dave