[Bug 245870] panic during startup of squid inside jail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 29 15:48:53 UTC 2020


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

Mark Johnston <markj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj at FreeBSD.org

--- Comment #2 from Mark Johnston <markj at 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.


More information about the freebsd-bugs mailing list