Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2021 08:56:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 254333] [tcp] sysctl net.inet.tcp.hostcache.list hangs
Message-ID:  <bug-254333-7501-DcnkM8NVJ9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254333-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254333-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254333

--- Comment #27 from Richard Scheffenegger <rscheff@freebsd.org> ---
The "hang" is due to a waiting malloc requesting much more memory any machi=
ne
will currently have.=20

The root cause for that, however, is a race condition (likely to hit busy
servers), fixed with D29522 (will apply cleanly after D29510).

If you are able to patch your systems, that will address this issue.

(The full set of these related hostcache improvements will be backported in
about a week from now to stable/13, stable/12 and stable/11).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254333-7501-DcnkM8NVJ9>