From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 6 16:52:36 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E5F16A4CE; Wed, 6 Oct 2004 16:52:36 +0000 (GMT) Received: from mail.zerouptime.ch (mail.zerouptime.ch [81.6.6.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id B827D43D2F; Wed, 6 Oct 2004 16:52:35 +0000 (GMT) (envelope-from fireball@zerouptime.ch) Received: from localhost (localhost [127.0.0.1]) by mail.zerouptime.ch (Postfix) with ESMTP id 5CCCD330; Wed, 6 Oct 2004 18:52:36 +0200 (CEST) Received: from mail.zerouptime.ch ([127.0.0.1]) by localhost (mail.zerouptime.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98719-09; Wed, 6 Oct 2004 18:50:37 +0200 (CEST) Received: from [192.168.0.102] (unknown [192.168.0.102]) by mail.zerouptime.ch (Postfix) with ESMTP id 6A1CD296; Wed, 6 Oct 2004 18:50:27 +0200 (CEST) Date: Wed, 06 Oct 2004 18:50:20 +0200 From: Jonas Nagel To: Brooks Davis In-Reply-To: <200410041506.i94F6k3N063672@freefall.freebsd.org> References: <200410041506.i94F6k3N063672@freefall.freebsd.org> Message-Id: <20041006184527.20BB.FIREBALL@zerouptime.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.07.04 [en] cc: freebsd-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/72263: gifconfig output corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 16:52:36 -0000 > Submitter requested we close this since it's going to be hard to > reproduce assuming it is a memory corruption bug. We'll reopen if > we can find a way to reproduce this. Ok, well let's reopen this. I just upgraded to 4.10-RELEASE-p3 just to make sure I didn't fsck up somewhere, and it seems like I can reliably repeat the issue; FreeBSD got.zerouptime.ch 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: Wed Oct 6 02:49:24 CEST 2004 root@www.zerouptime.ch:/usr/obj/usr/src/sys/F= W i386 got# ls -l `which gifconfig` -r-xr-xr-x 1 root wheel 11432 Oct 6 18:08 /usr/sbin/gifconfig got# ls -l `which ifconfig` -r-xr-xr-x 1 root wheel 280788 Oct 6 18:05 /sbin/ifconfig The corrupted part in the gifconfig remains the same ("physical address z= =B8P=D5 -->") apparently. And the ifconfig output is still empty, too. --=20 Jonas Nagel