From owner-freebsd-alpha Sat Nov 9 12:39:17 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3662137B401; Sat, 9 Nov 2002 12:39:16 -0800 (PST) Received: from parmenion.hosting.swbell.net (parmenion.hosting.swbell.net [216.100.98.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33D743E75; Sat, 9 Nov 2002 12:39:15 -0800 (PST) (envelope-from alc@imimic.com) Received: from imimic.com (adsl-216-63-78-19.dsl.hstntx.swbell.net [216.63.78.19]) by parmenion.hosting.swbell.net id PAA02514; Sat, 9 Nov 2002 15:38:54 -0500 (EST) [ConcentricHost SMTP Relay 1.14] Message-ID: <3DCD7244.DEEA7387@imimic.com> Date: Sat, 09 Nov 2002 14:38:28 -0600 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jeff Roberson Cc: Matthew Jacob , Andrew Gallatin , alpha@FreeBSD.ORG, alc@FreeBSD.ORG, John Baldwin Subject: Re: alpha: top of tree kernel blooie References: <20021109150359.B97372-100000@mail.chesapeake.net> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jeff Roberson wrote: > > On Fri, 8 Nov 2002, Matthew Jacob wrote: > > > > > > > > > Can you 'ps aux -o wchan' ? > > > > I tried a buildworld -j4 again- this time it was too far hung to let > > anyone log in... > > > > > > I ran into the vm_map_delete() duplicate free again. This has been the > same code path too many times for it to be a non logic bug. > > Jeff I'm still wondering if this isn't a false positive: 1. My reading of the UMA debug code is that two or more processors can simultaneously read and modify us_freelist[]. The only lock held during an access is the CPU private lock. 2. Don't we compile by default for the older Alphas that lack byte manipulation instructions? Thus, a byte store is implemented by a read-modify-write sequence of instructions. Thus, two simultaneous uma_dbg_alloc()s on adjacent locations in us_freelist could cause corruption. Regards, Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message