From owner-freebsd-bugs Fri Nov 5 6:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C98214DD3 for ; Fri, 5 Nov 1999 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA94590; Fri, 5 Nov 1999 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A00A214CA4; Fri, 5 Nov 1999 06:32:29 -0800 (PST) Message-Id: <19991105143229.A00A214CA4@hub.freebsd.org> Date: Fri, 5 Nov 1999 06:32:29 -0800 (PST) From: br@itchigo.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/14722: TCP connections hangs in FIN_WAIT_2 for >30min Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14722 >Category: kern >Synopsis: TCP connections hangs in FIN_WAIT_2 for >30min >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 5 06:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bodo Rüskamp >Release: FreeBSD 3.3-STABLE >Organization: Itchigo Communications GmbH >Environment: FreeBSD alice.itchigo.com 3.3-STABLE FreeBSD 3.3-STABLE #2: Sat Oct 16 18:15:10 CEST 1999 roof@alice.itchigo.com:/usr/src/sys/compile/ALICE i386 >Description: A TCP connection hangs in FIN_WAIT_2 after the server process died. The remote machine keeps sending TCP packets so that the TCP socket won't go away. The socket is blocked, and the server cannot restart. Captured output from tcpdump follows. A is the local host, where the server died. B is the remote host, where the connection originated. 15:19:28.851890 A.11110 > B.1720: . ack 1 win 4128 (ttl 246, id 102) 15:19:28.851931 B.1720 > A.11110: . ack 1 win 16680 (DF) (ttl 64, id 59322) 15:20:28.890800 A.11110 > B.1720: . ack 1 win 4128 (ttl 246, id 103) 15:20:28.890830 B.1720 > A.11110: . ack 1 win 16680 (DF) (ttl 64, id 59673) 15:21:28.936971 A.11110 > B.1720: . ack 1 win 4128 (ttl 246, id 104) 15:21:28.936995 B.1720 > A.11110: . ack 1 win 16680 (DF) (ttl 64, id 60213) The server process died at 14:47. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message