Need help on debugging the reason why mongo DB is crashing and need to restart every 4 days.
I cannot find anything from Mongo DB logs.
The application in development phase and there is not much activity happening and still it is crashing.
These are few logs before I receive timeout in my application,
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FF6B808FC95","module":"mongod.exe","file":".../src/third_party/wiredtiger/src/session/session_api.c","line":1896,"s":"__session_checkpoint","s+":"3C5"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FF6B6CB9EBE","module":"mongod.exe","file":".../src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":345,"s":"mongo::WiredTigerKVEngine::WiredTigerCheckpointThread::run","s+":"7DE"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FF6B7F15EC8","module":"mongod.exe","file":".../src/mongo/util/background.cpp","line":163,"s":"mongo::BackgroundJob::jobBody","s+":"1C8"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FF6B7F14C8C","module":"mongod.exe","file":"C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.26.28801/include/thread","line":43,"s":"std::thread::_Invoke<std::tuple<<lambda_0d448e6a4a71ef01c6d7e83cfb041340> >,0>","s+":"2C"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FFAA8D210B2","module":"ucrtbase.dll","s":"beginthreadex","s+":"142"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"WTCheckpointThread","msg":" Frame: {frame}","attr":{"frame":{"a":"7FFAA92D7C24","module":"KERNEL32.DLL","s":"BaseThreadInitThunk","s+":"14"}}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"I", "c":"CONTROL", "id":23131, "ctx":"WTCheckpointThread","msg":"Failed to open minidump file","attr":{"dumpName":"C:\\Program Files\\MongoDB\\Server\\4.4\\bin\\mongod.2022-01-21T16-18-20.mdmp","error":"Access is denied."}}
{"t":{"$date":"2022-01-21T21:48:20.029+05:30"},"s":"F", "c":"CONTROL", "id":23137, "ctx":"WTCheckpointThread","msg":"*** immediate exit due to unhandled exception"}
{"t":{"$date":"2022-01-23T18:04:05.063+05:30"},"s":"I", "c":"CONTROL", "id":20698, "ctx":"main","msg":"***** SERVER RESTARTED *****"}