Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 15:48:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 245870] panic during startup of squid inside jail
Message-ID:  <bug-245870-227-X0z0K7uhKV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245870-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245870-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

Mark Johnston <markj@FreeBSD.org> changed:

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

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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245870-227-X0z0K7uhKV>