Issue174

Title md panic
Priority bug Status chatting
Superseder Nosy List swildner
Assigned To Keywords

Created on 2006-05-17.22:11:06 by swildner, last changed by aix-d.

Messages
msg2271 (view) Author: aix-d Date: 2007-02-11.19:02:54
how to reproduce kernel panic on 1.9.0-DEVEL:

cd /dev
sh MAKEDEV md0
disklabel md0
msg1740 (view) Author: corecode Date: 2006-12-12.12:04:44
md does not have any means to be unloaded.  we should either prevent that or add
unload code.
msg1735 (view) Author: justin Date: 2006-12-12.04:00:08
Still present on 1.6.2-RELEASE, as I just found out.
msg572 (view) Author: swildner Date: 2006-05-17.22:11:04
Hi,

the following sequence of commands easily make my box (running HEAD) panic:

# kldload md
# kldunload md

Backtrace and dump available.

Sascha
History
Date User Action Args
2007-02-11 19:02:55aix-dsetmessages: + msg2271
2006-12-12 12:04:45corecodesetmessages: + msg1740
2006-12-12 04:00:09justinsetstatus: unread -> chatting
messages: + msg1735
2006-10-01 02:12:45adminsetnosy: + swildner
2006-06-30 17:46:51corecodesetpriority: bug
2006-05-17 22:11:06swildnercreate