From owner-cvs-all Thu Mar 21 18:58: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 0CB0437B404; Thu, 21 Mar 2002 18:58:02 -0800 (PST) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.2/8.12.2) with ESMTP id g2M2w0ka001741; Thu, 21 Mar 2002 21:58:00 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.2/8.12.2/Submit) id g2M2w0xd001733; Thu, 21 Mar 2002 21:58:00 -0500 (EST) Date: Thu, 21 Mar 2002 21:57:59 -0500 From: "Alexander N. Kabaev" To: "David O'Brien" Cc: "Andrew R. Reiter" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_linker.c vfs_syscalls.c Message-ID: <20020322025759.GA1650@kanpc.gte.com> References: <200203211527.g2LFRec54938@freefall.freebsd.org> <20020321183815.A890@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321183815.A890@dragon.nuxi.com> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I think something is still wrong with module loading. After this commit, > I paniced while running mount_procfs, which I don't have in my kernel; > and depend on it being auto-loaded. > This is know problem somehow related to UMA. I have reported it to Jeff Robertson when he made his patches available for testing. It looks like vnode v_ops pointer gets corrupted somehow. If you compile modules into your kernel, everything works as expected. Other modules can be loaded and unloaded safely once system has finished booting. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message