From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 01:19:02 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 45F1C16A4CE for ; Mon, 22 Dec 2003 01:19:02 -0800 (PST) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD36943D4C for ; Mon, 22 Dec 2003 01:18:59 -0800 (PST) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.10/8.12.9) with ESMTP id hBM9IuYH040023 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 22 Dec 2003 10:18:56 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.10/8.12.5/Submit) id hBM9IuW8040022 for current@freebsd.org; Mon, 22 Dec 2003 10:18:56 +0100 (CET) Date: Mon, 22 Dec 2003 10:18:56 +0100 From: Divacky Roman To: current@freebsd.org Message-ID: <20031222091856.GA40012@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: Turnstile panic 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: Mon, 22 Dec 2003 09:19:02 -0000 Hi I have this fridays -current and it crashed with turnstiles... IP: 0x8:0xc04f26fd SP: 0x10:0xc831ebb4 FP: 0x10:0xc831ebb8 stopped at turnstile_setowner+0xde movl 0x6c(%ecx),%eax I can send that kernel which faulted if necessary but it seems like turnstile_setowner() was passed invalid/NULL turnstile I have UP almost generic (some stuff removed) PII compiled kernel with CFLAGS = -O -pipe hope this will help a bit since not having dump ;( r.d.