Immediate exit due to unhandled exception in MongoDB v6.0.14

Hi all,

we got severe problems with a 3 node replicaset of MongoDB Server 6.0.14.
The server restarts almost every day with “immediate exit due to unhandled exception”:

Has anyone have an idea how to fix this?

{“t”:{“$date”:“2024-04-21T01:29:54.764+02:00”},“s”:“F”, “c”:“CONTROL”, “id”:6384300, “ctx”:“ftdc”,“msg”:“Writing fatal message”,“attr”:{“message”:“terminate() called. An exception is active; attempting to gather more information\n”}}
{“t”:{“$date”:“2024-04-21T01:29:54.769+02:00”},“s”:“F”, “c”:“CONTROL”, “id”:6384300, “ctx”:“ftdc”,“msg”:“Writing fatal message”,“attr”:{“message”:“DBException::toString(): FileRenameFailed: The process cannot access the file because it is being used by another process\nActual exception type: class mongo::error_details::ExceptionForImpl<37,class mongo::AssertionException>\n\n”}}
{“t”:{“$date”:“2024-04-21T01:29:59.579+02:00”},“s”:“I”, “c”:“COMMAND”, “id”:51803, “ctx”:“conn957”,“msg”:“Slow query”,“attr”:{“type”:“command”,“ns”:“hive.actionQueue”,“command”:{“aggregate”:“actionQueue”,“pipeline”:[{“$match”:{“$and”:[{“created”:{“$gte”:{“$date”:“2024-04-20T00:00:00.000Z”}}},{“created”:{“$lt”:{“$date”:“2024-04-21T00:00:00.000Z”}}}]}},{“$project”:{“supplierId”:“$supplierId”,“portalName”:“$portalName”,“__type”:“$__type”,“state”:“$state”,“delayProcessing”:“$delayProcessing”,“delayed”:{“$cond”:[{“$gt”:[“$delayProcessing”,{“$date”:“2024-04-20T23:29:59.135Z”}]},1,0]},“paused”:{“$cond”:[{“$eq”:[“$paused”,true]},1,0]}}},{“$group”:{“_id”:{“supplierId”:“$supplierId”,“portalName”:“$portalName”,“type”:“$__type”,“state”:“$state”},“count”:{“$sum”:1},“count_delayed”:{“$sum”:“$delayed”},“count_paused”:{“$sum”:“$paused”}}}],“allowDiskUse”:true,“cursor”:{},“$db”:“hive”,“lsid”:{“id”:{“$uuid”:“9f442246-7b85-4e41-9aa3-13f92c51abda”}},“$clusterTime”:{“clusterTime”:{“$timestamp”:{“t”:1713655794,“i”:68}},“signature”:{“hash”:{“$binary”:{“base64”:“AAAAAAAAAAAAAAAAAAAAAAAAAAA=”,“subType”:“0”}},“keyId”:0}}},“planSummary”:“IXSCAN { created: 1, __type: 1, state: 1, supplierId: 1 }”,“cursorid”:690716018974319632,“keysExamined”:63585,“docsExamined”:63585,“numYields”:64,“nreturned”:101,“queryHash”:“D881641B”,“planCacheKey”:“C70DF631”,“queryFramework”:“sbe”,“reslen”:17208,“locks”:{“FeatureCompatibilityVersion”:{“acquireCount”:{“r”:65}},“Global”:{“acquireCount”:{“r”:65}},“Mutex”:{“acquireCount”:{“r”:1}}},“readConcern”:{“level”:“local”,“provenance”:“implicitDefault”},“writeConcern”:{“w”:1,“wtimeout”:0,“provenance”:“customDefault”},“storage”:{},“remote”:“85.215.115.10:58318”,“protocol”:“op_msg”,“durationMillis”:443}}
{“t”:{“$date”:“2024-04-21T01:30:04.589+02:00”},“s”:“I”, “c”:“COMMAND”, “id”:51803, “ctx”:“conn957”,“msg”:“Slow query”,“attr”:{“type”:“command”,“ns”:“hive.actionQueue”,“command”:{“aggregate”:“actionQueue”,“pipeline”:[{“$match”:{“$and”:[{“created”:{“$gte”:{“$date”:“2024-04-20T00:00:00.000Z”}}},{“created”:{“$lt”:{“$date”:“2024-04-21T00:00:00.000Z”}}}]}},{“$project”:{“supplierId”:“$supplierId”,“portalName”:“$portalName”,“__type”:“$__type”,“state”:“$state”,“delayProcessing”:“$delayProcessing”,“delayed”:{“$cond”:[{“$gt”:[“$delayProcessing”,{“$date”:“2024-04-20T23:30:04.135Z”}]},1,0]},“paused”:{“$cond”:[{“$eq”:[“$paused”,true]},1,0]}}},{“$group”:{“_id”:{“supplierId”:“$supplierId”,“portalName”:“$portalName”,“type”:“$__type”,“state”:“$state”},“count”:{“$sum”:1},“count_delayed”:{“$sum”:“$delayed”},“count_paused”:{“$sum”:“$paused”}}}],“allowDiskUse”:true,“cursor”:{},“$db”:“hive”,“lsid”:{“id”:{“$uuid”:“9f442246-7b85-4e41-9aa3-13f92c51abda”}},“$clusterTime”:{“clusterTime”:{“$timestamp”:{“t”:1713655799,“i”:25}},“signature”:{“hash”:{“$binary”:{“base64”:“AAAAAAAAAAAAAAAAAAAAAAAAAAA=”,“subType”:“0”}},“keyId”:0}}},“planSummary”:“IXSCAN { created: 1, __type: 1, state: 1, supplierId: 1 }”,“cursorid”:988950903461311142,“keysExamined”:63585,“docsExamined”:63585,“numYields”:64,“nreturned”:101,“queryHash”:“D881641B”,“planCacheKey”:“C70DF631”,“queryFramework”:“sbe”,“reslen”:17185,“locks”:{“FeatureCompatibilityVersion”:{“acquireCount”:{“r”:65}},“Global”:{“acquireCount”:{“r”:65}},“Mutex”:{“acquireCount”:{“r”:1}}},“readConcern”:{“level”:“local”,“provenance”:“implicitDefault”},“writeConcern”:{“w”:1,“wtimeout”:0,“provenance”:“customDefault”},“storage”:{},“remote”:“85.215.115.10:58318”,“protocol”:“op_msg”,“durationMillis”:452}}
{“t”:{“$date”:“2024-04-21T01:30:08.839+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31380, “ctx”:“ftdc”,“msg”:“BACKTRACE”,“attr”:{“bt”:{“backtrace”:[{“a”:“7FF76FE24871”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/stacktrace_windows.cpp”,“line”:333,“s”:“mongo::printStackTrace”,“s+”:“41”},{“a”:“7FF76FE27C07”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/signal_handlers_synchronous.cpp”,“line”:244,“s”:“mongo::anonymous namespace'::myTerminate","s+":"D7"},{"a":"7FF76FEF8967","module":"mongod.exe","file":".../src/mongo/stdx/set_terminate_internals.cpp","line":88,"s":"mongo::stdx::dispatch_impl","s+":"17"},{"a":"7FF76FEF8949","module":"mongod.exe","file":".../src/mongo/stdx/set_terminate_internals.cpp","line":92,"s":"mongo::stdx::TerminateHandlerDetailsInterface::dispatch","s+":"9"},{"a":"7FFB1F2AC1B2","module":"ucrtbase.dll","s":"terminate","s+":"22"},{"a":"7FFB1A291AB1","module":"VCRUNTIME140_1.dll","s":"_NLG_Return2","s+":"961"},{"a":"7FFB1A29232F","module":"VCRUNTIME140_1.dll","s":"_NLG_Return2","s+":"11DF"},{"a":"7FFB1A292389","module":"VCRUNTIME140_1.dll","s":"_NLG_Return2","s+":"1239"},{"a":"7FFB1A294189","module":"VCRUNTIME140_1.dll","s":"_CxxFrameHandler4","s+":"A9"},{"a":"7FF77011FF44","module":"mongod.exe","file":"d:/a01/_work/43/s/src/vctools/crt/vcstartup/src/gs/amd64/gshandlereh4.cpp","line":86,"s":"__GSHandlerCheck_EH4","s+":"64"},{"a":"7FFB21CA43BF","module":"ntdll.dll","s":"_chkstk","s+":"12F"},{"a":"7FFB21C3186E","module":"ntdll.dll","s":"RtlVirtualUnwind2","s+":"35E"},{"a":"7FFB21C4F6D1","module":"ntdll.dll","s":"RtlRaiseException","s+":"1F1"},{"a":"7FFB1F37F19C","module":"KERNELBASE.dll","s":"RaiseException","s+":"6C"},{"a":"7FFB031A6BA7","module":"VCRUNTIME140.dll","s":"CxxThrowException","s+":"97"},{"a":"7FF76FEA08FD","module":"mongod.exe","file":"C:/data/mci/1ae40e3ad2d5d66a0336f033a4b019d0/src/build/59f4f0dd/mongo/base/error_codes.cpp","line":2506,"s":"mongo::error_details::throwExceptionForStatus","s+":"42D"},{"a":"7FF76FE31537","module":"mongod.exe","file":".../src/mongo/util/assert_util.cpp","line":260,"s":"mongo::uassertedWithLocation","s+":"187"},{"a":"7FF76E1E36D1","module":"mongod.exe","file":".../src/mongo/db/ftdc/controller.cpp","line":254,"s":"mongo::FTDCController::doLoop","s+":"501"},{"a":"7FF76E1E306C","module":"mongod.exe","file":"C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.31.31103/include/thread","line":56,"s":"std::thread::_Invoke<std::tuple<<lambda_726633d7e71a0bdccc2c30a401264d8c> >,0>","s+":"2C"},{"a":"7FFB1F256B4C","module":"ucrtbase.dll","s":"recalloc","s+":"5C"},{"a":"7FFB21534CB0","module":"KERNEL32.DLL","s":"BaseThreadInitThunk","s+":"10"}]}},"tags":[]} {"t":{"$date":"2024-04-21T01:30:08.839+02:00"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"ftdc","msg":"Frame","attr":{"frame":{"a":"7FF76FE24871","module":"mongod.exe","file":".../src/mongo/util/stacktrace_windows.cpp","line":333,"s":"mongo::printStackTrace","s+":"41"}}} {"t":{"$date":"2024-04-21T01:30:08.839+02:00"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"ftdc","msg":"Frame","attr":{"frame":{"a":"7FF76FE27C07","module":"mongod.exe","file":".../src/mongo/util/signal_handlers_synchronous.cpp","line":244,"s":"mongo::anonymous namespace’::myTerminate”,“s+”:“D7”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEF8967”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:88,“s”:“mongo::stdx::dispatch_impl”,“s+”:“17”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEF8949”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:92,“s”:“mongo::stdx::TerminateHandlerDetailsInterface::dispatch”,“s+”:“9”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F2AC1B2”,“module”:“ucrtbase.dll”,“s”:“terminate”,“s+”:“22”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A291AB1”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“961”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A29232F”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“11DF”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A292389”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“1239”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A294189”,“module”:“VCRUNTIME140_1.dll”,“s”:“_CxxFrameHandler4”,“s+”:“A9”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF77011FF44”,“module”:“mongod.exe”,“file”:“d:/a01/_work/43/s/src/vctools/crt/vcstartup/src/gs/amd64/gshandlereh4.cpp”,“line”:86,“s”:“__GSHandlerCheck_EH4”,“s+”:“64”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21CA43BF”,“module”:“ntdll.dll”,“s”:“_chkstk”,“s+”:“12F”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21C3186E”,“module”:“ntdll.dll”,“s”:“RtlVirtualUnwind2”,“s+”:“35E”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21C4F6D1”,“module”:“ntdll.dll”,“s”:“RtlRaiseException”,“s+”:“1F1”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F37F19C”,“module”:“KERNELBASE.dll”,“s”:“RaiseException”,“s+”:“6C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB031A6BA7”,“module”:“VCRUNTIME140.dll”,“s”:“CxxThrowException”,“s+”:“97”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEA08FD”,“module”:“mongod.exe”,“file”:“C:/data/mci/1ae40e3ad2d5d66a0336f033a4b019d0/src/build/59f4f0dd/mongo/base/error_codes.cpp”,“line”:2506,“s”:“mongo::error_details::throwExceptionForStatus”,“s+”:“42D”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FE31537”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/assert_util.cpp”,“line”:260,“s”:“mongo::uassertedWithLocation”,“s+”:“187”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76E1E36D1”,“module”:“mongod.exe”,“file”:“…/src/mongo/db/ftdc/controller.cpp”,“line”:254,“s”:“mongo::FTDCController::doLoop”,“s+”:“501”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76E1E306C”,“module”:“mongod.exe”,“file”:“C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.31.31103/include/thread”,“line”:56,“s”:“std::thread::_Invoke<std::tuple<<lambda_726633d7e71a0bdccc2c30a401264d8c> >,0>”,“s+”:“2C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F256B4C”,“module”:“ucrtbase.dll”,“s”:“recalloc”,“s+”:“5C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21534CB0”,“module”:“KERNEL32.DLL”,“s”:“BaseThreadInitThunk”,“s+”:“10”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“F”, “c”:“CONTROL”, “id”:23134, “ctx”:“ftdc”,“msg”:“Unhandled exception”,“attr”:{“exceptionString”:“0xE0000001”,“addressString”:“0x00007FFB1F37F19C”}}
{“t”:{“$date”:“2024-04-21T01:30:08.840+02:00”},“s”:“F”, “c”:“CONTROL”, “id”:23136, “ctx”:“ftdc”,“msg”:“*** stack trace for unhandled exception:”}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31380, “ctx”:“ftdc”,“msg”:“BACKTRACE”,“attr”:{“bt”:{“backtrace”:[{“a”:“7FFB1F37F19C”,“module”:“KERNELBASE.dll”,“s”:“RaiseException”,“s+”:“6C”},{“a”:“7FF76FE27409”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/signal_handlers_synchronous.cpp”,“line”:101,“s”:“mongo::anonymous namespace'::endProcessWithSignal","s+":"19"},{"a":"7FF76FE27C16","module":"mongod.exe","file":".../src/mongo/util/signal_handlers_synchronous.cpp","line":245,"s":"mongo::anonymous namespace’::myTerminate”,“s+”:“E6”},{“a”:“7FF76FEF8967”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:88,“s”:“mongo::stdx::dispatch_impl”,“s+”:“17”},{“a”:“7FF76FEF8949”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:92,“s”:“mongo::stdx::TerminateHandlerDetailsInterface::dispatch”,“s+”:“9”},{“a”:“7FFB1F2AC1B2”,“module”:“ucrtbase.dll”,“s”:“terminate”,“s+”:“22”},{“a”:“7FFB1A291AB1”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“961”},{“a”:“7FFB1A29232F”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“11DF”},{“a”:“7FFB1A292389”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“1239”},{“a”:“7FFB1A294189”,“module”:“VCRUNTIME140_1.dll”,“s”:“_CxxFrameHandler4”,“s+”:“A9”},{“a”:“7FF77011FF44”,“module”:“mongod.exe”,“file”:“d:/a01/_work/43/s/src/vctools/crt/vcstartup/src/gs/amd64/gshandlereh4.cpp”,“line”:86,“s”:“__GSHandlerCheck_EH4”,“s+”:“64”},{“a”:“7FFB21CA43BF”,“module”:“ntdll.dll”,“s”:“_chkstk”,“s+”:“12F”},{“a”:“7FFB21C3186E”,“module”:“ntdll.dll”,“s”:“RtlVirtualUnwind2”,“s+”:“35E”},{“a”:“7FFB21C4F6D1”,“module”:“ntdll.dll”,“s”:“RtlRaiseException”,“s+”:“1F1”},{“a”:“7FFB1F37F19C”,“module”:“KERNELBASE.dll”,“s”:“RaiseException”,“s+”:“6C”},{“a”:“7FFB031A6BA7”,“module”:“VCRUNTIME140.dll”,“s”:“CxxThrowException”,“s+”:“97”},{“a”:“7FF76FEA08FD”,“module”:“mongod.exe”,“file”:“C:/data/mci/1ae40e3ad2d5d66a0336f033a4b019d0/src/build/59f4f0dd/mongo/base/error_codes.cpp”,“line”:2506,“s”:“mongo::error_details::throwExceptionForStatus”,“s+”:“42D”},{“a”:“7FF76FE31537”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/assert_util.cpp”,“line”:260,“s”:“mongo::uassertedWithLocation”,“s+”:“187”},{“a”:“7FF76E1E36D1”,“module”:“mongod.exe”,“file”:“…/src/mongo/db/ftdc/controller.cpp”,“line”:254,“s”:“mongo::FTDCController::doLoop”,“s+”:“501”},{“a”:“7FF76E1E306C”,“module”:“mongod.exe”,“file”:“C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.31.31103/include/thread”,“line”:56,“s”:“std::thread::_Invoke<std::tuple<<lambda_726633d7e71a0bdccc2c30a401264d8c> >,0>”,“s+”:“2C”},{“a”:“7FFB1F256B4C”,“module”:“ucrtbase.dll”,“s”:“recalloc”,“s+”:“5C”},{“a”:“7FFB21534CB0”,“module”:“KERNEL32.DLL”,“s”:“BaseThreadInitThunk”,“s+”:“10”}]}},“tags”:}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F37F19C”,“module”:“KERNELBASE.dll”,“s”:“RaiseException”,“s+”:“6C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FE27409”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/signal_handlers_synchronous.cpp”,“line”:101,“s”:“mongo::anonymous namespace'::endProcessWithSignal","s+":"19"}}} {"t":{"$date":"2024-04-21T01:30:08.897+02:00"},"s":"I", "c":"CONTROL", "id":31445, "ctx":"ftdc","msg":"Frame","attr":{"frame":{"a":"7FF76FE27C16","module":"mongod.exe","file":".../src/mongo/util/signal_handlers_synchronous.cpp","line":245,"s":"mongo::anonymous namespace’::myTerminate”,“s+”:“E6”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEF8967”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:88,“s”:“mongo::stdx::dispatch_impl”,“s+”:“17”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEF8949”,“module”:“mongod.exe”,“file”:“…/src/mongo/stdx/set_terminate_internals.cpp”,“line”:92,“s”:“mongo::stdx::TerminateHandlerDetailsInterface::dispatch”,“s+”:“9”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F2AC1B2”,“module”:“ucrtbase.dll”,“s”:“terminate”,“s+”:“22”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A291AB1”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“961”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A29232F”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“11DF”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A292389”,“module”:“VCRUNTIME140_1.dll”,“s”:“_NLG_Return2”,“s+”:“1239”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1A294189”,“module”:“VCRUNTIME140_1.dll”,“s”:“_CxxFrameHandler4”,“s+”:“A9”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF77011FF44”,“module”:“mongod.exe”,“file”:“d:/a01/_work/43/s/src/vctools/crt/vcstartup/src/gs/amd64/gshandlereh4.cpp”,“line”:86,“s”:“__GSHandlerCheck_EH4”,“s+”:“64”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21CA43BF”,“module”:“ntdll.dll”,“s”:“_chkstk”,“s+”:“12F”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21C3186E”,“module”:“ntdll.dll”,“s”:“RtlVirtualUnwind2”,“s+”:“35E”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21C4F6D1”,“module”:“ntdll.dll”,“s”:“RtlRaiseException”,“s+”:“1F1”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F37F19C”,“module”:“KERNELBASE.dll”,“s”:“RaiseException”,“s+”:“6C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB031A6BA7”,“module”:“VCRUNTIME140.dll”,“s”:“CxxThrowException”,“s+”:“97”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FEA08FD”,“module”:“mongod.exe”,“file”:“C:/data/mci/1ae40e3ad2d5d66a0336f033a4b019d0/src/build/59f4f0dd/mongo/base/error_codes.cpp”,“line”:2506,“s”:“mongo::error_details::throwExceptionForStatus”,“s+”:“42D”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76FE31537”,“module”:“mongod.exe”,“file”:“…/src/mongo/util/assert_util.cpp”,“line”:260,“s”:“mongo::uassertedWithLocation”,“s+”:“187”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76E1E36D1”,“module”:“mongod.exe”,“file”:“…/src/mongo/db/ftdc/controller.cpp”,“line”:254,“s”:“mongo::FTDCController::doLoop”,“s+”:“501”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FF76E1E306C”,“module”:“mongod.exe”,“file”:“C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.31.31103/include/thread”,“line”:56,“s”:“std::thread::_Invoke<std::tuple<<lambda_726633d7e71a0bdccc2c30a401264d8c> >,0>”,“s+”:“2C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.897+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB1F256B4C”,“module”:“ucrtbase.dll”,“s”:“recalloc”,“s+”:“5C”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.898+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:31445, “ctx”:“ftdc”,“msg”:“Frame”,“attr”:{“frame”:{“a”:“7FFB21534CB0”,“module”:“KERNEL32.DLL”,“s”:“BaseThreadInitThunk”,“s+”:“10”}}}
{“t”:{“$date”:“2024-04-21T01:30:08.898+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:23131, “ctx”:“ftdc”,“msg”:“Failed to open minidump file”,“attr”:{“dumpName”:“C:\Program Files\MongoDB\Server\6.0\bin\mongod.2024-04-20T23-30-08.mdmp”,“error”:“Access is denied.”}}
{“t”:{“$date”:“2024-04-21T01:30:08.898+02:00”},“s”:“F”, “c”:“CONTROL”, “id”:23137, “ctx”:“ftdc”,“msg”:“*** immediate exit due to unhandled exception”}

{“t”:{“$date”:“2024-04-21T01:31:13.038+02:00”},“s”:“I”, “c”:“CONTROL”, “id”:20698, “ctx”:“-”,“msg”:“***** SERVER RESTARTED *****”}

1: Please respect the posting guidelines Formatting code and log snippets in posts

2: Update to the latest patch release of 6.0 (6.0.17)