From owner-freebsd-bugs Thu Feb 14 6:34:37 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 70AF537B416; Thu, 14 Feb 2002 06:34:32 -0800 (PST) Received: from boole.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Feb 2002 14:34:31 +0000 (GMT) Date: Thu, 14 Feb 2002 14:34:31 +0000 From: David Malone To: ru@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org, Alan Judge Subject: Re: kern/34658: syncache related panic (2nd panic from softdep) Message-ID: <20020214143431.GA52859@boole.maths.tcd.ie> References: <200202141329.g1EDTOJ89729@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202141329.g1EDTOJ89729@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 14, 2002 at 05:29:24AM -0800, ru@FreeBSD.org wrote: > Jonathan, could this be related to a problem fixed in tcp_syncache.c,v 1.11? Jonathan asked Alan to test the following patch, and I think that the problem went away. David. Index: tcp_syncache.c =================================================================== RCS file: /ncvs/src/sys/netinet/tcp_syncache.c,v retrieving revision 1.5.2.4 diff -u -r1.5.2.4 tcp_syncache.c --- tcp_syncache.c 2002/01/24 16:09:08 1.5.2.4 +++ tcp_syncache.c 2002/02/07 17:52:24 @@ -1314,6 +1314,7 @@ * Fill in the syncache values. * XXX duplicate code from syncache_add */ + sc->sc_tp = sototcpcb(so); sc->sc_ipopts = NULL; sc->sc_inc.inc_fport = inc->inc_fport; sc->sc_inc.inc_lport = inc->inc_lport; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message