From owner-cvs-src Thu Mar 20 1:23:56 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5108737B401; Thu, 20 Mar 2003 01:23:55 -0800 (PST) Received: from rusunix.org (rusunix.org [195.162.58.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A9443FAF; Thu, 20 Mar 2003 01:23:37 -0800 (PST) (envelope-from aquatique@rusunix.org) Received: from rusunix.org (aquatique.rsb.local [192.168.1.111]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "Aquatique", Issuer "El Vampiro" (verified OK)) by rusunix.org (CommuniGay Pro) with ESMTP id 2C8401CB605; Thu, 20 Mar 2003 15:23:34 +0600 (OMST) Message-ID: <3E798894.4060603@rusunix.org> Date: Thu, 20 Mar 2003 15:23:32 +0600 From: "Evgueni V. Gavrilov" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030306 X-Accept-Language: ru, en MIME-Version: 1.0 To: Kirk McKusick Cc: Poul-Henning Kamp , Jeff Roberson , dwmalone@FreeBSD.org, Mike Makonnen , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: kern/42277 References: <47420.1047968586@critter.freebsd.dk> <3E76C674.8010301@rusunix.org> In-Reply-To: <3E76C674.8010301@rusunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Evgueni V. Gavrilov wrote: >> Have you tried aggressively setting the word @64 to random values ? >> With a little luck this will make some code somewhere unhappy and >> you might get a hint who's responsible ? > well, really overbold idea :-) > I'll try it right now. well, I followed this advise and after defining trashed memory I set unused field to 0xffffffff. I've been waiting for the hit more than 2 adys, but haven't got it. :-( But I've just received this console messages: Mar 20 15:10:35 rshb /kernel: bad block -65536, ino 21699 Mar 20 15:10:35 rshb /kernel: pid 6 (syncer), uid 66 on /var: bad block Mar 20 15:10:35 rshb /kernel: handle_workitem_freeblocks: block count block number (-65536) looks like invalid. find /var -inum 21699 found file /var/lock/browse.dat (this file got corrupted). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message