cURL / Mailing Lists / curl-library / Single Mail

curl-library

libcurl hangs at Curl_splay()

From: Anand Vasudevan <anand_at_envionetworks.com>
Date: Fri, 13 Oct 2006 13:09:09 +0530

hi, am using libcurl-7.15.4 on Fedora core 5 and my application hangs
sometimes when subjected to stress test. Looks like its hitting the
infinite loop code in Curl_splay()..
  for (;;) {
    comp = compare(i, t->key);
.....

this is the stack trace of my application...any inputs please?

>strace -p 19770
Process 19770 attached - interrupt to quit
Process 19770 detached

>pstack 19770
#0 0xb54e8814 in Curl_splay ()
#1 0xb54e8930 in Curl_splaygetbest ()
#2 0xb54e2e96 in curl_multi_perform ()

TIA,
-anand
Received on 2006-10-13