From owner-freebsd-stable Wed Mar 7 21:39:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 3FFD437B719 for ; Wed, 7 Mar 2001 21:39:55 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id VAA24549; Wed, 7 Mar 2001 21:37:09 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200103080537.VAA24549@gndrsh.dnsmgr.net> Subject: Re: panic, ipfw broken in stable? In-Reply-To: <20010307221459.A64274@astral.ntu-kpi.kiev.ua> from "Dmitry A. Yanko" at "Mar 7, 2001 10:14:59 pm" To: fm@astral.ntu-kpi.kiev.ua (Dmitry A. Yanko) Date: Wed, 7 Mar 2001 21:37:09 -0800 (PST) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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