From owner-freebsd-current@FreeBSD.ORG Sun Oct 17 01:32:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894F516A4D5 for ; Sun, 17 Oct 2004 01:32:58 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7BF43D31 for ; Sun, 17 Oct 2004 01:32:58 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) i9H1WoUr021882; Sat, 16 Oct 2004 18:32:50 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (pc1.oakwoodazabu1-unet.ocn.ne.jp [220.110.140.201]) by mail.meer.net (8.12.10/8.12.2/meer) with ESMTP id i9H1WbxC068161; Sat, 16 Oct 2004 18:32:37 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Sun, 17 Oct 2004 10:32:35 +0900 Message-ID: From: gnn@freebsd.org To: "Bjoern A. Zeeb" In-Reply-To: References: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable cc: FreeBSD current mailing list Subject: Re: 6-CUR: panic in ipsec processing w/o ipsec in use X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 01:32:58 -0000 At Sat, 16 Oct 2004 19:39:00 +0000 (UTC), Bjoern A. Zeeb wrote: >=20 > Hi, >=20 > on my MP machine running 6-CURRENT from around late 2004-09-26 > I got a panic while editing a Makefile of a port; though compiled in > I have no ipsec in use on that machine atm. >=20 > hand transcribed: > panic > free +0xaa > _key_delsp +0x1b > key_delsp +0xab > _key_freesp +0x8a > ipsec4_hdrsiz +0x9b > ipsec4_hdrsiz_tc +0xa9 > tcp_output +0x9c1 > tcp_usr_send +0x18b > sosend +0x5e7 > soo_write +0x46 > dofilewrite +0xa8 > write +0x39 > syscall > Xint0x80_syscall >=20 >=20 > the bt looks strange to me, so I decided to post though > this may already be corrected ? This might be related to a fix, that needs testing, with respect to the mbuf data size. The thing I'm thinking about is this: There are reports that racoon is unable to complete IKE negotiation due to a send to the pfkey socket returning ENOBUFS. This appears to be a result of an incorrect assumption about mbuf data size due to a change resulting from mbuma. A fix for this is in RELENG_5 now. You might want to update your system. =46rom what you say in your email this looks like an intermittent error. Have you been able to reproduce this? Thanks, George