From owner-freebsd-hackers Thu Oct 10 14:41:39 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD30737B443 for ; Thu, 10 Oct 2002 14:41:36 -0700 (PDT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D8843ED8 for ; Thu, 10 Oct 2002 14:41:36 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0397.cvx21-bradley.dialup.earthlink.net ([209.179.193.142] helo=mindspring.com) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17zl3l-0004kH-00; Thu, 10 Oct 2002 14:41:33 -0700 Message-ID: <3DA5F3BC.CD0154CF@mindspring.com> Date: Thu, 10 Oct 2002 14:40:12 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: abe Cc: hackers@freebsd.org Subject: Re: fatal trap 12 kernel panic References: <20021010212954.GA67855@dipole.informationwave.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG abe wrote: > I've written to the questions list recently with regard to a > panic that keeps occuring and perhaps my message was not formatted > as well as it could have been. In more testing it seems that the > minute the ipfw rules are loaded (which previously worked without > issue), the machine panics. Any network connectivity attempted > afterwards results in a panic. This includes ping, telnet, smtp, > etc. When the machine panics, it drops into the debugger and > displays the following: > > Stopped at add_dyn_rule+0172: movl 0(%edx,%ebx,4)x%eax Sounds like you rebuilt your kernel, but did not rebuild your kernel modules, and now you are loading an old module into a new kernel. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message