Pre-compiled Linux x86_64 crashes on latest Alpine Linux
Running the pre-compiled CMake 3.24.1 (from cmake-3.24.1-linux-x86_64.tar.gz
) crashes immediately with a segfault on the latest Alpine 3.16.2 run in a Docker container based on alpine:latest
image.
This happens even with an empty CMakeLists.txt
immediately after warning about the missing project()
command. Calling CMake with option --version
works as expected.
I've also tried it with older pre-compiled CMake versions:
- 3.23.3 --> same problem
- 3.22.6, 3.21.7, 3.19.2 --> work as expected