From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 31 20:00:13 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 310BF106566B for ; Thu, 31 Jul 2008 20:00:13 +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 1E9608FC1A for ; Thu, 31 Jul 2008 20:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6VK0C2r074739 for ; Thu, 31 Jul 2008 20:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6VK0CYb074738; Thu, 31 Jul 2008 20:00:12 GMT (envelope-from gnats) Date: Thu, 31 Jul 2008 20:00:12 GMT Message-Id: <200807312000.m6VK0CYb074738@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mani chandra Cc: Subject: Re: kern/126089: [panic] Fatal trap 12: page fault while in kernel mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mani chandra List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 20:00:13 -0000 The following reply was made to PR kern/126089; it has been noted by GNATS. From: Mani chandra To: bug-followup@FreeBSD.org, mchandra@iitk.ac.in Cc: Subject: Re: kern/126089: [panic] Fatal trap 12: page fault while in kernel mode Date: Fri, 01 Aug 2008 01:04:00 +0530 Hi, Thanks for looking into it. I noticed that the make options that I set were being enabled by default even when I don't set anything in my make.conf(except for the CPUTYPE variable). I only copied the default options in the example make.conf. Also I did include the debugging symbols options in my kernel configuration with the following option. makeoptions DEBUG=-g How do I include additional kgdb options? Also, I don't know if this helps but I added the following option to my loader.conf(which is empty except for the following option). kern.maxfiles="40000" Thanking you, Mani chandra