I had the same issue. In mongodb.service configuration I had a line: Environment=GLIBC_TUNABLES=glibc.pthread.rseq=0 which disables glibc.pthread.rseq as the official website suggests: https://www.mongodb.com/docs/manual/administration/tcmalloc-performance/
If I remove that line and enable glibc.pthread.rseq, my mongodb does not crash any more.
Pinned Comments
ali.molaei commented on 2025-10-24 19:22 (UTC) (edited on 2025-10-24 19:25 (UTC) by ali.molaei)
8.2 is a major update so you either have to update your database Upgrade 8.0 to 8.2 or use mongodb80-bin
ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)
If you get core dumps on version 5 or above, read this: https://jira.mongodb.org/browse/SERVER-58648