Please file a PR on this panic with the stack trace.
Thanks,
Alan
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
When detaching a swap-backed md(4) disk which is larger than physical
memory and which has forced the system into swap I get a panic
(on 7-STABLE). The following commands trigger it:
mdconfig -a -t swap -s 5T
newfs /dev/md0
[cancel newfs when the system goes into swap]
mdconfig -d -u 0
After a fe