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

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Mark Johnston <[email protected]> ---
(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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to