From owner-freebsd-net Mon Jul 16 20:17:55 2001 Delivered-To: freebsd-net@freebsd.org Received: from shuttle.wide.toshiba.co.jp (shuttle.wide.toshiba.co.jp [202.249.10.124]) by hub.freebsd.org (Postfix) with ESMTP id D371B37B641; Mon, 16 Jul 2001 20:14:59 -0700 (PDT) (envelope-from jinmei@isl.rdc.toshiba.co.jp) Received: from localhost ([3ffe:501:4819:2000:c59e:339e:1140:d7ab]) by shuttle.wide.toshiba.co.jp (8.9.1+3.1W/8.9.1) with ESMTP id MAA19519; Tue, 17 Jul 2001 12:16:52 +0900 (JST) Date: Tue, 17 Jul 2001 12:14:57 +0900 Message-ID: From: JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI=?= To: bmah@FreeBSD.ORG Cc: freebsd-net@FreeBSD.ORG Subject: Re: IPV6 panic? In-Reply-To: <200107161716.f6GHGO207568@intruder.bmah.org> References: <200107121019.f6CAJqI85911@zibbi.icomtek.csir.co.za> <200107121548.f6CFmZF15294@intruder.bmah.org> <200107150827.f6F8Rxh02585@intruder.bmah.org> <200107161716.f6GHGO207568@intruder.bmah.org> User-Agent: Wanderlust/2.5.8 (Smooth) Emacs/21.0 Mule/5.0 (SAKAKI) Organization: Research & Development Center, Toshiba Corp., Kawasaki, Japan. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII X-Dispatcher: imput version 980905(IM100) Lines: 48 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>>> On Mon, 16 Jul 2001 10:16:23 -0700, >>>>> bmah@FreeBSD.ORG (Bruce A. Mah) said: >> Hmm, could you show us the contents of "rt" and "ln" at this point? > (kgdb) print rt > $1 = (struct rtentry *) 0x3 > (kgdb) print ln > $2 = (struct llinfo_nd6 *) 0x620000 Then rt and ln are surely broken. I have not got the reason yet, though... >> If possible, it would be helpful to see if the chain of llinfo >> starting at llinfo_nd6, too. > Typos filtered out...if this is supposed to be a circular linked list, > I think I got it all. Yes, the list seems okay. >> And I'd also like to know the result of >> % netstat -rn -M corefile -N kernel_binary > intruder:bmah% sudo netstat -rn -M /var/crash/vmcore.1 -N /usr/obj/usr/src/sys/N (snip) > Hope this helps...let me know if you need anything else. Thanks, then could you try the following command? intruder:bmah% sudo netstat -rna -M /var/crash/vmcore.1 -N /usr/obj/usr/src/sys/N (i.e. add a new option "-a" to netstat.) Also, please tell us the result of % ndp -an under your normal environment (after doing some IPv6 communication). Thanks, JINMEI, Tatuya Communication Platform Lab. Corporate R&D Center, Toshiba Corp. jinmei@isl.rdc.toshiba.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message