From owner-freebsd-current Sat May 4 10:48: 6 2002 Delivered-To: freebsd-current@freebsd.org Received: from demetrius.hosting.swbell.net (demetrius.hosting.swbell.net [216.100.99.30]) by hub.freebsd.org (Postfix) with ESMTP id 649BC37B419 for ; Sat, 4 May 2002 10:48:03 -0700 (PDT) Received: from imimic.com (adsl-216-63-78-19.dsl.hstntx.swbell.net [216.63.78.19]) by demetrius.hosting.swbell.net id NAA29953; Sat, 4 May 2002 13:47:34 -0400 (EDT) [ConcentricHost SMTP Relay 1.14] Message-ID: <3CD41E72.20BE91CC@imimic.com> Date: Sat, 04 May 2002 12:46:26 -0500 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: hiten@uk.FreeBSD.org Cc: current@FreeBSD.org Subject: Re: mutex Giant problems in latest -current Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hiten, You're aborting on an assertion that no longer exists in vm_map.c. This appears to be a case where your new kernel is based upon the new vm_mmap.c but an old vm_map.c. Please make sure that both vm_map.c and vm_mmap.c are updated and try a "make clean" before building your kernel. Regards, Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message