Summary: | Module with 'mii' can panic during kldunload | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | ghuckriede | ||||
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | New --- | ||||||
Severity: | Affects Many People | CC: | zlei | ||||
Priority: | --- | Keywords: | crash | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
ghuckriede
2020-01-13 16:08:50 UTC
Created attachment 210711 [details]
panic debug
're' on 12.1;
're' on head;
'axe' on head;
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 |