cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-466713 ] libcurl hangs

From: <noreply_at_sourceforge.net>
Date: Sun, 30 Sep 2001 20:59:12 -0700

Bugs item #466713, was opened at 2001-09-30 20:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=466713&group_id=976

Category: libcurl
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: libcurl hangs

Initial Comment:
I have a problem with libcurl hanging when I try to
get an FTP listing from a particular server. It
worked fine for quite a while with no problem and then
suddenly didn't work anymore. That makes me suspect
it is something with the server I am trying to contact
but take a look at the strange behavior below:

using command-line curl:
< 220 fm1 FTP server (Version wu-2.4(18) Mon Sep 21
16:00:35 CDT 1998) ready.
> USER fm006911
< 331 Password required for fm006911.

and goes on it's merry way...

using libcurl:
< 220 fm1 FTP server (Version wu-2.4(18) Mon Sep 21
16:00:35 CDT 1998) ready.
> USER fm006911

hangs... never responds

Here's the version of curl I'm using:
curl 7.9 (i586-pc-linux-gnu) libcurl 7.9 (OpenSSL
0.9.6a)

Operating system:
Linux priscilla.asc.com 2.2.19-6.2.7 #1 Thu Jun 14
07:23:17 EDT 2001 i586 unknown

Here's a stack trace when I stop the program in gdb
(url hidden for security):
#0 GetLastResponse (sockfd=6, buf=0x805ae0c "",
conn=0x8067b00) at ftp.c:254
#1 0x40045442 in ftp_connect (conn=0x8067b00) at
ftp.c:453
#2 0x40049955 in curl_connect (curl=0x805ad60,
in_connect=0xbfffe4e4)
    at url.c:1438
#3 0x400504a5 in curl_transfer (curl=0x805ad60) at
highlevel.c:627
#4 0x400507b8 in curl_easy_perform (curl=0x805ad60)
at easy.c:157
#5 0x804ff31 in curlit (curl=0x805ad60,
    
url=0x805a968 "ftp://xxx.xxx.xxx.xxx//xxxxxxx/xxxxxxxx/
",
    filename=0x8054958 "ftplisting.txt", numtries=3)
at funclib.cc:219
#6 0x804d4f2 in main (argc=2, argv=0xbffffb84) at
ftptool.cc:101

Any ideas?

Skeets Norquist
skeetsnorquist_at_yahoo.com
Software Developer

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=466713&group_id=976
Received on 2001-10-01