RE: xerces 3.2.2 crashing on AIX

2019-09-17 Thread Mark Douglas
Hi Ananta, Does the content of the test.xml file make a difference? If so, it would be worth adding the file here so others can test. Regards, Mark -Original Message- From: Ananta Swain Sent: 17 September 2019 08:53 To: c-users@xerces.apache.org Subject: xerces 3.2.2 crashing on AIX

xerces 3.2.2 crashing on AIX

2019-09-17 Thread Ananta Swain
Hi Experts, I have this small test program which is failing on xerces 3.2.2 but passing with 3.1.4. Please help. bash-4.2$ cat xerces_test.cpp #include using namespace std; using namespace obixercesc_3_2; int main() { XMLPlatformUtils::Initialize(); XercesDOMParser *parser = new

Re: xerces 3.2.2 crashing on AIX

2019-09-17 Thread Ananta Swain
Hi Mark, This is the xml file content. ar cs I repeat that it happens on AIX and with xerces 3.2.2. I is working fine with xerces 3.1.4 with same OS and compiler versions. Thanks, Ananta On Tue, Sep 17, 2019 at 1:26 PM Mark Douglas wrote: > Hi Ananta,