From owner-freebsd-net@FreeBSD.ORG Fri Aug 8 02:32:29 2008 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C035106566B for ; Fri, 8 Aug 2008 02:32:29 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outD.internet-mail-service.net (outd.internet-mail-service.net [216.240.47.227]) by mx1.freebsd.org (Postfix) with ESMTP id 851628FC14 for ; Fri, 8 Aug 2008 02:32:29 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 62C3D2488; Thu, 7 Aug 2008 19:32:40 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id CE7D52D607E; Thu, 7 Aug 2008 19:32:28 -0700 (PDT) Message-ID: <489BB03C.4080803@elischer.org> Date: Thu, 07 Aug 2008 19:32:28 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Jeff Mo References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@FreeBSD.org, damien.saucez@uclouvain.be Subject: Re: Question about "kern/125239: [gre] kernel crash when using gre" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 02:32:29 -0000 Jeff Mo wrote: > Hi Sir, > > I am trying to dive deeper into the stack frames of the following bug: > kern/125239: [gre] kernel crash when using greI use FreeBSD 7.0 and already > reproduce it, but I am not sure about what the following sentence means: > "ifp=Variable "ifp" is not available"? > > I will be very thankful if anyone can give me some instruction. > > Regards > Jeff > > ================== > > (kgdb) f 7 > #7 0xc082263b in in_ifinit (ccc. > ) at /usr/src/sys/netinet/in.c:817 > 817 if (rtinitflags(ia)) { > (kgdb) info f > Stack level 7, frame at 0xd22f3b58: > eip = 0xc082263b in in_ifinit (/usr/src/sys/netinet/in.c:817); > saved eip 0xc0823607 > called by frame at 0xd22f3bb8, caller of frame at 0xd22f3ad4 > source language c. > Arglist at 0xd22f3b50, args: ifp=Variable "ifp" is not available. ifp was in a register and is no longer valid at this point. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"