Hi,

I'm using libcurl-7.22.0 in our project, and when CURLMOPT_PIPELINING is 
enabled, curl_multi_setopt(curlm, CURLMOPT_PIPELINING, 1), our application 
crashed in libcurl with backtrace as below. After changing it as 
curl_multi_setopt(curlm, CURLMOPT_PIPELINING, 0), it's all fine. Did anyone see 
same issue?

(gdb) bt
#0  0x000000000065fb75 in singlesocket ()
#1  0x000000000065fee5 in multi_socket ()
#2  0x00000000006600bf in curl_multi_socket_action ()
...
#6  0x00000038516077f1 in start_thread () from /lib64/libpthread.so.0
#7  0x00000038512e570d in clone () from /lib64/libc.so.6

regards,
yamin
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to