Sunith wrote:
Hi
I am using following versions of Xalan and Xerces  (C++) on AIX
Xalan version 1.10.0.
Xerces version 2.7.0.

When i try transfroming a 50-60MB Xml file I get memory core dump.
I tried the same on some other servers which is working fine. This core dump
comes on on one particular AIX server. But when transform xml of smaller
size like 10-20MB, it works fine.

Am I missing something on that server?
You should check the ulimit settings on that server. If they are set significantly lower, then the OS may be killing your process.

You can examine the core file with your favorite debugger to see where the crash occurs.

Dave

Reply via email to