From owner-freebsd-current@FreeBSD.ORG Mon Sep 7 16:20:25 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1FBD1065693 for ; Mon, 7 Sep 2009 16:20:25 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 594638FC1B for ; Mon, 7 Sep 2009 16:20:25 +0000 (UTC) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id n87GKK2s015004; Mon, 7 Sep 2009 17:20:20 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Mkgx2-0004Jx-GF; Mon, 07 Sep 2009 17:20:20 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n87GKKn6072090; Mon, 7 Sep 2009 17:20:20 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n87GKKQZ072085; Mon, 7 Sep 2009 17:20:20 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Alex Keda In-Reply-To: <4AA5286D.7040400@lissyara.su> References: <4AA384EC.3060003@lissyara.su> <1252332612.55883.10.camel@buffy.york.ac.uk> <4AA5286D.7040400@lissyara.su> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Date: Mon, 07 Sep 2009 17:20:19 +0100 Message-Id: <1252340419.55883.26.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: freebsd-current Subject: Re: Fatal trap 12: page fault while in kernel mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Sep 2009 16:20:25 -0000 On Mon, 2009-09-07 at 19:36 +0400, Alex Keda wrote: > Gavin Atkinson =D0=C9=DB=C5=D4: > > On Sun, 2009-09-06 at 13:46 +0400, Alex Keda wrote: > >> hi! > >> I have fatal trap with today (and yesterday) current. > >> Machine boot, I see: > >> Timecounters tick every 1.000 msec > >> then, it freese ~30 seconds and go to kernel debugger - fatal trap 12 > >> stopped at _mtx_lock_spin_failed+0x2f: movl 0x78(%r12),%r8d > >=20 > > At the debugger prompt, can you give the "bt" command, and show us what > > the output is please? > It: > >> stopped at _mtx_lock_spin_failed+0x2f: movl 0x78(%r12),%r8d > from bt, last string. > or need all output? All output, please. Gavin