From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 21 22:42:33 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C30D16A41F for ; Wed, 21 Dec 2005 22:42:33 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 057CD43D58 for ; Wed, 21 Dec 2005 22:42:32 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051221224232.GJMS26442.mta13.adelphia.net@default.chvlva.adelphia.net>; Wed, 21 Dec 2005 17:42:32 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 6CAC3B5CD; Wed, 21 Dec 2005 17:42:38 -0500 (EST) Date: Wed, 21 Dec 2005 17:42:38 -0500 From: Parv To: Mike Message-ID: <20051221224238.GA41451@holestein.holy.cow> Mail-Followup-To: Mike , freebsd-bugs@FreeBSD.org References: <43A9C2D6.9000508@tversu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A9C2D6.9000508@tversu.ru> Cc: freebsd-bugs@FreeBSD.org Subject: Re: Ipfilter and kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 22:42:33 -0000 in message <43A9C2D6.9000508@tversu.ru>, wrote Mike thusly... > > I have encountered a strange problem in FreeBSD 5.4 - kernel panic > when it(kernel) is compiled with IPFilter. I think so, because > with kernel ipfw this machine works quite well. Panic ususlly > occurs after booting and starting all services. What can it be? > Here is the of panic message: > "Fatal trap 12: page fault while in kernel mode > fault virtual address: 0xc > fault code: supervisor read, page not present > > current process = 27 (swi1: net) > trap number = 12 > panic: page fault" ... A data point, i have been using ipfilter from 4.x to 5.x w/o any panic. You will need to provide more info like backtrace for others to be able to help you. Search the mail archive and the FreeBSD handbook(s) on how to produce the backtrace & other debugging information ... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html - Parv --