Date: Thu, 21 Mar 2002 21:57:59 -0500 From: "Alexander N. Kabaev" <ak03@gte.com> To: "David O'Brien" <obrien@FreeBSD.ORG> Cc: "Andrew R. Reiter" <arr@FreeBSD.ORG>, 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> In-Reply-To: <20020321183815.A890@dragon.nuxi.com> References: <200203211527.g2LFRec54938@freefall.freebsd.org> <20020321183815.A890@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322025759.GA1650>