(In reply to Jiri Slaby from comment #3) > (In reply to Danilo Spinella from comment #2) > > By my understanding, this is an issue that only happens with mariadb on TW. > > Yeah, I haven't tried anything else than TW so far. > > > Any version of the official mariadb images works fine. Can you please > > confirm? > > Concur. I wonder, if we build mariadb with some different flags. But I > failed to find what is used for building the docker images (it's apparently > mariadb on Ubuntu 22.04). One flag that usually causes problem is -DFORTIFY_SOURCE=2. lto is also often the cause of many issues, but it looks like it's not the problem here.