[Bug 243324] Module with 'mii' can panic during kldunload
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 13 19:57:01 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243324
--- Comment #2 from ghuckriede at blackberry.com ---
This does not panic during an attach/detach loop.
#### 1st terminal
$ su root
$ /bin/sh
# while true; do devctl attach pci0:3:0:0;ifconfig re0 up; sleep 1;devctl
detach pci0:3:0:0; done
#### 2nd terminal
$ su root
$ /bin/sh
# while true ; do ifconfig re0 ; done
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list