]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 20:50:21 +0000 (21:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 07:59:27 +0000 (08:59 +0100)
commita053512a7f48d74f5d69daa0f9918ecfcecc0122
tree59c7e0ee60acf0c021795b4fd8b1433b6b1ba01e
parentd3cbd369506e60d55354dd310d098ff6fd739bf4
BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1

A previous fix was pushed for that (13fb7170be "BUG/MEDIUM: master/cli: Pin
the master CLI on the first thread of the group 1" ). Unfortunately, instead
of the master CLI, it is the sockpairs between the master and the workers
that were pinned to the first thread of the group 1. So the crash is still
there.

So, again, to fix the bug the master CLI is now pinned on the first thread
of the first group.

 patch should fix the issue #2259 and must be backported to 2.8.
src/cli.c