From owner-cvs-src Thu Mar 20 12:27:15 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 1A31037B401; Thu, 20 Mar 2003 12:27:14 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDC043F75; Thu, 20 Mar 2003 12:27:12 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h2KKPVV93505; Thu, 20 Mar 2003 15:25:31 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Thu, 20 Mar 2003 15:25:31 -0500 (EST) From: Jeff Roberson To: "Evgueni V. Gavrilov" Cc: Kirk McKusick , Poul-Henning Kamp , , Mike Makonnen , , , Subject: Re: kern/42277 In-Reply-To: <3E798894.4060603@rusunix.org> Message-ID: <20030320152458.M66343-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 20 Mar 2003, Evgueni V. Gavrilov wrote: > 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). > > Any luck with recording the malloc_type of the previous owner? This will tell you who is most likely to have written to the memory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message