[Bug 212115] kldunload pf causes panic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 24 16:02:51 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212115

            Bug ID: 212115
           Summary: kldunload pf causes panic
           Product: Base System
           Version: 11.0-RC1
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: farrokhi at FreeBSD.org

Created attachment 174018
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174018&action=edit
textdump after panic caused by "kldunload -f pf"

pf module refuses to unload even after disabling with pfctl:

```
# kldload pf
# kldunload pf
kldunload: can't unload file: Device busy
# pfctl -d
pfctl: pf not enabled
# kldunload pf
kldunload: can't unload file: Device busy
```

forcing to unload using -f causes panic (core.txt attached).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list