https://bugs.documentfoundation.org/show_bug.cgi?id=138032
--- Comment #7 from Mike Kaganski <[email protected]> --- I didn't debug it; yet, I am sure it's LibreOffice's fault. I don't believe that we can really assume our COM implementation to be reliable enough to assume it's MS fault - we should assume the opposite, until proven wrong ;) The debugging requires registering the debug build's COM server in system (e.g., building the MSI package, and installing it with WRITE_REGISTRY=1, making sure to uninstall normal LibreOffice (and OpenOffice) installation to avoid conflicts); changing DllMain in embedserv/source/inprocserv/dllentry.cxx to have some infinite loop like "static volatile int i = 1; while (i);" to allow attaching debugger (or maybe just attaching the debugger to Excel, and putting a breakpoint to the function); and then starting the problematic sequence. -- You are receiving this mail because: You are the assignee for the bug.
