On Fri, Jan 05, 2007 at 05:12:29PM +0530, Yeshwanth C wrote: > I did that also i.e. call xmlInitParser only once in the constructor, but > internally i.e xmlParseFile() calls xmlInitParser() and the application > crashes. Kindly advise
Ah okay, but then it should have the global variable initialized and return immediately. Never call xmlParserCleanup() and make 100% sure your libxml2/xmlsec and own code are compiled with exactly the same compiler with exactly the same flags, mysterious crashes like this are a Windows speciality when mixing runtimes. Sorry but this get OS and compiler specific at that point, and there is no way I can provide any kind of debug advaice on your platform. If not resolved by those steps, check with the support for your compiler/runtime/os provider(s) Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
