From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 6 17:01:00 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0108D16A4D0 for ; Wed, 6 Oct 2004 17:01:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0FC43D53 for ; Wed, 6 Oct 2004 17:00:59 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i96H0xVZ075995 for ; Wed, 6 Oct 2004 17:00:59 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96H0xnb075988; Wed, 6 Oct 2004 17:00:59 GMT (envelope-from gnats) Date: Wed, 6 Oct 2004 17:00:59 GMT Message-Id: <200410061700.i96H0xnb075988@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jonas Nagel Subject: Re: kern/72263: gifconfig output corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonas Nagel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 17:01:00 -0000 The following reply was made to PR kern/72263; it has been noted by GNATS. From: Jonas Nagel To: Brooks Davis Cc: freebsd-bugs@FreeBSD.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/72263: gifconfig output corruption Date: Wed, 06 Oct 2004 18:50:20 +0200 > 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