From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 11:41:48 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 28DDB16A4CE for ; Fri, 14 Nov 2003 11:41:48 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A3D43FA3 for ; Fri, 14 Nov 2003 11:41:46 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hAEJfk8I029900 for ; Fri, 14 Nov 2003 11:41:46 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hAEJfkdc029873 for freebsd-current@freebsd.org; Fri, 14 Nov 2003 11:41:46 -0800 (PST) (envelope-from sgk) Date: Fri, 14 Nov 2003 11:41:46 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20031114194146.GA11869@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: exclusive sleep mutex sigacts 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, 14 Nov 2003 19:41:48 -0000 John, I believe you've already seen the assertion fire, so this may be redundant info: kernel: checking stopevent 2 with the following non-sleepable \ locks held: kernel: exclusive sleep mutex sigacts r = 0 (0xc4a25aa8) locked \ locked @ /usr/src/sys/kern/subr_trap.c:260 Note the assertation also flags sys/kern/kern_synch.c:293 sys/kern/keren_condvar.c:289 -- Steve