curl-library
Re: crash in libcurl
Date: Sat, 22 Oct 2005 12:31:37 -0700 (PDT)
Thanks for the tip. I'll continue to look. But the
pthread I have is pretty simple. All it does is to
query a server every 5 minutes using a piece of code
very similar to the https.c sample. This crash usually
happens when second query is sent. And it crashes in
curl_easy_perform if I keep same curl handle.
The version of libcurl is 7.14.1.
-Justin
--- Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Fri, 21 Oct 2005, J D wrote:
>
> > I need a quick https client but it crashes every
> time I call
> > cury_easy_cleanup. It looks like a bad pointer
> being freed.
>
> The most common reason for crashes like this is that
> your application has
> destroyed some memory.
>
> > But I suspect I did something wrong while
> cross-compling libcurl.
>
> I don't think that is very likely. If you could
> build and run libcurl, it is
> almost guaranteed that you built it right.
>
> --
> Commercial curl and libcurl Technical Support:
> http://haxx.se/curl.html
>
Received on 2005-10-22