Date: Sat, 28 Sep 2002 21:10:10 -0700 (PDT) From: Rhett Monteg Hollander <victorysoldier@yahoo.com> To: freebsd-stable@freebsd.org Subject: kldunload bug? Message-ID: <20020929041010.98380.qmail@web40311.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hello, it looks like there is a bug in kldunload that can easily crash the whole OS. It's easy to reproduce it: 1. kldload snd -- loads all sound drivers and probes hardware; 2. kldunload snd -- boom, kernel panics. Modules cannot be unloaded separately. Of course that's stupid to kldload all of them together, but that shouldn't crash OS on unload, right? I have no sound related stuff in my kernel, and of course I didn't load any _snd.ko modules prior to kldload snd. FreeBSD 4.7-RC1 i386 Rhett __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020929041010.98380.qmail>