Description
An update to Linux kernel version 6.19 may cause startup issues with MongoDB 8.0+. This kind of issue can prevent the correct execution of test container inside an host machine with a linux kernel 6.19+
Workaround
the current workaround is to add an environment variable to the Docker image:
GLIBC_TUNABLES=glibc.pthread.rseq=1
References
https://jira.mongodb.org/browse/SERVER-121912
Description
An update to Linux kernel version 6.19 may cause startup issues with MongoDB 8.0+. This kind of issue can prevent the correct execution of test container inside an host machine with a linux kernel 6.19+
Workaround
the current workaround is to add an environment variable to the Docker image:
GLIBC_TUNABLES=glibc.pthread.rseq=1References
https://jira.mongodb.org/browse/SERVER-121912