Hi,
I¹m porting some programs I¹ve inherited from Tru64 to HP-UX (IA64). The
code uses Xalan 1.10, along with Xerces 2.7. I¹m running into an issue
where the program core dumps when calling XalanTransformer::initialize().
Below is an output from a gdb session. If it¹s worth mentioning, we¹re using
a third party product that already comes with the Xalan and Xerces libraries
precompiled.
#0 0xc00000002336d7c0:0 in
xalanc_1_10::XalanVector<char,xalanc_1_10::MemoryManagedConstructionTraits<c
har> >::allocate ()
at
/users/cesc2/3rdparty/xml-xalan/c/src/xalanc/Include/XalanVector.hpp:944
#1 0xc000000023370e60:0 in
xalanc_1_10::XalanVector<char,xalanc_1_10::MemoryManagedConstructionTraits<c
har> >::ensureCapacity ()
at
/users/cesc2/3rdparty/xml-xalan/c/src/xalanc/Include/XalanVector.hpp:169
#2 0xc0000000233c4840:0 in
xalanc_1_10::XalanVector<char,xalanc_1_10::MemoryManagedConstructionTraits<c
har> >::insert ()
at
/users/cesc2/3rdparty/xml-xalan/c/src/xalanc/Include/XalanVector.hpp:427
#3 0xc000000023c21580:0 in xalanc_1_10::XalanTransformer::XalanTransformer
()
at
/users/cesc2/3rdparty/xml-xalan/c/src/xalanc/Include/XalanVector.hpp:907
#4 0xc000000023c222b0:0 in xalanc_1_10::XalanTransformer::XalanTransformer
()
Thanks