[xsd-users] OutOfMemoryException when loading binary schema

Christian Sell christian at gsvitec.com
Thu Oct 2 15:02:30 EDT 2014


Hello,

I have successfully implemented the embedded schema procedure as given in the
XSD examples under Win32. Now I have ported everything over to Linux-gcc64, and
got the compile to succeed (always with newest Xerces and XSD). However, when I
invoke the program, I get a "xercesc_3_1::OutOfMemoryException".

When debugging, I see the error happening ate the following statement:

gp->deserializeGrammars(&is);

Does anyone have a hint what I may be doing wrong?

thanks,
Christian


More information about the xsd-users mailing list