Hello Christopher Here is a gist with the ubuntu crash log (is this the right thing? If not could you link to instruction on setting up gbd) Along with a "minimal" reproduction configuration (not_working_haproxy.cfg)
https://gist.github.com/jgrammen-agilitypr/06c2baa16794e3bb78a76a252743dbc4 I will note that the working_haproxy.cfg does start up correct on 2.2.27, and that the only difference in the configs is ``` listen haproxy_https bind *:443 ssl crt /etc/ssl/private/redacted_combined.pem crt /etc/ssl/private/ log global mode http ``` Jason Grammenos | Operations & Infrastructure Analyst Pronouns: he/him P: 613.232.7797 x1131 Toll-free: 866.545.3745 x1131 [email protected] agilitypr.com Learn new PR tips from our free resources. -----Original Message----- From: Christopher Faulet <[email protected]> Sent: January 30, 2023 9:52 AM To: Jason Grammenos <[email protected]>; [email protected] Subject: Re: [ANNOUNCE] haproxy-2.2.27 Le 1/30/23 à 15:11, Jason Grammenos a écrit : > > Hello Haproxy, > > Thank you for the release of the new 2.2.27 resolving the issue with haproxy > 2.2.26 not starting with ring configured. > I upgraded my preprod environment to 2.2.27 today, and haproxy fails to start. > > ``` > 45896 Jan 30 09:06:27 ca04vlhaproxypp01 haproxy[6511]: > malloc_consolidate(): invalid chunk size ``` Ubuntu 20.04: > Linux ca04vlhaproxypp01.agilitypr.internal 5.15.0-1028-aws > #32~20.04.1-Ubuntu SMP Mon Jan 9 18:02:08 UTC 2023 x86_64 x86_64 > x86_64 GNU/Linux > Hum sounds bad... Could you provide the gdb backtrace ? Don't forget to install the debug symbols. Regards, -- Christopher Faulet

