> Thanks for the fast response David. 
> 
> I can now build the debug version of the libraries
> using the workaround. 
> 
> But the solution you suggested for the crash, doesnt
> seem to help.  I commented out that code (sqrt(-2.01))
> and I still get a crash.  here is a snippet of my dbx
> session.  I will play around a little bit more
> tomorrow. 
> 
> (dbx) stop in XalanTransformer::initialize
> [8] stop in
> xalanc_1_9::XalanTransformer::initialize(xercesc_2_6::MemoryManager&)
> (dbx) c
> [8] stopped in
> xalanc_1_9::XalanTransformer::initialize(xercesc_2_6::MemoryManager&)
> at 0x1059f4cc ($t1)
> 0x1059f4cc
> (xalanc_1_9::XalanTransformer::initialize(xercesc_2_6::MemoryManager&))
>    81823830        lwz   r12,0x3830(r2)

Are you sure you're initializing Xerces-C before you initialize Xalan-C? 
That's a requirement.

If you are initializing Xerces-C, then I suggest you run the debug version 
of Xalan-C, to see if you can reproduce the problem.

Dave

Reply via email to