From owner-freebsd-stable Wed Mar 7 21:53:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from amx.mathieu.org (modemcable161.243-201-24.mtl.mc.videotron.ca [24.201.243.161]) by hub.freebsd.org (Postfix) with ESMTP id 2C62A37B718 for ; Wed, 7 Mar 2001 21:53:07 -0800 (PST) (envelope-from mathieu@amx.dyn.dhs.org) Received: from amx.dyn.dhs.org (localhost [127.0.0.1]) by amx.mathieu.org (Postfix) with ESMTP id 310103FCD; Thu, 8 Mar 2001 01:01:59 -0500 (EST) Message-ID: <3AA72057.CA38C50@amx.dyn.dhs.org> Date: Thu, 08 Mar 2001 01:01:59 -0500 From: Mathieu Reply-To: mathieu@amx.dyn.dhs.org X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-BETA i386) X-Accept-Language: fr-CA, en MIME-Version: 1.0 To: "Rodney W. Grimes" Cc: "Dmitry A. Yanko" , freebsd-stable@FreeBSD.ORG Subject: Re: panic, ipfw broken in stable? References: <200103080537.VAA24549@gndrsh.dnsmgr.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rodney W. Grimes" wrote: > > > On Wed, Mar 07, 2001 at 11:28:49AM -0800, Rodney W. Grimes wrote: > > > 0xc01a44cb is in some routine right before this, I suspect ip_input, > > > can you get us the output of nm /kernel | grep c01a or whatever it > > > takes to show us what code as at 0xc01a44cb??? > > > > > > > c01a3a48 T _ip_mcast_src > > c01a39cc T _ip_mforward > > c01a39c4 T _ip_mrouter_done > > c01a39b8 T _ip_mrouter_get > > c01a39ac T _ip_mrouter_set > > ... > > arghhhh... you need to use ``nm -n'' to get these sorted by > address order. Never mind, you gave me enough here I could > just pipe it through sort and get: > c01a3a34 T ipip_input > c01a3a48 T _ip_mcast_src > c01a3a50 T ip_rsvp_vif_init > c01a3a5c T ip_rsvp_vif_done > c01a3a68 T ip_rsvp_force_done > c01a3a70 T ip_output > c01a49ec T in_delayed_cksum > c01a4a64 t ip_insertoptions > c01a4c44 T ip_optcopy > > I was wrong, it is not in ip_input, it is in ip_output. > > > > (gdb) x/10i 0xc01a44cb > > 0xc01a44cb : incl 0x28(%edx) > > 0xc01a44ce : mov 0xffffffcc(%ebp),%eax > > 0xc01a44d1 : mov 0x18(%eax),%eax > > 0xc01a44d4 : add %eax,0x38(%edx) > > 0xc01a44d7 : mov 0x10(%ebp),%ecx > > 0xc01a44da : pushl (%ecx) > > 0xc01a44dc : pushl 0xffffffd4(%ebp) > > 0xc01a44df : pushl 0xffffffcc(%ebp) > > 0xc01a44e2 : mov 0xffffffbc(%ebp),%ebx > > 0xc01a44e5 : push %ebx > > (gdb) > > > > Hummm... did you get a crash dump? Or can you. If so a gdb backtrace > would be most helpful. > > -- > Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message I don't know if it can help; but 4.3 was also crashing at me that way. I disabled DummyNet, and then IpFw wasn't crashing anymore ! -- Mathieu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message