From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 14:50:27 2007 Return-Path: X-Original-To: freebsd-current@mx1.freebsd.org Delivered-To: freebsd-current@mx1.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3615216A402 for ; Tue, 27 Feb 2007 14:50:27 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id E425613C48E for ; Tue, 27 Feb 2007 14:50:26 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-91-186.sn1.eutelia.it [62.94.91.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id 2455D11AE49; Tue, 27 Feb 2007 15:24:29 +0100 (CET) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l1REOBDv001812; Tue, 27 Feb 2007 15:24:11 +0100 (CET) (envelope-from piso) Date: Tue, 27 Feb 2007 15:23:59 +0100 From: Paolo Pisati To: Goran Gajic Message-ID: <20070227142358.GA1655@tin.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: freebsd-current@mx1.freebsd.org Subject: Re: em0+msi related panic 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: Tue, 27 Feb 2007 14:50:27 -0000 On Tue, Feb 27, 2007 at 11:32:04AM +0100, Goran Gajic wrote: > > Hi, > > I was running 7.0-CURRENT until today with > > hw.pci.enable_msi=0 > hw.pci.enable_msix=0 > > in /boot/loader.conf > > However from today built it causes panic during boot: > > > 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:0x0 > stack pointer = 0x28:0xd3d3acd0 > frame pointer = 0x28:0xd3d3ace4 > 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 = 25 (irq19: em0 uhci1+) > [thread pid 25 tid 100019 ] > Stopped at 0: *** error reading from address 0 *** > db> bt > Tracing pid 25 tid 100019 td 0xc2d73360 > ithread_execute_handlers(c2de4b40,c2db7800) at > ithread_execute_handlers+0x119 > ithread_loop(c2eb0ad0,d3d3ad38) at ithread_loop+0x67 > fork_exit(c06ae8e0,c2eb0ad0,d3d3ad38) at fork_exit+0xac > fork_trampoline() at fork_trampoline+0x8 > --- trap 0, eip = 0, esp = 0xd3d3ad70, ebp = 0 --- o does em share the irq with another device? (vmstat -i) o do you have DEVICE_POLLING in you kernel config? bye, P.