cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Difficulty in using curl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 1 Jan 2009 22:26:53 +0100 (CET)

On Thu, 1 Jan 2009, Yogesh Roy wrote:

For libcurl related stuff, consider the curl-library list instead!

> when i use this static curl in my application and use MyFunc for downloading
> a file either sequentially or multithreaded, the first file downloads fine
> but then the library gets into an infinite loop in the function "static
> struct curl_slist *slist_get_last(struct curl_slist *list)" in sendf.c where
> item->next point to the same item as item itself. also sometimes memory
> corruption is present.i cant figure out what is wrong, please help. am using
> VS 2005 SP1 for building both curl static lib and libcurl

Using a recent libcurl I presume?

It gives me the feeling something is not behaving in a way libcurl likes. Can
you show us a small application that uses libcurl and makes this problem
occur?

And when you do, please switch to the curl-library list as you'll reach a far
better audience for that there!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-01-01