Date: Thu, 14 Feb 2002 14:34:31 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: ru@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org, Alan Judge <Alan.Judge@eircom.net> Subject: Re: kern/34658: syncache related panic (2nd panic from softdep) Message-ID: <20020214143431.GA52859@boole.maths.tcd.ie> In-Reply-To: <200202141329.g1EDTOJ89729@freefall.freebsd.org> References: <200202141329.g1EDTOJ89729@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020214143431.GA52859>