Interpreting crash reports

I’m trying to troubleshoot regular crashes with LO and Mozilla Thunderbird. I’m trying to understand the crash report .dmp file information. I’m not a developer - I’m an advanced user. I open the .dmp files with windbg, then !analyze -v to view the MODULE_NAME, which I presume to be the offending item. Out of the last 10 crashes, there is a common thread with something called mergedLO.dll (six instances), however, other dll files are shown in different crash reports: libxml2.dll, mscvp.dll, cppu3.dll, and icuuc75.dll. Does any of this make sense to the more experienced here, and do any of these indicate driver conflicts? What can I do to troubleshoot?. Also, I copy/save the link to every submitted crash report. They seem to go nowhere, because trying the links at any point after submission leads to a 404 file not found page. How can I follow up on submitted crash reports to see what information has been gleaned from them by developers?

By now, I can confirm that LibreOffice runs crash free in Windows Safe Mode, but not consistently in LO Safe Mode. I suspect a driver conflict but whatever “it” is has been elusive.

Thanks!
LO 25.2.2.2
Win10 x64 22H2

No. Specific call stack is needed; DLL means nothing. Especially,

Unfortunately, mergedlo.dll is not a “normal” DLL, but rather a single DLL artificially created from tens of other DLLs - which we do to improve loading speed (load one huge file, with one loader code, instead of tens of smaller DLLs that are loaded every time anyway). So this DLL doesn’t tell anything specific at all.

Thank you. Here’s the call stack on one of them - a bit larger than most.

[0xc] 0x1 0xd8ebd0 0x11
[0xd] 0x11 0xd8ebd8 0x7ffd566a1e1e
[0xe] mergedlo!linguistic::capitalType+0x5e 0xd8ebe0 0x7ffd566a5e4b
[0xf] mergedlo!linguistic::GetWritableDictionaryURL+0x232b 0xd8ec10 0x7ffd566a51aa
[0x10] mergedlo!linguistic::GetWritableDictionaryURL+0x168a 0xd8edc0 0x7ffd566a7afe
[0x11] mergedlo!linguistic::GetWritableDictionaryURL+0x3fde 0xd8ee30 0x7ffd5609ec0c
[0x12] mergedlo!TextRanger::GetBoundRect_+0x34ec 0xd8ee90 0x7ffd999e37a7
[0x13] swlo!SwTextFrame::AutoSpell_+0x9f7 0xd8eec0 0x7ffd997e2e49
[0x14] swlo!SwPageFrame::PrepareFooter+0x6959 0xd8f230 0x7ffd997e32aa
[0x15] swlo!SwPageFrame::PrepareFooter+0x6dba 0xd8f340 0x7ffd997e3693
[0x16] swlo!SwPageFrame::PrepareFooter+0x71a3 0xd8f3a0 0x7ffd99c0fb9c
[0x17] swlo!SwViewShell::LayoutIdle+0xac 0xd8f530 0x7ffd99545ed3
[0x18] swlo!SwBreakIt::GetForbidden+0x2ca3 0xd8f590 0x7ffd584abf28
[0x19] mergedlo!Scheduler::CallbackTaskScheduling+0x438 0xd8f5f0 0x7ffd9ad68591
[0x1a] vclplug_winlo!create_SalInstance+0x75b1 0xd8f6b0 0x7ffd9ad618af
[0x1b] vclplug_winlo!create_SalInstance+0x8cf 0xd8f6e0 0x7ffd9ad61a0d
[0x1c] vclplug_winlo!create_SalInstance+0xa2d 0xd8f760 0x7ffd584bf14b
[0x1d] mergedlo!Application::Execute+0x15b 0xd8f790 0x7ffd584bf065
[0x1e] mergedlo!Application::Execute+0x75 0xd8f7c0 0x7ffd5703e961
[0x1f] mergedlo!cppu::WeakImplHelpercom::sun::star::container::XChild,com::sun::star::document::XDocumentPropertiesSupplier,com::sun::star::document::XCmisDocument,com::sun::star::rdf::XDocumentMetadataAccess,com::sun::star::document::XDocumentRecovery2,com::sun::star::document::XUndoManagerSupplier,com::sun::star::document::XShapeEventBroadcaster,com::sun::star::document::XDocumentEventBroadcaster,com::sun::star::lang::XEventListener,com::sun::star::document::XEventsSupplier,com::sun::star::document::XEmbeddedScripts,com::sun::star::document::XScriptInvocationContext,com::sun::star::frame::XModel3,com::sun::star::util::XModifiable2,com::sun::star::view::XPrintable,com::sun::star::view::XPrintJobBroadcaster,com::sun::star::frame::XStorable2,com::sun::star::frame::XLoadable,com::sun::star::script::XStarBasicAccess,com::sun::star::document::XViewDataSupplier,com::sun::star::util::XCloseable,com::sun::star::datatransfer::XTransferable,com::sun::star::document::XDocumentSubStorageSupplier,com::sun::star::document::XStorageBasedDocument,com::sun::star::script::provider::XScriptProviderSupplier,com::sun::star::ui::XUIConfigurationManagerSupplier,com::sun::star::embed::XVisualObject,com::sun::star::lang::XUnoTunnel,com::sun::star::frame::XModule,com::sun::star::frame::XTitle,com::sun::star::frame::XTitleChangeBroadcaster,com::sun::star::frame::XUntitledNumbers::acquire+0x9011 0xd8f7f0 0x7ffd584cfe45
[0x20] mergedlo!ImplSVMain+0x65 0xd8fd80 0x7ffd57062626
[0x21] mergedlo!soffice_main+0x2d6 0xd8fdb0 0x7ff7830d101b
[0x22] soffice!main+0x1b 0xd8fec0 0x7ff7830d12d4
[0x23] soffice!main+0x2d4 0xd8fef0 0x7ffde45e7374
[0x24] kernel32!BaseThreadInitThunk+0x14 0xd8ff30 0x7ffde4afcc91
[0x25] ntdll!RtlUserThreadStart+0x21 0xd8ff60 0x0