Date: Fri, 16 Sep 2005 13:04:39 +0400 From: Yar Tikhiy <yar@comp.chem.msu.su> To: Huang wen hui <huang@gddsn.org.cn> Cc: current@freebsd.org Subject: Re: Panic on CURRENT Message-ID: <20050916090439.GB14782@comp.chem.msu.su> In-Reply-To: <4328B0D7.3090601@gddsn.org.cn> References: <4328B0D7.3090601@gddsn.org.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050916090439.GB14782>