From owner-freebsd-current@FreeBSD.ORG Wed Nov 26 11:44:38 2003 Return-Path: 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 586A416A4CE for ; Wed, 26 Nov 2003 11:44:38 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646243FB1 for ; Wed, 26 Nov 2003 11:44:36 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hAQJiXHQ073794 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 26 Nov 2003 11:44:36 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: =?koi8-r?b?5MXK1MXSIOHMxcvTwc7E0iD3wczF0snF18ne?= , Date: Wed, 26 Nov 2003 11:47:12 -0800 User-Agent: KMail/1.5.3 References: <026c01c3b414$e653e7f0$b901320a@komi.mts.ru> In-Reply-To: <026c01c3b414$e653e7f0$b901320a@komi.mts.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200311261147.12894.sam@errno.com> Subject: Re: recent current panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 26 Nov 2003 19:44:38 -0000 X-List-Received-Date: Wed, 26 Nov 2003 19:44:38 -0000 On Wednesday 26 November 2003 04:00 am, =E4=C5=CA=D4=C5=D2 =E1=CC=C5=CB=D3= =C1=CE=C4=D2 =F7=C1=CC=C5=D2=C9=C5=D7=C9=DE wrote: > i got a panic on recent -CURRENT: > > # tcpdump -i lo0 port 23 & > [1] 507 > listening on lo0 > > # telnet localhost > Trying ::1... > > Wed Nov 26 14:51:23 MSK 2003 > Debugger+0x55: xchgl %ebx,in_Debugger.0 > db> tr > Debugger(c0898daf,0,c087197f,d629d8dc,100) at Debugger+0x55 > panic(c087197f,c0854d72,c168bd00,c095c9e0,d629d9fc) at panic+0x156 > if_simloop(c2cace00,c168bd00,2,0,1) at if_simloop+0xc5 > looutput(c2cace00,c168bd00,c2c86290,c2f31400,14b) at looutput+0xde > ip_output(c168bd00,0,0,0,0) at ip_output+0xce1 > tcp_output(c2f53000,c1687800,c08a4a60,29e,0) at tcp_output+0xcd0 > tcp_usr_send(c2f23000,0,c1687800,0,0) at tcp_usr_send+0x1bd > sosend(c2f23000,0,d629dc80,c1687800,0) at sosend+0x44d > soo_write(c2dafd48,d629dc80,c310f280,0,c2caedc0) at soo_write+0x70 > dofilewrite(c2caedc0,c2dafd48,0,805e640,2b) at dofilewrite+0xfb > write(c2caedc0,d629dd14,c08b7a15,3ee,3) at write+0x6e > syscall(2f,2f,2f,805f1a7,ffffffff) at syscall+0x2c0 > Xint0x80_syscall() at Xint0x80_syscall+0x1d > --- syscall (4, FreeBSD ELF32, write), eip =3D 0x282c50af, esp =3D 0xbfbf= e9ec, > ebp =3D > 0xbfbfea08 --- > Thanks, I've got a fix for this. Sam