Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 10:29:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279203] logger: Forking many logger executables at once renders machine unresponsive
Message-ID:  <bug-279203-227-PGgTOQyaP0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279203-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279203-227@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=3D279203

--- Comment #2 from Michael Gmelin <grembo@FreeBSD.org> ---
Cherry-picking this commit fixes the issue for me:

commit 7a70f17ac4bd64dc1a5020f963ba4380cf37b7e5
Author: Konstantin Belousov <kib@FreeBSD.org>
Date:   Fri Jul 7 20:19:33 2023 +0300

    killpg(): more carefully avoid LoR

    otherwise we could end up with the livelock.  When pg_killsx trylock
    failed, ensure that we do wait for lock availability before retry.

    Reported and tested by: pho
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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