Bug 62475 - FTP hangs if the response to "QUIT" command gets lost for the first time
Summary: FTP hangs if the response to "QUIT" command gets lost for the first time
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ftp
Version: 7.1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-01 13:42 UTC by Need Real Name
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-13 09:19:34 UTC
Embargoed:


Attachments (Terms of Use)
tcpdump traces for the FTP scenario right from the begining of FTP till the hang. (790.19 KB, patch)
2002-04-01 14:57 UTC, Need Real Name
no flags Details | Diff

Description Need Real Name 2002-04-01 13:42:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (WinNT; U)

Description of problem:
FTP file transfer occurs successfully. After that a "QUIT" command is send from the client.
The response to this command is somehow lost. The TCP ack mechanism takes care of retransmission.
However, the client does not accept this retransmitted response.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Initiate a file transfer through ftp (either get or put)
2.After file transfer is complete give a "bye" command. But somehow block the response coming from the server (do not know how exactly to do this)
3.Unblock the path again between the client and the server so that the client gets the retransmitted response.
	

Actual Results:  The client side FTP is in a hanged state

Expected Results:  The client should accept the response from the server everytime, whether or not it comes through retransmission.

Additional info:

Below the IP layer we have a GPRS stack. It is quite likely to have occasional data loss and thus we arrived at the
problem scenario.

Comment 1 Need Real Name 2002-04-01 14:57:50 UTC
Created attachment 51646 [details]
tcpdump traces for the FTP scenario right from the begining of FTP till the hang.

Comment 2 Thomas Woerner 2004-08-13 09:19:34 UTC
Please verify this with a newer version of Red Hat Enterprise Linux or Fedora
Core and reopen it against the new version if it still occurs.

Closing as "not a bug" for now.



Note You need to log in before you can comment on or make changes to this bug.