Hi,
We are accessing our remote webserver using libcurl.We are using GET method to post the request.The request is a simplified URL.We will receive XML Response for the URL request.
Problem
For Few Scenarios, response for the URL request is received & our component is killed abruptly. Can anyone pls help me what would be the reason for this issue at the earliest.
I have attached the core dump below which will help to track the issue clearly.
Well malloc doesn't like something on its stack. Are you saying that your UNIX kernal dumps core, or a process?
Without more data, I would guess that something in the XML is funky. Try to log what you're receiving (write it to a log file perhaps.) I always find truss very helpful. Depending on what flavor of UNIX you have, the truss program may be called something different.
Thanks Kooth...
Our process ( asof _ace ) dumps the core. And we tried to simulate the same scenario with the exact XML response which was returned while crashing, but the system didn’t crash, every thing was fine.