I notice that an application (written in C++) is crashing on Alpine, with a segmentation fault.
After some investigation, it looks like the problem is the small thread stack size of Alpine.
The same problem, indeed, does NOT occur when running the same program on other official distribution images, like Debian.
Is it possible to configure the thread stack size of an Alpine-based docker image?