Date: Thu, 10 Oct 2002 14:40:12 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: abe <abe@informationwave.net> Cc: hackers@freebsd.org Subject: Re: fatal trap 12 kernel panic Message-ID: <3DA5F3BC.CD0154CF@mindspring.com> References: <20021010212954.GA67855@dipole.informationwave.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA5F3BC.CD0154CF>