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

Mark Johnston <ma...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ma...@freebsd.org

--- Comment #2 from Mark Johnston <ma...@freebsd.org> ---
(In reply to Thomas von Dein from comment #0)
>From frame 11 could you run:

(kgdb) p *so
(kgdb) p *so->so_listen
(kgdb) p *so->so_listen->sol_accept_filter

?

Based on the fault address, the accf_callback points to unmapped memory, but
that's somewhat surprising since you're apparently compiling the accept filters
directly into the kernel.  Are there any other accept filters that are being
dynamically loaded?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to