From owner-freebsd-amd64@FreeBSD.ORG Thu Dec 3 21:00:05 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 078E0106568F for ; Thu, 3 Dec 2009 21:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAB0C8FC0A for ; Thu, 3 Dec 2009 21:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nB3L04Ka070510 for ; Thu, 3 Dec 2009 21:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB3L04P1070509; Thu, 3 Dec 2009 21:00:04 GMT (envelope-from gnats) Date: Thu, 3 Dec 2009 21:00:04 GMT Message-Id: <200912032100.nB3L04P1070509@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Antti Myller X-Mailman-Approved-At: Thu, 03 Dec 2009 21:29:26 +0000 Cc: Subject: Re: amd64/141112: [ata] [panic] Kernel panic when booting with any sATA drives X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antti Myller List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 21:00:05 -0000 The following reply was made to PR amd64/141112; it has been noted by GNATS. From: Antti Myller To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/141112: [ata] [panic] Kernel panic when booting with any sATA drives Date: Thu, 3 Dec 2009 21:35:51 +0100 (CET) >To debug problem we need more information about the problem. >What chipset do you have? >Have you tried both old ataahci and new ahci drivers? >Can you grab panic message? >Can you build kernel with debugger and get backtrace of the panic? >Can you try 8-STABLE? > >-- >Alexander Motin > Chipset: Integrated Single Chip ULi(ALi) M1689 Tried with both ataahci and ahci. Both have the same result. Panic Message: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read instruction, page not present instruction pointer = 0x20:0x0 stack pointer = 0x20:0xffffffff80e1e6b0 frame pointer = 0x20:0xffffffff80e1e700 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) trap number = 12 panic : page fault cpuid = 0 Uptime: 1s Cannot dump. Device not defined or unavailable. Debugger is bilt in kernel, but is unable to dump with savecore, no dumps found. This is on server so I'd like to keep it as 8.0-RELEASE. --- Antti Myller