cURL / Mailing Lists / curl-users / Single Mail

curl-users

Libcurl hangs at Curl_splay()

From: sachin dravid <sachin.dravid1_at_gmail.com>
Date: Wed, 21 Aug 2013 17:43:10 +0530

Hello All,

I am using 7.25 libcurl version.
Issue
======
My program is getting hang in Curl_splay() under curl_multi_perform().

Program overview
==============
I am using HTTP PUT requests. I have a global CURLM handle.
I have a producer (main) thread, and it does curl_multi_add_handle.
There is one consumer thread which continuously doing curl_multi_perform.
I have put mutex around all functions using CURLM handle.

I am not getting this issue every time. It appears intermittently.

Could anyone provide any pointers to resolve this issue?

-- 
Thanks and Regards,
Sachin Dravid
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-08-21