cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Need ur help ASAP

From: Ben Greear <greearb_at_candelatech.com>
Date: Wed, 31 Mar 2010 07:49:44 -0700

On 03/31/2010 04:28 AM, Anjalinbenedicta J wrote:
>
> 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 _*
>
> When libcurl do DNS Cache look up gets timed out, our component is
> getting crashed..
>
> Can you please help me what would be the solution for this problem
> at the earliest...
>
> For Few Scenarios, The URL request is not being posted and our
> component is killed abruptly.Can anyone pls help me what would be
> the reason for this issue.It would be great if any one reply me the
> quick response.
>
> Thanks in anticipation
>
> I Have attached the log below which will help to track the issue
> clearly. our component is killed in the last statement of failure
> scenario abruptly.

Run it under gdb or maybe valgrind and figure out the backtrace of
where it crashes.

Valgrind is nice because it will catch memory access errors before
the system crashes.

Thanks,
Ben

-- 
Ben Greear <greearb_at_candelatech.com>
Candela Technologies Inc  http://www.candelatech.com
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-03-31