From owner-freebsd-current@FreeBSD.ORG Fri Sep 16 09:04:52 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDD316A41F for ; Fri, 16 Sep 2005 09:04:52 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5382743D45 for ; Fri, 16 Sep 2005 09:04:45 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j8G94eKj017531; Fri, 16 Sep 2005 13:04:40 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j8G94dKI017530; Fri, 16 Sep 2005 13:04:39 +0400 (MSD) (envelope-from yar) Date: Fri, 16 Sep 2005 13:04:39 +0400 From: Yar Tikhiy To: Huang wen hui Message-ID: <20050916090439.GB14782@comp.chem.msu.su> References: <4328B0D7.3090601@gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4328B0D7.3090601@gddsn.org.cn> User-Agent: Mutt/1.5.9i Cc: current@freebsd.org Subject: Re: Panic on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:04:52 -0000 On Thu, Sep 15, 2005 at 07:23:03AM +0800, Huang wen hui wrote: > Got this panic from CURRENT: [...] > #8 0xc084e335 in trap (frame= > {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1063692320, tf_esi = > -1063692320, tf_ebp = -120058940, tf_isp = -120058968, tf_ebx = > -1014159968, tf_edx = 32, tf_ecx = -1014856092, tf_eax = 4096, tf_trapno > = 12, tf_err = 2, tf_eip = -1066308142, tf_cs = 32, tf_eflags = 66050, > tf_esp = -1004422012, tf_ss = -1014159968}) at > /usr/src/sys/i386/i386/trap.c:442 > #9 0xc084069a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 > #10 0xc0716dd2 in in_pcbremlists (inp=0xc38d25a0) at > /usr/src/sys/netinet/in_pcb.c:1180 Evidently, this is where the exception occured. Could you please load the kernel and the core file into kgdb again, and issue the following command: frame 10 so that we have a chance to see what actually happened there? Thanks! -- Yar