cURL / Mailing Lists / curl-library / Single Mail

curl-library

broken pipe

From: Yi Li <Michael.li_at_playstarmusic.com>
Date: Wed, 18 Jan 2006 09:40:58 -0700

Hi,

I use curl lib to download urls from a file.

Here is what I got from gdb:
Program received signal SIGPIPE, Broken pipe.
[Switching to Thread -1229947984 (LWP 3396)]
0x00fdc402 in __kernel_vsyscall ()
(gdb) where
#0 0x00fdc402 in __kernel_vsyscall ()
#1 0x006e60bb in __write_nocancel () from /lib/libpthread.so.0
#2 0x0094e9a7 in BIO_sock_should_retry () from /lib/libcrypto.so.5
#3 0x0094c94a in BIO_write () from /lib/libcrypto.so.5
#4 0x008bc6cf in ssl3_change_cipher_state () from /lib/libssl.so.5
#5 0x008bc794 in ssl3_dispatch_alert () from /lib/libssl.so.5
#6 0x008bcd9f in ssl3_send_alert () from /lib/libssl.so.5
#7 0x008badc0 in ssl3_shutdown () from /lib/libssl.so.5
#8 0x008c2aa3 in SSL_shutdown () from /lib/libssl.so.5
#9 0x008165fb in Curl_SSL_Close () from /usr/lib/libcurl.so.3
#10 0x00810699 in Curl_disconnect () from /usr/lib/libcurl.so.3
#11 0x0081208e in Curl_setopt () from /usr/lib/libcurl.so.3
#12 0x00813093 in Curl_connect () from /usr/lib/libcurl.so.3
#13 0x0081d074 in Curl_follow () from /usr/lib/libcurl.so.3
#14 0x0081f311 in Curl_perform () from /usr/lib/libcurl.so.3
#15 0x0081f8f1 in curl_easy_perform () from /usr/lib/libcurl.so.3
#16 0x0804955b in singleFetch () at crawler.cc:148
#17 0x006e1b80 in start_thread () from /lib/libpthread.so.0
#18 0x00639dee in clone () from /lib/libc.so.6

curl -V
curl 7.15.1 (i686-pc-linux-gnu) libcurl/7.15.1 OpenSSL/0.9.7f
zlib/1.2.2.2 libidn/0.5.15
Protocols: tftp ftp gopher telnet dict ldap http file https ftps
Features: IDN Largefile NTLM SSL libz

I use Fedora 4

Thanks

Michael

Received on 2006-01-18