From owner-freebsd-current@FreeBSD.ORG Wed Mar 7 03:30:10 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 518D516A401 for ; Wed, 7 Mar 2007 03:30:10 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id E019313C48D for ; Wed, 7 Mar 2007 03:30:09 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so25461nfc for ; Tue, 06 Mar 2007 19:30:08 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t/epE04aryKNchtD2G6oGrlWX3k8fx/MGWOLnoouP5yj7mGi1qp6BnaWvPMhC+RpuYP7vAxQ+irP3zvUHnGVnSWHSaJ6PC//87f9Q4U2DvfTHZgKlE7kZZ55mEmEP90B8NkM/ZK/QxXmbiFRDzyOgUKxfQdu9J0++qhGDOErwNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Krf3R6WfzqEsJeOOcKJVi1s5RUyNc04NhQoTdC0mGmts/aMbJW4owh3Wrp8wElz5kXAFD9gKmYvOF8miSDLDexo2ipoOrp7yI8yCSAILwOua7cDDjGaLnvq0R/wEk0NeTQ5Kzfc6/oTQh5JtsIZLeTR9FE85U0TAfVXB+kJDLTA= Received: by 10.78.200.3 with SMTP id x3mr906177huf.1173238208545; Tue, 06 Mar 2007 19:30:08 -0800 (PST) Received: by 10.78.15.2 with HTTP; Tue, 6 Mar 2007 19:30:08 -0800 (PST) Message-ID: <70e8236f0703061930j5d12996n6623a59287e9758@mail.gmail.com> Date: Wed, 7 Mar 2007 03:30:08 +0000 From: "Joao Barros" To: "FreeBSD current mailing list" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Regression: Panic on shutdown with CURRENT from March 5, 2007 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: Wed, 07 Mar 2007 03:30:10 -0000 After upgrading my current 2 days ago I noticed this while doing a 'halt -p' Uptime: 1h42m2s Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc06dc87e stack pointer = 0x28:0xe6d2fb08 frame pointer = 0x28:0xe6d2fb0c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1603 (halt) [thread pid 1603 tid 100211 ] Stopped at device_shutdown+0x22: cmpl $0xc09efb7c,0(%eax) Running 6.2R and an old CURRENT (some months old) all is fine. Now, it always does this, easy to replicate, so I can get more info if instructed to, just have to copy it by hand :| -- Joao Barros