From owner-freebsd-stable@FreeBSD.ORG Tue Feb 16 17:58:04 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC75106566B for ; Tue, 16 Feb 2010 17:58:04 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2668FC0C for ; Tue, 16 Feb 2010 17:58:04 +0000 (UTC) Received: by qyk29 with SMTP id 29so3849330qyk.13 for ; Tue, 16 Feb 2010 09:58:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=l3YGn1FdoyzBnBs7oSmW761zOLcpUHM5fubACFgnCqg=; b=QTomRm/22VNtoEDGttgOnx2Laq6Hmb7fPKirIypiyoR8K3Lump0j6BwL+elWlhy0IA TEwCKaI2BZ0FwW7P+5LVBr+R9mmL+gcMfe3vf5nNjXvU9A1RXFs/1D+mHh/Hy+QWEYuU wXG+NVdHtRSbZejdlucidmagX/TUWRnZfIAO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=u/33t7DLwPGpbKgBlcnM6rTaK5iFkSe3R82Sf06YYIJCFvYPaY0axnCQh9ZNF6ShpQ +uHId+MCu2BD6MgZYVbB0aZcasmOg6VKlvljdDt3kx9NhbZOstYYd7aIPa+OsfgvD8Z5 zuSS9TUTQePxbqpg9bwrqmoN+EIgQf30b5eNI= Received: by 10.224.59.224 with SMTP id m32mr3786639qah.76.1266343083561; Tue, 16 Feb 2010 09:58:03 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 4sm19123594qwe.13.2010.02.16.09.58.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 09:58:02 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 16 Feb 2010 09:57:19 -0800 From: Pyun YongHyeon Date: Tue, 16 Feb 2010 09:57:19 -0800 To: Nick Rogers Message-ID: <20100216175719.GB1394@michelle.cdnetworks.com> References: <147432021002141004o6c1412b7gd548b87709532ef9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147432021002141004o6c1412b7gd548b87709532ef9@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:58:05 -0000 On Sun, Feb 14, 2010 at 10:04:58AM -0800, Nick Rogers wrote: > I'm having repeated kernel panic issues on 8.0-RELEASE/amd64. Can anyone > shed light on the below error? I unfortunately cannot provide a proper crash > dump. The pointer addresses are always the same. The only other thing I've > noticed that may be related is a watchdog timeout on bge0 error before the > panic. Thanks. > Any chance to get backtrace from the crash? > Jan 27 15:25:01 wifi kernel: > Jan 27 15:25:01 wifi kernel: > Jan 27 15:25:01 wifi kernel: Fatal trap 12: page fault while in kernel mode > Jan 27 15:25:01 wifi kernel: cpuid = 4; apic id = 04 > Jan 27 15:25:02 wifi kernel: > Jan 27 15:25:02 wifi kernel: fault virtual address = 0x28 > Jan 27 15:25:02 wifi kernel: fault code = supervisor write data, > page not present > Jan 27 15:25:02 wifi kernel: instruction pointer = > 0x20:0xffffffff803263b7 > Jan 27 15:25:02 wifi kernel: stack pointer = > 0x28:0xffffff8073acdb40 > Jan 27 15:25:02 wifi kernel: frame pointer = > 0x28:0xffffff8073acdba0 > Jan 27 15:25:02 wifi kernel: code segment = base 0x0, limit > 0xfffff, type 0x1b > Jan 27 15:25:02 wifi kernel: = DPL 0, pres 1, long 1, def32 0, gran 1 > Jan 27 15:25:02 wifi kernel: processor eflags = > Jan 27 15:25:02 wifi kernel: interrupt enabled, > Jan 27 15:25:02 wifi kernel: resume, > Jan 27 15:25:02 wifi kernel: IOPL = 0 > Jan 27 15:25:02 wifi kernel: > Jan 27 15:25:02 wifi kernel: current process > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"