Le 24 juin 2019 à 19:32, Vincent Bernat <[email protected]> a écrit : > > ❦ 24 juin 2019 19:08 +02, Tim Düsterhus <[email protected]>: > >>> You can workaround this by not chrooting HAProxy. The problem is that >>> once chrooted, it cannot load the library. We should force libpthread to >>> preload this lib. >> >> This mailing list thread might be relevant / helpful here: >> https://www.mail-archive.com/[email protected]/msg33189.html >> (Message-ID: [email protected]). > > Thanks. Adding ADDLIB="-Wl,--no-as-needed -lgcc_s -Wl,--as-needed" fixes > the issue. > Thanks Vincent for your prompt action. As Tim and I point it, https://www.mail-archive.com/[email protected]/msg33189.html <https://www.mail-archive.com/[email protected]/msg33189.html> shows this behavior and solution. I was not aware of haproxy 2.0 autodetection of nbthreads highlighted by William and the side-effect on packaging.
> 1.9 was already calling pthread_exit() but it doesn't seem to happen > with 1.9.8. Do you know what could have changed? > -- > The lunatic, the lover, and the poet, > Are of imagination all compact... > -- Wm. Shakespeare, "A Midsummer Night's Dream"

