From owner-freebsd-current@FreeBSD.ORG Thu Jan 20 19:29:31 2005 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 C2F0416A4CE; Thu, 20 Jan 2005 19:29:31 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 357FF43D31; Thu, 20 Jan 2005 19:29:31 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.12] (g4.samsco.home [192.168.254.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j0KJXuMH036439; Thu, 20 Jan 2005 12:33:56 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41F00697.7010000@freebsd.org> Date: Thu, 20 Jan 2005 12:29:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Ketrien I. Saihr-Kenchedra" References: <20050120140300.F1832@bahre.achedra.org> In-Reply-To: <20050120140300.F1832@bahre.achedra.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@freebsd.org cc: Bosko Milekic Subject: Re: Memory modified after free - Jan20 -CURRENT 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: Thu, 20 Jan 2005 19:29:31 -0000 Ketrien I. Saihr-Kenchedra wrote: > Screen transcription attached. In a nutshell; > > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 > device_attach: fdc0 returned 6 > sio0: <16550A-compatible COM port> port0x3f8-0x3ff irq 4 flags 0x10 on > acpi0 > sio0: type 16550A > Memory modified after free 0xc1cde200(252) val=0 @ 0xc1cde228 > panic: Most recently used by none > > System was fine with Jan16 srcs, fdc returning 6 is new. Looks like a uma > problem to me, but odd enough that I'm honestly not sure. Need ips(4) for > dumpdev, so no dump again. (Argh.) > I'm seeing this quite often too. I'm hoping that Bosko will make his memguard changes available soon as I'm sure it could quickly be tracked down with them. Scott