From owner-freebsd-net@FreeBSD.ORG Mon Nov 10 11:35:57 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0F916A4CE for ; Mon, 10 Nov 2003 11:35:57 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6660443FAF for ; Mon, 10 Nov 2003 11:35:56 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 63372 invoked from network); 10 Nov 2003 19:38:45 -0000 Received: from unknown (HELO pipeline.ch) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 10 Nov 2003 19:38:45 -0000 Message-ID: <3FAFE87D.EF380E7C@pipeline.ch> Date: Mon, 10 Nov 2003 20:35:25 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Max Laier References: <200311101901.hAAJ1hq4050531@freefall.freebsd.org> <7328230093.20031110203130@love2party.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-net@FreeBSD.org Subject: Re: Current problem reports assigned to you X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 19:35:57 -0000 Max Laier wrote: > > Monday, November 10, 2003, 8:11:12 PM, you wrote: > AO> FreeBSD bugmaster wrote: > >> > >> Current FreeBSD problem reports > >> Critical problems > >> Serious problems > >> Non-critical problems > >> > >> S Submitted Tracker Resp. Description > >> ------------------------------------------------------------------------------- > >> o [2002/05/04] kern/37761 net process exits but socket is still ESTABLI > >> > >> 1 problem total. > > AO> What is going on with this? It comes up every other week. > > Kris wrote: > "Assign to net mailing list for evaluation" when he changed resp. > > Seems no-one ever reads it (or uses this emacs thingy). Take a look: > http://www.freebsd.org/cgi/query-pr.cgi?pr=37761 and "evaluate" Neither do I have this emacs thing (and I don't want to install it). Anyway, this bug sounds like a fork cleanup problem. Process forks child. child opens socket. childs goes away without closing socket. Partent goes away too, and socket stays around as zombie. But how to reproduce... Maybe I will look into it a bit more but no promises. -- Andre