when validating some big xml file (~1000 lines) against its schema (built up from 12 files, altogether ~1500 lines), I constantly get segmentation fault in linux and freezing the client under win32 platform (nag screen "please report this problem Microsoft ..." occures). XSDvalid tells me my XML instance would be correct.
My question is, how to report this error correctly, i.e. how to do some memory dump or similar..
thanks for reply,
Stephan R.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
when validating some big xml file (~1000 lines) against its schema (built up from 12 files, altogether ~1500 lines), I constantly get segmentation fault in linux and freezing the client under win32 platform (nag screen "please report this problem Microsoft ..." occures). XSDvalid tells me my XML instance would be correct.
My question is, how to report this error correctly, i.e. how to do some memory dump or similar..
thanks for reply,
Stephan R.
You can load core dump in debugger and provide stack trace.
Thanks,
--MG