Hello, We are using the curl library in Asterisk (Voip stuff) in order to make some http requests. We have noticed that the library crashes when multiple requests are sent to a ip that gives a "request timed out" response. Our application crashes in the curl library:
(gdb) bt #0 0x0000003e8ce30265 in raise () from /lib64/libc.so.6 #1 0x0000003e8ce31d10 in abort () from /lib64/libc.so.6 #2 0x0000003e8ce6a84b in __libc_message () from /lib64/libc.so.6 #3 0x0000003e8ce7230f in _int_free () from /lib64/libc.so.6 #4 0x0000003e8ce7276b in free () from /lib64/libc.so.6 #5 0x000000314bc18c38 in Curl_disconnect (conn=0x2aaacc3caea0) at url.c:1656 #6 0x000000314bc2b038 in multi_runsingle (multi=0x2aaac800d5d0, easy=0x2aaacc2388c0) at multi.c:741 #7 0x000000314bc2b402 in curl_multi_perform (multi_handle=0x2aaac800d5d0, running_handles=0x442bc09c) at multi.c:953 #8 0x00002aaabfbe5a3f in RequestMultiCurl (data1=0x0, data2=0x0) at curl_service.c:293 #9 0x00002aaabfbe93d2 in workerService (queue=0x2aaac800d410) at data_queue.c:183 #10 0x0000003e8da0673d in start_thread () from /lib64/libpthread.so.0 #11 0x0000003e8ced3f6d in clone () from /lib64/libc.so.6 I'm using this curl version curl-7.15.5-9.el5_6.3 (comes with Centos 5.6). Can anyone help me understand what the problem is here? Thanks
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
