David Hubbard wrote:
I'm going to try to reproduce this. In the meantime, can you run in the debugger and post the entire stack frame?Hi Dave,I run an xslt that uses the document function. When it runs thefollowing assert gets hit in Xalanvector.hpp:invariants() const {assert(m_allocation >= m_size); <<<<<<<<assert( m_data == 0 && m_allocation == 0 || m_data != 0 && m_allocation != 0); }
Thanks! Dave