On Thu, 17 Sep 2009, Ganesh Ragavan wrote:
I am trying to run the following piece of code (I created this code to
narrow down my problem). The code does the job for 1000 iterations in the
while loop. In the while loop, after the sleep (1001 th iteration), the
code crashes at the line curl_easy_perform(curl_desc).
So this is 7.18.2 on Windows? What OpenSSL version? Using OpenSSL static or
DLL?
Two ideas:
1 - try 7.19.6 and see if that shows the same problem
2 - set a break-point in the library and run with a debugger and check
what libcurl passes as input to SSL_shutdown()
--
/ daniel.haxx.se