From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 10:09:00 2003 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 5D00E16A4CE for ; Fri, 31 Oct 2003 10:09:00 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8852243FB1 for ; Fri, 31 Oct 2003 10:08:59 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9VI8s0x052843 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 31 Oct 2003 10:08:56 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Bruce Evans , Jeff Roberson Date: Fri, 31 Oct 2003 10:10:37 -0800 User-Agent: KMail/1.5.3 References: <20031031064532.Y43805-100000@mail.chesapeake.net> <20031101035603.G610@gamplex.bde.org> In-Reply-To: <20031101035603.G610@gamplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310311010.37684.sam@errno.com> cc: current@freebsd.org Subject: Re: More ULE bugs fixed. 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: Fri, 31 Oct 2003 18:09:00 -0000 On Friday 31 October 2003 09:04 am, Bruce Evans wrote: > My simple make benchmark now takes infinitely longer with ULE under SMP, > since make -j 16 with ULE under SMP now hangs nfs after about a minute. > 4BSD works better. However, some networking bugs have developed in the > last few days. One of their manifestations is that SMP kernels always > panic in sbdrop() on shutdown. I'm looking at something similar now. If you have a stack trace please send it to me (along with any other info). You might also try booting debug.mpsafenet=0. Sam