David Hubbard wrote:
Hi Dave,

I run an xslt that uses the document function. When it runs the
following 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);
    }


I'm going to try to reproduce this. In the meantime, can you run in the debugger and post the entire stack frame?

Thanks!

Dave

Reply via email to