[Bug 279653] Page fault in in6_selecthlim
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279653 --- Comment #10 from Andrey V. Elsukov <[email protected]> --- (In reply to Daniel Ponte from comment #9) it looks like an epair(4) device was detached and some packets were going to send through, but were delayed. Then afdata[AF_INET6] was freed due to epair ifnet detach and access to this data triggers panic. -- You are receiving this mail because: You are the assignee for the bug.